[Python-apps-commits] r6342 - in packages/clustershell/trunk/debian (control rules)

phantez-guest at users.alioth.debian.org phantez-guest at users.alioth.debian.org
Sun Nov 28 20:21:08 UTC 2010


    Date: Sunday, November 28, 2010 @ 20:21:01
  Author: phantez-guest
Revision: 6342

 * Change build-depends

Modified:
  packages/clustershell/trunk/debian/control
  packages/clustershell/trunk/debian/rules

Modified: packages/clustershell/trunk/debian/control
===================================================================
--- packages/clustershell/trunk/debian/control	2010-11-28 14:39:40 UTC (rev 6341)
+++ packages/clustershell/trunk/debian/control	2010-11-28 20:21:01 UTC (rev 6342)
@@ -4,7 +4,7 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Stéphan Gorget <phantez at gmail.com>
 Homepage: http://sourceforge.net/projects/clustershell/
-Build-Depends: debhelper (>= 7~), python-support (>= 0.6), cdbs (>= 0.4.49), python-all
+Build-Depends: debhelper (>= 7~), python-support, python
 XS-Python-Version: >= 2.4
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/clustershell/trunk/

Modified: packages/clustershell/trunk/debian/rules
===================================================================
--- packages/clustershell/trunk/debian/rules	2010-11-28 14:39:40 UTC (rev 6341)
+++ packages/clustershell/trunk/debian/rules	2010-11-28 20:21:01 UTC (rev 6342)
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-INSTALL=install -Dp
-
-
 %:
 	dh $@
 
@@ -12,4 +9,3 @@
 clean:
 	dh $@
 	rm -rf scripts/nodeset scripts/clush scripts/clubak 
-




More information about the Python-apps-commits mailing list