From bab8df0a4c9609c80f467de1d81f3b484ad0136b Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:04:31 +0000 Subject: [PATCH] lilypond-0.1.41 --- debian/changelog | 45 +++++++++++++++++++++++++++++++++++++++++++++ debian/control | 8 +++----- debian/copyright | 7 ++++--- debian/postinst | 6 +++++- debian/postrm | 8 ++++++-- debian/preinst | 8 ++++++-- debian/rules | 7 +++++-- 7 files changed, 74 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0158a62afe..dcc446cf8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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 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 Fri, 12 Dec 1997 11:11:12 -0700 + +lilypond (0.1.36-1) unstable; urgency=low + + * New upstream release + + -- Anthony Fok Tue, 9 Dec 1997 18:33:50 -0700 + lilypond (0.1.35-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 13de513c09..5da70c7c86 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: lilypond -Section: contrib/tex +Section: tex Priority: optional Maintainer: Anthony Fok 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 diff --git a/debian/copyright b/debian/copyright index b5489572be..613a8d3967 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,8 +1,9 @@ -This package was debianized by Anthony Fok foka@debian.org on +This package was debianized by Anthony Fok 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 diff --git a/debian/postinst b/debian/postinst index 2e1f5e0d0c..ddcc40e520 100644 --- a/debian/postinst +++ b/debian/postinst @@ -4,7 +4,7 @@ # # by Anthony Fok # 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 diff --git a/debian/postrm b/debian/postrm index 86d5a93535..e3d606b1e6 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,16 +1,20 @@ -#!/bin/bash -e +#!/bin/sh # # postrm script for the Debian GNU/Linux lilypond package # by Anthony Fok # 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 diff --git a/debian/preinst b/debian/preinst index 71a9d645e6..fff81f284c 100644 --- a/debian/preinst +++ b/debian/preinst @@ -1,16 +1,20 @@ -#!/bin/bash -e +#!/bin/sh # # preinst script for the Debian GNU/Linux lilypond package # by Anthony Fok # 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 diff --git a/debian/rules b/debian/rules index 722ba550ac..f0d60cfc7c 100644 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.39.5