[Python-apps-commits] r12307 - in packages/phenny/trunk/debian (6 files)

wrar at users.alioth.debian.org wrar at users.alioth.debian.org
Sun Aug 30 08:19:01 UTC 2015


    Date: Sunday, August 30, 2015 @ 08:19:00
  Author: wrar
Revision: 12307

Port to dh-python.

Modified:
  packages/phenny/trunk/debian/changelog
  packages/phenny/trunk/debian/control
  packages/phenny/trunk/debian/dirs
  packages/phenny/trunk/debian/rules
Deleted:
  packages/phenny/trunk/debian/pycompat
  packages/phenny/trunk/debian/pyversions

Modified: packages/phenny/trunk/debian/changelog
===================================================================
--- packages/phenny/trunk/debian/changelog	2015-08-29 23:18:42 UTC (rev 12306)
+++ packages/phenny/trunk/debian/changelog	2015-08-30 08:19:00 UTC (rev 12307)
@@ -1,9 +1,14 @@
-phenny (2~hg28-3) UNRELEASED; urgency=low
+phenny (2~hg28-3) unstable; urgency=medium
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:26 +0200
+  [ Andrey Rahmatullin ]
+  * Port from python-support to dh-python (Closes: #786107)
+  * Drop obsolete debian/{pycompat,pyversions}
 
+ -- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>  Sun, 30 Aug 2015 13:05:56 +0500
+
 phenny (2~hg28-2) unstable; urgency=low
 
   * Team upload.

Modified: packages/phenny/trunk/debian/control
===================================================================
--- packages/phenny/trunk/debian/control	2015-08-29 23:18:42 UTC (rev 12306)
+++ packages/phenny/trunk/debian/control	2015-08-30 08:19:00 UTC (rev 12307)
@@ -5,7 +5,7 @@
 Uploaders: Noah Slater <nslater at tumbolia.org>
 Standards-Version: 3.8.3
 Build-Depends: debhelper (>= 7.2.11), dpatch
-Build-Depends-Indep: help2man, python-support (>= 0.6.4), python
+Build-Depends-Indep: help2man, dh-python, python
 Homepage: http://inamidst.com/phenny/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/phenny/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/phenny/trunk/

Modified: packages/phenny/trunk/debian/dirs
===================================================================
--- packages/phenny/trunk/debian/dirs	2015-08-29 23:18:42 UTC (rev 12306)
+++ packages/phenny/trunk/debian/dirs	2015-08-30 08:19:00 UTC (rev 12307)
@@ -1,2 +1,2 @@
 usr/bin
-usr/share/python-support/phenny/phenny/modules
+usr/lib/python2.7/dist-packages/phenny/modules

Deleted: packages/phenny/trunk/debian/pycompat
===================================================================
--- packages/phenny/trunk/debian/pycompat	2015-08-29 23:18:42 UTC (rev 12306)
+++ packages/phenny/trunk/debian/pycompat	2015-08-30 08:19:00 UTC (rev 12307)
@@ -1 +0,0 @@
-2

Deleted: packages/phenny/trunk/debian/pyversions
===================================================================
--- packages/phenny/trunk/debian/pyversions	2015-08-29 23:18:42 UTC (rev 12306)
+++ packages/phenny/trunk/debian/pyversions	2015-08-30 08:19:00 UTC (rev 12307)
@@ -1 +0,0 @@
-2.5-

Modified: packages/phenny/trunk/debian/rules
===================================================================
--- packages/phenny/trunk/debian/rules	2015-08-29 23:18:42 UTC (rev 12306)
+++ packages/phenny/trunk/debian/rules	2015-08-30 08:19:00 UTC (rev 12307)
@@ -12,15 +12,15 @@
 build: patch-stamp
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_build:
 
 override_dh_install:
-	cp *.py debian/phenny/usr/share/python-support/phenny/phenny
-	cp modules/*.py debian/phenny/usr/share/python-support/phenny/phenny/modules
-	chmod -R 644 debian/phenny/usr/share/python-support/phenny/phenny/*.py
-	chmod -R 644 debian/phenny/usr/share/python-support/phenny/phenny/modules/*.py
+	cp *.py debian/phenny/usr/lib/python2.7/dist-packages/phenny
+	cp modules/*.py debian/phenny/usr/lib/python2.7/dist-packages/phenny/modules
+	chmod -R 644 debian/phenny/usr/lib/python2.7/dist-packages/phenny/*.py
+	chmod -R 644 debian/phenny/usr/lib/python2.7/dist-packages/phenny/modules/*.py
 	cp phenny debian/phenny/usr/bin
 	help2man -N -n "an extensible IRC bot written in Python" ./phenny > debian/phenny.1
 




More information about the Python-apps-commits mailing list