[Python-apps-commits] r8579 - in packages/pype/trunk/debian (changelog control preinst rules)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Wed May 2 09:01:57 UTC 2012


    Date: Wednesday, May 2, 2012 @ 09:01:49
  Author: anoteng-guest
Revision: 8579

Bump standards-version
delete unneeded preinst
fix cleanup (closes: #671144)

Modified:
  packages/pype/trunk/debian/changelog
  packages/pype/trunk/debian/control
  packages/pype/trunk/debian/rules
Deleted:
  packages/pype/trunk/debian/preinst

Modified: packages/pype/trunk/debian/changelog
===================================================================
--- packages/pype/trunk/debian/changelog	2012-05-02 07:51:34 UTC (rev 8578)
+++ packages/pype/trunk/debian/changelog	2012-05-02 09:01:49 UTC (rev 8579)
@@ -1,8 +1,14 @@
-pype (2.9.1-4) UNRELEASED; urgency=low
+pype (2.9.1-4) unstable; urgency=low
 
+  * Switch from python-support to dh_python2
+  * Bump standards-version to 3.9.3
+    - Upgrade debian/copyright to version 1.0
+  * Fix FTBFS when building twice in a row (closes: #671144)
+
+  [Jakub Wilk]
   * Add Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 10 Sep 2011 00:23:10 +0200
+ -- Andreas Noteng <andreas at noteng.no>  Wed, 02 May 2012 10:56:18 +0200
 
 pype (2.9.1-3) unstable; urgency=low
 

Modified: packages/pype/trunk/debian/control
===================================================================
--- packages/pype/trunk/debian/control	2012-05-02 07:51:34 UTC (rev 8578)
+++ packages/pype/trunk/debian/control	2012-05-02 09:01:49 UTC (rev 8579)
@@ -3,9 +3,8 @@
 Priority: optional
 Maintainer: Andreas Noteng <andreas at noteng.no>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python, python-support
-XS-Python-Version: all
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~)
+Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pype/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pype/trunk/
 

Deleted: packages/pype/trunk/debian/preinst
===================================================================
--- packages/pype/trunk/debian/preinst	2012-05-02 07:51:34 UTC (rev 8578)
+++ packages/pype/trunk/debian/preinst	2012-05-02 09:01:49 UTC (rev 8579)
@@ -1,8 +0,0 @@
-#!/bin/sh
-# TODO: remove this file after releasing Squeeze
-set -e
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 2.9.1-1
-then
-        pycentral pkgremove pype
-fi
-#DEBHELPER#

Modified: packages/pype/trunk/debian/rules
===================================================================
--- packages/pype/trunk/debian/rules	2012-05-02 07:51:34 UTC (rev 8578)
+++ packages/pype/trunk/debian/rules	2012-05-02 09:01:49 UTC (rev 8579)
@@ -4,6 +4,7 @@
 # Deleting the upstream setup.py, because it is windows only, 
 # and breaks the build
 	rm -f setup.py
+	dh_clean
 
 override_dh_auto_install:
 	install -m 755 debian/pype.sh debian/pype/usr/bin/pype
@@ -12,4 +13,4 @@
 	dh_installchangelogs changelog.txt
 
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-apps-commits mailing list