[Python-apps-commits] r2353 - in packages/babiloo/trunk/debian (copyright rules)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Mon Feb 9 21:55:47 UTC 2009


    Date: Monday, February 9, 2009 @ 21:55:47
  Author: gothicx-guest
Revision: 2353

Better alternative to force use of dh_pycentral

Modified:
  packages/babiloo/trunk/debian/copyright
  packages/babiloo/trunk/debian/rules

Modified: packages/babiloo/trunk/debian/copyright
===================================================================
--- packages/babiloo/trunk/debian/copyright	2009-02-09 21:40:38 UTC (rev 2352)
+++ packages/babiloo/trunk/debian/copyright	2009-02-09 21:55:47 UTC (rev 2353)
@@ -68,7 +68,7 @@
         Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
 * locale/*:
-        Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
+        Copyright (c) 2008-2009 Rosetta Contributors and Canonical Ltd 2008
 
-The Debian packaging is © 2008, Marco Rodrigues <gothicx at sapo.pt> and
+The Debian packaging is © 2009, Marco Rodrigues <gothicx at sapo.pt> and
 is licensed under the GPL, see above.

Modified: packages/babiloo/trunk/debian/rules
===================================================================
--- packages/babiloo/trunk/debian/rules	2009-02-09 21:40:38 UTC (rev 2352)
+++ packages/babiloo/trunk/debian/rules	2009-02-09 21:55:47 UTC (rev 2353)
@@ -9,9 +9,7 @@
 	dh clean
 
 install: build
-	dh install --before pysupport
-	dh_pycentral
-	dh install --after pysupport
+	dh --with python_central install
 
 	# Make it executable to run.py
 	chmod +x debian/babiloo/usr/bin/babiloo




More information about the Python-apps-commits mailing list