[SCM] csound/master: fail-missing: do not skip python files

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


The following commit has been merged in the master branch:
commit 9a358ef849739fed585036aa9a73458fa63c883b
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Jun 18 12:43:33 2016 -0400

    fail-missing: do not skip python files
    
    We no longer use pycentral and there is no juggling anymore

diff --git a/debian/rules b/debian/rules
index 50cf548..4474b82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -207,22 +207,16 @@ common-binary-post-install-indep::
 
 # Make sure that all files installed is also packaged
 #  * ignore debhelper-installed files (we trust dh_install*)
-#  * ignore python files (too tricky to track pycentral juggling)
 binary: fail-missing
 fail-missing: binary-arch binary-indep list-missing
 	cat debian/cdbs-package-list | sort | uniq | \
+		sed -e 's,$(DEB_HOST_MULTIARCH)\.so,so,' | \
 		grep -v 'DEBIAN' | \
-		grep -v '/$(PYLIBPATH)' | \
 		grep -v '/usr/share/doc' | \
 		grep -v '/usr/share/lintian/overrides' | \
-		grep -v '/usr/share/menu' | \
-		grep -v '/usr/share/pyshared' | \
-		grep -v '/usr/lib/pyshared' \
+		grep -v '/usr/share/menu' \
 		> debian/cdbs-reduced-package-list
-	cat debian/cdbs-install-list | sort | uniq | \
-		grep -v '/$(PYLIBPATH)' | \
-		grep -v '/usr/share/pyshared' | \
-		grep -v '/usr/lib/pyshared' \
+	cat debian/cdbs-install-list | sort | uniq \
 		> debian/cdbs-reduced-install-list
 	diff -u debian/cdbs-reduced-install-list \
 		debian/cdbs-reduced-package-list \

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list