[SCM] csound-manual/master: Drop cdbs upstream handling in favor of uscan
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Sat Jul 16 21:52:06 UTC 2016
The following commit has been merged in the master branch:
commit 37a4d3c2449bb360dd8ad5def426cb8f79f2bcf1
Author: Felipe Sateler <fsateler at debian.org>
Date: Sat Jul 16 16:39:27 2016 -0400
Drop cdbs upstream handling in favor of uscan
diff --git a/debian/copyright b/debian/copyright
index e47559d..e98fa99 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,8 +13,8 @@ Disclaimer:
through the csound mailing list and cvs repository there. Many contributors
will not be listed here, but all contributions have been made under the GFDL.
Files-Excluded:
- ./examples/22Bassoon.sf2 ./examples/01hpschd.sf2
- ./opcodes/py*.xml
+ examples/22Bassoon.sf2 examples/01hpschd.sf2
+ opcodes/py*.xml
Files: *
Copyright: 1986-2010, Andrés Cabrera
diff --git a/debian/rules b/debian/rules
index 527f252..c2af49c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,26 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-DEB_UPSTREAM_URL = http://downloads.sourceforge.net/csound
-DEB_UPSTREAM_TARBALL_BASENAME = manual_src
-DEB_UPSTREAM_TARBALL_MD5 = 6bbd6cd442c9822a9f52ad9cc53d6e2d
-
-DEB_UPSTREAM_TARBALL_SRCDIR = manual6
-
-# Possibly non free soundfonts
-DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./examples/22Bassoon.sf2 ./examples/01hpschd.sf2
-
-# Licensing status is not clear upstream
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./opcodes/py*.xml
-
-# No use for this
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./.gitignore ./.git/
-
# DEB_INSTALL_DOCS_ALL += authors.txt
# Do not duplicate copyright information
diff --git a/debian/watch b/debian/watch
index 58aa51b..df97c85 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,7 @@
# Run the "uscan" command to check for upstream updates and more.
-version=3
+version=4
+
+opts="repacksuffix=~dfsg, dversionmangle=s/\~dfsg\d*$//" \
+ https://github.com/csound/manual/releases \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
-opts=uversionmangle=s/\.0$//,dversionmangle=s/(\.0)?\~dfsg[0-9]?$// \
- http://sf.net/csound/Csound([0-9\.]+)-manual-src\.tar\.gz
--
csound-manual packaging
More information about the pkg-multimedia-commits
mailing list