[Python-apps-commits] r6151 - in packages/pype/trunk/debian (6 files)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sat Oct 2 19:37:10 UTC 2010


    Date: Saturday, October 2, 2010 @ 19:37:04
  Author: anoteng-guest
Revision: 6151

Changed things according to Piotr's comments

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

Modified: packages/pype/trunk/debian/changelog
===================================================================
--- packages/pype/trunk/debian/changelog	2010-09-29 21:50:35 UTC (rev 6150)
+++ packages/pype/trunk/debian/changelog	2010-10-02 19:37:04 UTC (rev 6151)
@@ -1,11 +1,12 @@
 pype (2.9.1-1) unstable; urgency=low
 
-  * New upstream version
+  * New upstream version (closes: #598661)
   * New maintainer. (Orphaned package) (closes: #579372)
-  * Changed to macine readable debian/copyright
-  * Bumped standards version
+  * Changed to machine readable debian/copyright
+  * Bumped standards version to 3.9.1 (almost everything changed)
+  * Switched from python-central to dh_python2
 
- -- Andreas Noteng <andreas at noteng.no>  Mon, 20 Sep 2010 09:50:35 +0200
+ -- Andreas Noteng <andreas at noteng.no>  Sat, 02 Oct 2010 21:35:03 +0200
 
 pype (2.5-2) unstable; urgency=low
 

Modified: packages/pype/trunk/debian/control
===================================================================
--- packages/pype/trunk/debian/control	2010-09-29 21:50:35 UTC (rev 6150)
+++ packages/pype/trunk/debian/control	2010-10-02 19:37:04 UTC (rev 6151)
@@ -2,12 +2,13 @@
 Section: python
 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
-XS-Python-Version: current
+XS-Python-Version: all
 Standards-Version: 3.9.1
 
 Package: pype
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends}, python-wxgtk2.6
 Description: python programmers editor
  PyPE (Python Programmers Editor) is a lightweight but powerful

Modified: packages/pype/trunk/debian/install
===================================================================
--- packages/pype/trunk/debian/install	2010-09-29 21:50:35 UTC (rev 6150)
+++ packages/pype/trunk/debian/install	2010-10-02 19:37:04 UTC (rev 6151)
@@ -5,7 +5,7 @@
 macros/* usr/share/pype/macros
 macros/samples/* usr/share/pype/macros/samples
 icons/* usr/share/pype/icons
-pype usr/bin
+debian/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/pype
===================================================================
--- packages/pype/trunk/debian/pype	                        (rev 0)
+++ packages/pype/trunk/debian/pype	2010-10-02 19:37:04 UTC (rev 6151)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/share/pype
+python /usr/share/pype/pype.py $@

Modified: packages/pype/trunk/debian/rules
===================================================================
--- packages/pype/trunk/debian/rules	2010-09-29 21:50:35 UTC (rev 6150)
+++ packages/pype/trunk/debian/rules	2010-10-02 19:37:04 UTC (rev 6151)
@@ -4,4 +4,4 @@
 	rm -f setup.py
 
 %:
-	dh $@
+	dh --with python2 $@




More information about the Python-apps-commits mailing list