[Python-apps-commits] r8649 - in packages/pyicqt/trunk/debian (changelog control rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed May 9 11:46:52 UTC 2012


    Date: Wednesday, May 9, 2012 @ 11:46:50
  Author: nijel
Revision: 8649

Use dh_python2.

Modified:
  packages/pyicqt/trunk/debian/changelog
  packages/pyicqt/trunk/debian/control
  packages/pyicqt/trunk/debian/rules

Modified: packages/pyicqt/trunk/debian/changelog
===================================================================
--- packages/pyicqt/trunk/debian/changelog	2012-05-09 11:44:35 UTC (rev 8648)
+++ packages/pyicqt/trunk/debian/changelog	2012-05-09 11:46:50 UTC (rev 8649)
@@ -3,8 +3,9 @@
   * Fixed warning printed on startup (Closes: #611479).
   * Avoid modification of files during build (Closes: #671542).
   * Bump standards to 3.9.3.
+  * Use dh_python2.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 09 May 2012 13:44:31 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 09 May 2012 13:46:37 +0200
 
 pyicqt (0.8.1.5-4) unstable; urgency=low
 

Modified: packages/pyicqt/trunk/debian/control
===================================================================
--- packages/pyicqt/trunk/debian/control	2012-05-09 11:44:35 UTC (rev 8648)
+++ packages/pyicqt/trunk/debian/control	2012-05-09 11:46:50 UTC (rev 8649)
@@ -4,7 +4,7 @@
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>, Patrick Ringl <patrick_ at freenet.de>
 Build-Depends: debhelper (>= 7.0.14)
-Build-Depends-Indep: python, python-support (>= 0.5.3)
+Build-Depends-Indep: python (>= 2.6.6-3~)
 Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pyicqt/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pyicqt/trunk/
@@ -23,7 +23,6 @@
     adduser
 Suggests: ejabberd | jabber | jabberd2, munin-node
 Recommends: python-nevow (>= 0.4.1), python-mysqldb (>= 1.0.0), python-imaging
-XB-Python-Version: ${python:Versions}
 Description: ICQ transport for Jabber
  PyICQt provides a gateway which allows Jabber users to communicate with their
  contacts on the ICQ Messenger network. It can connect to any Jabber server

Modified: packages/pyicqt/trunk/debian/rules
===================================================================
--- packages/pyicqt/trunk/debian/rules	2012-05-09 11:44:35 UTC (rev 8648)
+++ packages/pyicqt/trunk/debian/rules	2012-05-09 11:46:50 UTC (rev 8649)
@@ -6,20 +6,20 @@
 
 build-stamp:
 	chmod -x src/chardet_utf/*
-	dh build
+	dh build --with python2
 	chmod -x PyICQt.py
 	cp config_example.xml pyicqt.conf.xml
 	touch $@
 
 clean:
 	rm -f pyicqt.conf.xml
-	dh clean
+	dh clean --with python2
 
 install: build
-	dh install
+	dh install --with python2
 
 binary-indep: build install
-	dh binary-indep
+	dh binary-indep --with python2
 
 binary-arch: build install
 




More information about the Python-apps-commits mailing list