[Python-apps-commits] r6152 - in packages/pype/trunk/debian (5 files)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sun Oct 3 09:18:30 UTC 2010


    Date: Sunday, October 3, 2010 @ 09:18:18
  Author: anoteng-guest
Revision: 6152

Fix changelog, add python-support dependency, add preinst script.

Added:
  packages/pype/trunk/debian/preinst
Modified:
  packages/pype/trunk/debian/changelog
  packages/pype/trunk/debian/control
  packages/pype/trunk/debian/install
  packages/pype/trunk/debian/rules

Modified: packages/pype/trunk/debian/changelog
===================================================================
--- packages/pype/trunk/debian/changelog	2010-10-02 19:37:04 UTC (rev 6151)
+++ packages/pype/trunk/debian/changelog	2010-10-03 09:18:18 UTC (rev 6152)
@@ -3,8 +3,10 @@
   * New upstream version (closes: #598661)
   * New maintainer. (Orphaned package) (closes: #579372)
   * Changed to machine readable debian/copyright
-  * Bumped standards version to 3.9.1 (almost everything changed)
-  * Switched from python-central to dh_python2
+  * Bumped standards version to 3.9.1
+    - Updated menu categories
+    - All control files and changelog encoded in UTF-8
+  * Switched from python-central to python-support
 
  -- Andreas Noteng <andreas at noteng.no>  Sat, 02 Oct 2010 21:35:03 +0200
 

Modified: packages/pype/trunk/debian/control
===================================================================
--- packages/pype/trunk/debian/control	2010-10-02 19:37:04 UTC (rev 6151)
+++ packages/pype/trunk/debian/control	2010-10-03 09:18:18 UTC (rev 6152)
@@ -3,7 +3,7 @@
 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
+Build-Depends: debhelper (>= 7.0.50), python, python-support
 XS-Python-Version: all
 Standards-Version: 3.9.1
 

Modified: packages/pype/trunk/debian/install
===================================================================
--- packages/pype/trunk/debian/install	2010-10-02 19:37:04 UTC (rev 6151)
+++ packages/pype/trunk/debian/install	2010-10-03 09:18:18 UTC (rev 6152)
@@ -5,7 +5,7 @@
 macros/* usr/share/pype/macros
 macros/samples/* usr/share/pype/macros/samples
 icons/* usr/share/pype/icons
-debian/pype usr/bin
+pype usr/bin
 readme.html usr/share/pype
 debian/pype.desktop usr/share/applications
 debian/pype.xpm usr/share/pixmaps

Added: packages/pype/trunk/debian/preinst
===================================================================
--- packages/pype/trunk/debian/preinst	                        (rev 0)
+++ packages/pype/trunk/debian/preinst	2010-10-03 09:18:18 UTC (rev 6152)
@@ -0,0 +1,8 @@
+#!/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	2010-10-02 19:37:04 UTC (rev 6151)
+++ packages/pype/trunk/debian/rules	2010-10-03 09:18:18 UTC (rev 6152)
@@ -2,6 +2,9 @@
 # -*- makefile -*-
 clean:
 	rm -f setup.py
+	rm -f pype
 
+build:
+	mv debian/pype.sh pype
 %:
-	dh --with python2 $@
+	dh $@




More information about the Python-apps-commits mailing list