[SCM] csound-manual packaging branch, master, updated. debian/5.10.dfsg-2-15-gc8e2883

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 25 19:34:11 UTC 2010


The following commit has been merged in the master branch:
commit f900af7f818279aec682ca187970faf7d8d4e0de
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue May 25 21:14:37 2010 +0200

    Fix update repackaging hints to use new DEB_UPSTREAM_REPACKAGE_EXCLUDES with ./ appended to each file path.

diff --git a/debian/rules b/debian/rules
index 2acb0be..02f4a88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,10 +30,10 @@ DEB_UPSTREAM_TARBALL_MD5 = 102a79d89e9a69c3c1abc070ce1a44e5
 DEB_UPSTREAM_TARBALL_SRCDIR = manual
 
 # Possibly non free soundfonts
-DEB_UPSTREAM_REPACKAGE_EXCLUDE = examples/22Bassoon.sf2 examples/01hpschd.sf2
+DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./examples/22Bassoon.sf2 ./examples/01hpschd.sf2
 
 # Licensing status is not clear upstream
-DEB_UPSTREAM_REPACKAGE_EXCLUDE += opcodes/pyassign.xml opcodes/pyeval.xml opcodes/pyinit.xml
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./opcodes/pyassign.xml ./opcodes/pyeval.xml ./opcodes/pyinit.xml
 
 # DEB_INSTALL_DOCS_ALL += authors.txt
 

-- 
csound-manual packaging



More information about the pkg-multimedia-commits mailing list