[SCM] supercollider/master: Remove more external libs from the upstream tarball

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Jun 24 18:14:49 UTC 2012


The following commit has been merged in the master branch:
commit ee9b6684f6bf302f2e696fc8e488edc4c8157e68
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sun Jun 24 13:47:53 2012 -0400

    Remove more external libs from the upstream tarball
    
    Since we are already repacking, just remove anything we don't need

diff --git a/debian/copyright b/debian/copyright
index 506831c..e77d58b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -256,10 +256,6 @@ License: BSD-like-pycxx
     of California, and shall not be used for advertising or product endorsement
     purposes.
 
-Files: external_libraries/simplejson-2.3.2/*
-Copyright: 2006 Bob Ippolito
-License: MIT
-
 Files: external_libraries/threadpool/*
 Copyright: 2005-2007 Philipp Henkel
 License: BSL-1.0
diff --git a/debian/rules b/debian/rules
index eecb736..a6ccb78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,11 @@ DEB_INSTALL_MANPAGES_supercollider-vim     = debian/scvim.1 debian/sclangpipe_ap
 
 DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSUPERNOVA=on -DSC_EL_BYTECOMPILE=OFF
 
-# Exclude boost from the source package (DFSG copyright/maintenance concerns)
+# Exclude external libraries from the source package
+# (copyright & maintenance concerns)
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = external_libraries/boost/
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += external_libraries/sndfile.hh
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += external_libraries/simplejson-2.3.2/
 DEB_UPSTREAM_URL = http://prdownloads.sourceforge.net/supercollider
 DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/supercollider(.*)/SuperCollider$$1-Source-linux/
 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list