From: Jan Nieuwenhuizen Date: Mon, 21 Jun 2004 20:07:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.2.4~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e196cab71ac948cc4e5042587dbe1ce67e14e21;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 3949092153..a49650b3a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-21 Jan Nieuwenhuizen + + * debian/: Remove cruft (requested Anthony Fok.) + 2004-06-20 Han-Wen Nienhuys * po/tr.po: turkish translation. diff --git a/debian/lilypond.dirs b/debian/lilypond.dirs deleted file mode 100644 index 69698c0923..0000000000 --- a/debian/lilypond.dirs +++ /dev/null @@ -1,8 +0,0 @@ -usr/share/doc/lilypond/examples -usr/share/doc/texmf -usr/share/emacs/site-lisp -usr/share/texmf/tex -usr/share/texmf/fonts/source/public -usr/share/texmf/fonts/afm/public -usr/share/texmf/fonts/tfm/public -etc/texmf/dvips diff --git a/debian/lilypond1.7-doc.dirs b/debian/lilypond1.7-doc.dirs deleted file mode 100644 index 79ac261578..0000000000 --- a/debian/lilypond1.7-doc.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/share/doc/lilypond1.7/html diff --git a/debian/lilypond1.7.dirs b/debian/lilypond1.7.dirs deleted file mode 100644 index 6b711775af..0000000000 --- a/debian/lilypond1.7.dirs +++ /dev/null @@ -1,8 +0,0 @@ -usr/share/doc/lilypond1.7/examples -usr/share/doc/texmf -usr/share/emacs/site-lisp -usr/share/texmf/tex -usr/share/texmf/fonts/source/public -usr/share/texmf/fonts/afm/public -usr/share/texmf/fonts/tfm/public -etc/texmf/dvips diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 03e952e92c..0000000000 --- a/debian/postinst +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# postinst script for the Debian GNU/Linux lilypond package -# by Anthony Fok -# Initial release: Sun, 26 Oct 1997 03:23:00 -0700 -# Last modified: Thu, 26 Apr 2001 03:20:10 -0600 - -set -e - -package=lilypond # This is used for filenames! Don't change it! -pkg_name="GNU LilyPond" - -std_TEXMFMAIN=/usr/share/texmf # Debian's standard $TEXMFMAIN - -TEXMFMAIN=`/usr/bin/kpsewhich -expand-var '$TEXMFMAIN'` -: ${TEXMFMAIN:=$std_TEXMFMAIN} - -echo " Running /usr/bin/mktexlsr $TEXMFMAIN..." -/usr/bin/mktexlsr $TEXMFMAIN - -install-info --quiet \ - --section "Music" "Music" \ - --description='LilyPond, the GNU Project music typesetter' \ - /usr/share/info/lilypond.info.gz - -#DEBHELPER# -echo -echo " $pkg_name configuration completed." -echo " Please read /usr/share/doc/lilypond/README.Debian to get started." diff --git a/debian/postrm b/debian/postrm deleted file mode 100644 index a6461fb272..0000000000 --- a/debian/postrm +++ /dev/null @@ -1,43 +0,0 @@ -#!/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: Tue, 11 May 1999 11:16:35 -0600 - -set -e - -package=lilypond -font_supplier=public -font_typeface=lilypond -std_TEXMFMAIN=/usr/share/texmf -std_VARTEXFONTS=/var/spool/texmf - -#DEBHELPER# -TEXMFMAIN=`/usr/bin/kpsewhich -expand-var '$TEXMFMAIN'` -: ${TEXMFMAIN:=$std_TEXMFMAIN} -VARTEXFONTS=`/usr/bin/kpsewhich -expand-var '$VARTEXFONTS'` -: ${VARTEXFONTS=$std_VARTEXFONTS} - -case "$1" in - upgrade) - # Clear out the old TFM and PK files in case the fonts were modified - rm -rf $VARTEXFONTS/tfm/$font_supplier/$font_typeface - rm -rf $VARTEXFONTS/pk/*/$font_supplier/$font_typeface - ;; - - remove|purge) - # Clear out the old TFM and PK files in case the fonts were modified - rm -rf $VARTEXFONTS/tfm/$font_supplier/$font_typeface - rm -rf $VARTEXFONTS/pk/*/$font_supplier/$font_typeface - ;; - - failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac diff --git a/debian/prerm b/debian/prerm deleted file mode 100644 index 0c665397e0..0000000000 --- a/debian/prerm +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -e - -install-info --quiet --remove /usr/share/info/lilypond.info.gz - -#DEBHELPER# diff --git a/input/wilhelmus.ly b/input/wilhelmus.ly index dc4dc20a17..d94decbd78 100644 --- a/input/wilhelmus.ly +++ b/input/wilhelmus.ly @@ -29,7 +29,7 @@ noclefs = \notes { s1 \set Staff.Clef = \turnOff } margins = { %% first line left margin - \applycontext #(set-extra-space 'TimeSignature 'first-note 4.5) + \applycontext #(set-extra-space 'TimeSignature 'first-note 7.5) %% next lines left margin %% \applycontext #(set-extra-space 'KeySignature 'first-note 15)