]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 22 Jun 2004 09:41:23 +0000 (09:41 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 22 Jun 2004 09:41:23 +0000 (09:41 +0000)
debian/GNUmakefile
debian/TODO [new file with mode: 0644]

index ae868e97a6752e97e0e0a8544daf134748b3dc6f..471f4f13debd2539aa7462f01ade17942f8caa9a 100644 (file)
@@ -8,11 +8,28 @@ at-ext =
 
 CONF_FILES = changelog control copyright emacsen-startup \
        preinst rules watch
-EXTRA_DIST_FILES = README.Debian $(CONF_FILES) \
-       control.foka control.potato \
-       lilypond.doc-base \
-       lilypond-doc.dirs lilypond-doc.doc-base lilypond-doc.README.Debian \
-       lilypond1.3.copyright \
+EXTRA_DIST_FILES = $(CONF_FILES)\
+ README.Debian\
+ TODO\
+ compat\
+ control.foka\
+ control.potato\
+ lilypond-data.dirs\
+ lilypond-data.doc-base\
+ lilypond-data.emacsen-startup\
+ lilypond-data.install\
+ lilypond-data.postinst\
+ lilypond-data.postrm\
+ lilypond-doc.README.Debian\
+ lilypond-doc.dirs\
+ lilypond-doc.doc-base\
+ lilypond-doc.postinst\
+ lilypond-doc.prerm\
+ lilypond.doc-base\
+ lilypond.install\
+ lilypond1.3.copyright\
+ #
+
 #OUTCONF_FILES = $(addprefix $(outdir)/, $(basename $(CONF_FILES))) $(OUTIN_FILES)
 OUTCONF_FILES = $(OUTIN_FILES)
 OUT_DIST_FILES = $(OUTIN_FILES)
diff --git a/debian/TODO b/debian/TODO
new file mode 100644 (file)
index 0000000..70a3b20
--- /dev/null
@@ -0,0 +1,12 @@
+To be added to the changelog when a new texinfo is available:
+
+  * Build-Depends: texinfo (>= 4.7-1) to avoid the old HTML tag mismatch
+    for @subsection (<h3>...</h4>) bug in makeinfo.  Thanks to Magnus Henoch
+    for the bug report.  (Closes: Bug#204202)
+
+ -- Anthony Fok <foka@debian.org>  Sun, 26 Oct 2003 12:21:35 +0800   
+
+
+  * Inefficient packaging of arch independent data in package lilypond
+   (Closes: Bug#233406)
+  * split font into another package? (Closes: Bug#87700)