[Python-apps-commits] r7421 - in packages/indywiki/trunk/debian (4 files)

sez at users.alioth.debian.org sez at users.alioth.debian.org
Sun Aug 7 23:50:54 UTC 2011


    Date: Sunday, August 7, 2011 @ 23:50:52
  Author: sez
Revision: 7421

debian/0.9.9.1-6

  * Migrate to dh_python2
    - Build-Depends: drop python-support, and add versioned python
    - remove debian/pyversions and add X-Python-Version in debian/control
    - debian/rules: invoke dh with python2 addon
  * debian/control:Maintainer: set to my debian email address
  * Bump Standards-Version to 3.9.2 (no changes)

Modified:
  packages/indywiki/trunk/debian/changelog
  packages/indywiki/trunk/debian/control
  packages/indywiki/trunk/debian/rules
Deleted:
  packages/indywiki/trunk/debian/pyversions

Modified: packages/indywiki/trunk/debian/changelog
===================================================================
--- packages/indywiki/trunk/debian/changelog	2011-08-07 22:56:46 UTC (rev 7420)
+++ packages/indywiki/trunk/debian/changelog	2011-08-07 23:50:52 UTC (rev 7421)
@@ -1,3 +1,14 @@
+indywiki (0.9.9.1-6) unstable; urgency=low
+
+  * Migrate to dh_python2
+    - Build-Depends: drop python-support, and add versioned python
+    - remove debian/pyversions and add X-Python-Version in debian/control
+    - debian/rules: invoke dh with python2 addon
+  * debian/control:Maintainer: set to my debian email address
+  * Bump Standards-Version to 3.9.2 (no changes)
+
+ -- Serafeim Zanikolas <sez at debian.org>  Sun, 07 Aug 2011 20:10:19 +0200
+
 indywiki (0.9.9.1-5) unstable; urgency=low
 
   * Bump Standards-Version to 3.8.4 (no changes)

Modified: packages/indywiki/trunk/debian/control
===================================================================
--- packages/indywiki/trunk/debian/control	2011-08-07 22:56:46 UTC (rev 7420)
+++ packages/indywiki/trunk/debian/control	2011-08-07 23:50:52 UTC (rev 7421)
@@ -1,13 +1,14 @@
 Source: indywiki
 Section: web
 Priority: optional
-Maintainer: Serafeim Zanikolas <serzan at hellug.gr>
+Maintainer: Serafeim Zanikolas <sez at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python, python-support (>= 0.90), python-setuptools
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/indywiki/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/indywiki/trunk/
 Homepage: http://indywiki.sf.net
+X-Python-Version: >= 2.3
 
 Package: indywiki
 Architecture: all

Deleted: packages/indywiki/trunk/debian/pyversions
===================================================================
--- packages/indywiki/trunk/debian/pyversions	2011-08-07 22:56:46 UTC (rev 7420)
+++ packages/indywiki/trunk/debian/pyversions	2011-08-07 23:50:52 UTC (rev 7421)
@@ -1 +0,0 @@
-2.3-

Modified: packages/indywiki/trunk/debian/rules
===================================================================
--- packages/indywiki/trunk/debian/rules	2011-08-07 22:56:46 UTC (rev 7420)
+++ packages/indywiki/trunk/debian/rules	2011-08-07 23:50:52 UTC (rev 7421)
@@ -3,10 +3,18 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh --with python2 $@
 
+override_dh_auto_build:
+	# dont' install the embedded copy of the nodebox-web library
+	mv src/indywiki/web1 debian
+	dh_auto_build
+
 override_dh_compress:
 	dh_installman debian/indywiki.1
-	# remove embedded copy of the nodebox-web library
-	rm -rf debian/indywiki/usr/share/pyshared/indywiki/web1/
+	mv debian/web1 src/indywiki
 	dh_compress
+
+override_dh_clean:
+	rm -rf src/indywiki.egg-info/
+	dh_clean




More information about the Python-apps-commits mailing list