[Python-apps-commits] r10083 - in packages/svnmailer/trunk/debian (changelog control rules)
anbe at users.alioth.debian.org
anbe at users.alioth.debian.org
Tue Oct 15 22:42:43 UTC 2013
Date: Tuesday, October 15, 2013 @ 22:42:41
Author: anbe
Revision: 10083
switch from dh_pysupport to dh_python2
Modified:
packages/svnmailer/trunk/debian/changelog
packages/svnmailer/trunk/debian/control
packages/svnmailer/trunk/debian/rules
Modified: packages/svnmailer/trunk/debian/changelog
===================================================================
--- packages/svnmailer/trunk/debian/changelog 2013-10-15 22:25:55 UTC (rev 10082)
+++ packages/svnmailer/trunk/debian/changelog 2013-10-15 22:42:41 UTC (rev 10083)
@@ -4,6 +4,7 @@
* Revert SVN_STREAM_CHUNK_SIZE int vs. long workaround, this has been fixed
in python-subversion (see #683188).
* Switch from dpatch to source format 3.0 (quilt).
+ * Switch from dh_pysupport to dh_python2.
-- Andreas Beckmann <anbe at debian.org> Tue, 15 Oct 2013 23:39:38 +0200
Modified: packages/svnmailer/trunk/debian/control
===================================================================
--- packages/svnmailer/trunk/debian/control 2013-10-15 22:25:55 UTC (rev 10082)
+++ packages/svnmailer/trunk/debian/control 2013-10-15 22:42:41 UTC (rev 10083)
@@ -5,18 +5,16 @@
Uploaders: Debian QA Group <packages at qa.debian.org>
Build-Depends:
debhelper (>= 7.0.50~),
- python (>= 2.5.4-1~),
-Build-Depends-Indep: python-support (>= 0.3)
+ dh-python,
+ python (>= 2.6.6-3~),
Standards-Version: 3.8.4
Homepage: http://opensource.perlig.de/svnmailer/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/svnmailer/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/svnmailer/trunk/
-XS-Python-Version: all
Package: svnmailer
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-subversion
-XB-Python-Version: ${python:Versions}
Description: extensible Subversion commit notification tool
The svnmailer is a tool, which is usually called by a Subversion hook
to submit commit notifications in various ways (at the moment: mail via
Modified: packages/svnmailer/trunk/debian/rules
===================================================================
--- packages/svnmailer/trunk/debian/rules 2013-10-15 22:25:55 UTC (rev 10082)
+++ packages/svnmailer/trunk/debian/rules 2013-10-15 22:42:41 UTC (rev 10083)
@@ -4,8 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/python/python.mk
-
build: build-stamp
build-stamp:
dh_testdir
@@ -44,7 +42,7 @@
dh_installexamples
dh_compress
dh_fixperms
- dh_pysupport
+ dh_python2
dh_installdeb
dh_shlibdeps
dh_gencontrol
More information about the Python-apps-commits
mailing list