[Python-modules-commits] r14946 - in packages/okasha/trunk/debian (changelog control rules)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Sun Nov 21 14:30:39 UTC 2010


    Date: Sunday, November 21, 2010 @ 14:30:33
  Author: aelmahmoudy-guest
Revision: 14946

* debian/control:
  + Removed python-support from Build-Deps
  + Bumped python-all Build-Dep to (>= 2.6.6-2)
* debian/rules: added --with python2 to dh call.

Modified:
  packages/okasha/trunk/debian/changelog
  packages/okasha/trunk/debian/control
  packages/okasha/trunk/debian/rules

Modified: packages/okasha/trunk/debian/changelog
===================================================================
--- packages/okasha/trunk/debian/changelog	2010-11-21 14:26:05 UTC (rev 14945)
+++ packages/okasha/trunk/debian/changelog	2010-11-21 14:30:33 UTC (rev 14946)
@@ -4,6 +4,9 @@
     + Fix typos in extended descriptions.
     + Added XS-Python-Version field.
     + Bumped Standards-Version to 3.9.1, no changes needed.
+    + Removed python-support from Build-Deps
+    + Bumped python-all Build-Dep to (>= 2.6.6-2)
+  * debian/rules: added --with python2 to dh call.
   * Removed debian/pyversions
 
  -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Sun, 11 Jul 2010 14:14:58 +0300

Modified: packages/okasha/trunk/debian/control
===================================================================
--- packages/okasha/trunk/debian/control	2010-11-21 14:26:05 UTC (rev 14945)
+++ packages/okasha/trunk/debian/control	2010-11-21 14:30:33 UTC (rev 14946)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-support (>= 0.5.3), python-all (>= 2.3.5-11)
+Build-Depends-Indep: python-all (>= 2.6.6-2)
 Standards-Version: 3.9.1
 Homepage: http://okasha.ojuba.org
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/okasha/trunk/

Modified: packages/okasha/trunk/debian/rules
===================================================================
--- packages/okasha/trunk/debian/rules	2010-11-21 14:26:05 UTC (rev 14945)
+++ packages/okasha/trunk/debian/rules	2010-11-21 14:30:33 UTC (rev 14946)
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh  $@
+	dh  $@ --with python2
 
 override_dh_install:
 	dh_install -Npython-okasha-examples




More information about the Python-modules-commits mailing list