[SCM] csound/master: Drop cdbs upstream tarball handling in favor of using uscan

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Jul 3 19:02:21 UTC 2016


The following commit has been merged in the master branch:
commit 52cbd749e396d2271955f13cf027548eb08cd00b
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri May 20 20:29:36 2016 -0400

    Drop cdbs upstream tarball handling in favor of using uscan

diff --git a/debian/copyright b/debian/copyright
index a86c7f6..d2e904c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -103,8 +103,6 @@ Copyright: 1986-1992,1994,1997, the Massachussetts Institute of Technology
 License: LGPL-2.1+
 Files-Excluded: 
  Opcodes/scansyn*
- csound5_osx_installer_files.tar.gz
- samples/VintageDreamsWaves-v2.sf2
  dependencies/*
  iOS/*
  android/*
diff --git a/debian/rules b/debian/rules
index ca2c561..73987ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,37 +18,12 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 DEB_PYTHON_MODULE_PACKAGES = python-csound python-csoundac
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/class/cmake.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-module.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/pd.mk
 
-DEB_UPSTREAM_URL = http://downloads.sourceforge.net/csound
-
-# Adjustments for unusual upstream tarballs:
-# * capitalized project name
-# * no dash between project name and version
-# * version number included in top folder inside tarball
-DEB_UPSTREAM_PACKAGE = Csound
-DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/(\-|~rc[0-9])//g
-
-DEB_UPSTREAM_TARBALL_MD5 = cda9013ce2aec5d7a2dadf051a193ea8
-
-DEB_UPSTREAM_REPACKAGE_TAG = dfsg1
-
-# Non-DFSG license: limited to educational and research purposes
-DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./Opcodes/scansyn*
-# Embedded tarball contains possibly source-less python binary
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./csound5_osx_installer_files.tar.gz
-# Contains explicit copyright but lack licensing info
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./samples/VintageDreamsWaves-v2.sf2
-# Unused, includes code from other projects
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./dependencies/
-# Unused, we are already repackaging
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./iOS/ ./android/ ./emscripten/ ./installer/ ./nacl/
-
 # Skip some data files, in addition to the default debian files
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(samples/hrtf-.*\.dat|debian/(changelog|copyright(|_hints|_newhints))|How_to_Build_Csound_and_CsoundQt_on_Windows.doc)$
 

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list