[SCM] templates for different package types branch, master, updated. 8fad4d5c72f1ac8fb41914ae656a7bcafe5c5280

Miriam Ruiz miriam at debian.org
Wed Nov 17 19:51:52 UTC 2010


The following commit has been merged in the master branch:
commit 8fad4d5c72f1ac8fb41914ae656a7bcafe5c5280
Author: Miriam Ruiz <miriam at debian.org>
Date:   Wed Nov 17 20:51:36 2010 +0100

    Fixed minor bugs in the pymodule model

diff --git a/model/pymodule/rules b/model/pymodule/rules
index 7ea307a..5e2f0a1 100644
--- a/model/pymodule/rules
+++ b/model/pymodule/rules
@@ -34,8 +34,7 @@ install-python%:
 	dh_testroot
 	python$* setup.py install \
 		--no-compile \
-		--root=$(CURDIR)/debian/python-%PACKAGE% \
-		--single-version-externally-managed;
+		--root=$(CURDIR)/debian/python-%PACKAGE%
 	touch $@
 
 binary-indep: build install
@@ -60,7 +59,7 @@ binary-arch: build install
 	dh_installman
 #	dh_desktop
 	dh_link
-	dh_strip --dbg-package=%PACKAGE%-dbg
+	dh_strip --dbg-package=python-%PACKAGE%-dbg
 	dh_compress
 	dh_fixperms
 	dh_pysupport

-- 
templates for different package types



More information about the Pkg-games-commits mailing list