+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
Source: lilypond
-Section: contrib/tex
+Section: tex
Priority: optional
Maintainer: Anthony Fok <foka@debian.org>
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>
-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/
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
#
# 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;
print " $pkg_name configuration completed.\n";
print " Please read /usr/doc/$package/README.Debian to get started.\n";
+
+print << `EOF`
+#DEBHELPER#
+EOF
-#!/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
-#!/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
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
dh_compress
dh_fixperms
dh_suidregister
- dh_installdebfiles
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
# dh_makeshlibs
dh_du
dh_md5sums