]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 17 Apr 2003 18:31:29 +0000 (18:31 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 17 Apr 2003 18:31:29 +0000 (18:31 +0000)
debian/changelog
debian/control
debian/rules
debian/watch

index f6f531856431ae600878db4bec88c03f102fe1b6..19ea35c77b0b76ba74d7313200b9e1fbc15f5325 100644 (file)
@@ -3,10 +3,11 @@ lilypond (1.6.9-1) unstable; urgency=low
   * New upstream release.
   * Depend on mftrace iso pktrace.
   * Add guile-1.6-dev as alternative dependency to libguile-dev
+  * Bugfix for docdir when with changed package name.
   * Remove netpbm, bibtex2html dependencies.
   * Remove gcc-3.x/lexer kludge.
 
- --  <janneke@gnu.org>  Tue, 15 Apr 2003 14:25:54 +0200
+ -- Jan Nieuwenhuizen <janneke@gnu.org>  Tue, 15 Apr 2003 14:25:54 +0200
 
 lilypond (1.6.6-2) unstable; urgency=high
 
index 47bbbcc9331e1499596476425f8a2f97f293e914..7a6ba8bba30aba4929dfa0fef4c086b2086a86f4 100644 (file)
@@ -32,14 +32,3 @@ Suggests: lilypond (>= ${Source-Version}), postscript-viewer, www-browser
 Description: LilyPond Documentation in HTML, PS and DVI formats
  This package contains the HTML, PostScript and DVI documentation for the
  LilyPond music typesetting software.
-
-Package: lilypond1.3
-Architecture: arm i386 m68k powerpc sparc
-Depends: lilypond (>= ${Source-Version})
-Description: Dummy package for transition to new stable lilypond.
- This dummy package provides a transition from the previous lilypond1.3
- package back to a newer lilypond because the stable 1.4 and now 1.6 series
- have arrived.
- .
- Please feel free to remove this dummy package after you have upgraded
- to the latest lilypond.
index f14364b5474ea56157d3a517d0d48bde1b8805c5..d1d36a4a16f5593e02d6587b91694c4add2e36d4 100644 (file)
@@ -55,6 +55,7 @@ build-doc-stamp:
 
        $(MAKE) -C Documentation
        $(MAKE) web
+       find . -type d -name 'out-www' | xargs rm -rf
 
        touch build-doc-stamp
 
@@ -98,13 +99,13 @@ binary-indep: build-doc install
        cd $(r_doc)/$(d) \
            && cp -s `find html/Documentation -name '*.ps.gz'` . \
            && cp -s html/Documentation/pictures/out-www/*.png .
-       # Copy the DVI docs too ...
-       cp -a `find Documentation -name '*.dvi' ! -name 'lily-[0-9]*.dvi'` \
-               $(r_doc)/$(d)/
+#      # Copy the DVI docs too ...
+#      cp -a `find Documentation -name '*.dvi' ! -name 'lily-[0-9]*.dvi'` \
+#              $(r_doc)/$(d)/
        dh_installdocs
        dh_installchangelogs
        dh_link
-       dh_compress -Xusr/share/doc/lilypond/html/
+       dh_compress -X$(d)/html/
        dh_fixperms
        dh_installdeb
        dh_gencontrol
@@ -128,10 +129,10 @@ binary-arch: build install
 #      cp -a Documentation/misc/[ACN]* $(r)/$(d)/misc/
 
 #      dh_installexamples input
-       find input \( -name '*.*ly' -o -name '*.abc' -o -name '*.tex' -o -name 'TODO' \) \
-               -exec cp -a --parents '{}' $(r)/$(d)/examples ';'
-       for i in `find $(r)/$(d)/examples/ -type d -name out`; do \
-               mv -fv $$i/* $$i/..; rmdir $$i; done
+#      find input \( -name '*.*ly' -o -name '*.abc' -o -name '*.tex' -o -name 'TODO' \) \
+#              -exec cp -a --parents '{}' $(r)/$(d)/examples ';'
+#      for i in `find $(r)/$(d)/examples/ -type d -name out`; do \
+#              mv -fv $$i/* $$i/..; rmdir $$i; done
 #      dh_installmenu
        dh_installemacsen
 #      dh_installcron
index 153e127a86f4d842cb86b375ab96a216819ba879..0c86236f560993a5cbf369f9a95635c60925c403 100644 (file)
@@ -2,4 +2,4 @@
 # Rename this file to "watch" and then you can run the "uscan" command
 # to check for upstream updates and more.
 # Site         Directory               Pattern                 Version Script
-ftp.cs.uu.nl   /pub/GNU/LilyPond/v1.5  lilypond-*.tar.gz       debian  uupdate
+ftp.lilypond.org       /pub/LilyPond/v1.6      lilypond-*.tar.gz       debian  uupdate