]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.41
authorfred <fred>
Sun, 24 Mar 2002 20:04:31 +0000 (20:04 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:04:31 +0000 (20:04 +0000)
debian/changelog
debian/control
debian/copyright
debian/postinst
debian/postrm
debian/preinst
debian/rules

index 0158a62afed18282d8758fa647fb61a044aba651..dcc446cf8f988aaf30d348428088cef52897bb7b 100644 (file)
@@ -1,3 +1,48 @@
+lilypond (0.1.39-2) unstable; urgency=low
+
+  * debian/control:
+     - Description: Remove the note about installing musixtex or
+       musixtex-fonts.
+     - Added "Conflicts: musixtex-fonts".
+
+ -- Anthony Fok <foka@debian.org>  Tue,  6 Jan 1998 02:42:56 -0700
+
+lilypond (0.1.39-1) unstable; urgency=low
+
+  * New upstream LilyPond '98 "New Year Gift" release.
+  * debian/control:
+     - No longer Recommends: "musixtex" or "musixtex-fonts" because
+       LilyPond no longer needs them.
+     - Therefore, Section: is changed from "contrib/tex" to "tex".
+       LilyPond can finally go into the main distribution.  Hurray!
+  * debian/rules: Now also dh_installdocs ANNOUNCE-0.1 and ONEWS.
+  * preinst, postinst, postrm: Added #DEBHELPER#.
+  * preinst, postrm: Changed #!/bin/bash to #!/bin/sh.
+
+ -- Anthony Fok <foka@debian.org>  Mon,  5 Jan 1998 18:42:30 -0700
+
+lilypond (0.1.38-1) unstable; urgency=low
+
+  * New upstream Xmas release.
+  * Applied patch patch-0.1.38.jcn1 from Jan Nieuwenhuizen.
+  * Have fun, Merry Christmas and a Happy 1998. -- Han-Wen Nienhuys
+
+ -- Anthony Fok <foka@debian.org>  Wed, 24 Dec 1997 16:38:14 -0700
+
+lilypond (0.1.37-1) unstable; urgency=low
+
+  * New upstream release
+  * Minor modifications to debian/rules due to changes in
+    debhelper 0.32.
+
+ -- Anthony Fok <foka@debian.org>  Fri, 12 Dec 1997 11:11:12 -0700
+
+lilypond (0.1.36-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Anthony Fok <foka@debian.org>  Tue,  9 Dec 1997 18:33:50 -0700
+
 lilypond (0.1.35-1) unstable; urgency=low
 
   * New upstream release
index 13de513c092d34281f4a630706387cc9f00fe3b1..5da70c7c8699125aed0b31f13c48c65d306ee6d7 100644 (file)
@@ -1,5 +1,5 @@
 Source: lilypond
-Section: contrib/tex
+Section: tex
 Priority: optional
 Maintainer: Anthony Fok <foka@debian.org>
 Standards-Version: 2.3.0.1
@@ -7,15 +7,13 @@ Standards-Version: 2.3.0.1
 Package: lilypond
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: tetex-base, musixtex | musixtex-fonts
+Recommends: tetex-base
+Conflicts: musixtex-fonts
 Description: A music typesetting program.
  GNU LilyPond is a program which converts a music-script (mudela) into TeX
  output, or MIDI to produce multi-staff scores. Features include multiple
  meters, clefs, keys, lyrics, versatile input-language, cadenzas beams,
  slurs, triplets, multiple voices.
- .
- Note: LilyPond uses the fonts from MusiXTeX.  Please install the package
-       musixtex or musixtex-fonts when you install lilypond.
  .
   URL: http://www.stack.nl/~hanwen/lilypond/
   Authors: Han-Wen Nienhuys <hanwen@stack.nl>
index b5489572beb1fee73446315b1387678132bde127..613a8d39673305e233aa0317b8048150d095b2cd 100644 (file)
@@ -1,8 +1,9 @@
-This package was debianized by Anthony Fok foka@debian.org on
+This package was debianized by Anthony Fok <foka@debian.org> on
 Wed,  6 Aug 1997 04:30:28 -0600
 
 It was downloaded from
-    ftp://pcnov095.win.tue.nl/pub/lilypond/development/lilypond-0.1.35.tar.gz
+    ftp://pcnov095.win.tue.nl/pub/lilypond/development/
+        lilypond-0.1.39.tar.gz
 
 It is also available from:
     ftp://alpha.gnu.org/gnu/
@@ -16,7 +17,7 @@ Authors:
  
 Copyright:
 
-  GNU LilyPond is Copyright (C) 1996,1997 
+  GNU LilyPond is Copyright (C) 1996-1998
   Jan Nieuwenhuizen & Han-Wen Nienhuys
 
     This program is free software; you can redistribute it and/or modify
index 2e1f5e0d0c28c438a5cefb0b28aa1c83301a8418..ddcc40e520b5c30d13717e82680d15c09212c67b 100644 (file)
@@ -4,7 +4,7 @@
 #
 #   by Anthony Fok <foka@debian.org>
 #   Initial release:  Sun, 26 Oct 1997 03:23:00 -0700
-#     Last modified:  Sun, 23 Nov 1997 03:04:16 -0700
+#     Last modified:  Mon,  5 Jan 1998 18:36:51 -0700
 
 use strict;
 use File::Copy;
@@ -238,3 +238,7 @@ check_specialmap();
 
 print " $pkg_name configuration completed.\n";
 print " Please read /usr/doc/$package/README.Debian to get started.\n";
+
+print << `EOF`
+#DEBHELPER#
+EOF
index 86d5a9353591c3a3a6e65250d5179462cc24db6a..e3d606b1e69cd3ce32bc77ab69c89ee7f2c47b44 100644 (file)
@@ -1,16 +1,20 @@
-#!/bin/bash -e
+#!/bin/sh
 #
 # postrm script for the Debian GNU/Linux lilypond package
 #   by Anthony Fok <foka@debian.org>
 #   This is free software; see the GNU General Public Licence
 #   version 2 or later for copying conditions.  There is NO warranty.
-#   Last modified:  Mon, 10 Nov 1997 22:44:37 -0700
+#   Last modified:  Mon,  5 Jan 1998 18:38:11 -0700
+
+set -e
 
 package=lilypond
 font_supplier=public
 font_typeface=lilypond
 std_TEXMF=/usr/lib/texmf
 
+#DEBHELPER#
+
 if [ "`which kpsetool`" ]; then
     TEXMF=`kpsetool -v '$TEXMF'`
 fi
index 71a9d645e6ba646c252da4c31c98ea7b6fba921c..fff81f284cfb5734a53d4ea66b7884bf5402ffbc 100644 (file)
@@ -1,16 +1,20 @@
-#!/bin/bash -e
+#!/bin/sh
 #
 # preinst script for the Debian GNU/Linux lilypond package
 #   by Anthony Fok <foka@debian.org>
 #   This is free software; see the GNU General Public Licence
 #   version 2 or later for copying conditions.  There is NO warranty.
-#   Last modified:  Tue, 11 Nov 1997 01:25:15 -0700
+#   Last modified:  Mon,  5 Jan 1998 18:39:30 -0700
+
+set -e
 
 package=lilypond
 font_supplier=public
 font_typeface=lilypond
 std_TEXMF=/usr/lib/texmf
 
+#DEBHELPER#
+
 if [ "`which kpsetool`" ]; then
     TEXMF=`kpsetool -v '$TEXMF'`
 fi
index 722ba550ac29787f40d55d778651178d6573f800..f0d60cfc7c1f689bb896a3b4aae03e1a6520c58e 100644 (file)
@@ -44,7 +44,8 @@ binary-arch: build
        dh_installdirs usr/lib/texmf/doc
        $(MAKE) prefix=`pwd`/debian/tmp/usr install
        ln -fs ../../../doc/lilypond debian/tmp/usr/lib/texmf/doc/lilypond
-       dh_installdocs BUGS TODO NEWS DEDICATION ANNOUNCE README \
+       dh_installdocs ANNOUNCE ANNOUNCE-0.1 README NEWS ONEWS DEDICATION \
+               BUGS TODO \
                Documentation/out/*.text Documentation/*.doc \
                Documentation/lelie_logo.xpm bin/ly2dvi.sh
        dh_installexamples input/*.ly input/*.tex
@@ -57,7 +58,9 @@ binary-arch: build
        dh_compress
        dh_fixperms
        dh_suidregister
-       dh_installdebfiles
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
 #      dh_makeshlibs
        dh_du
        dh_md5sums