[Python-apps-commits] r10084 - in packages/svnmailer/trunk/debian (5 files)

anbe at users.alioth.debian.org anbe at users.alioth.debian.org
Tue Oct 15 22:53:37 UTC 2013


    Date: Tuesday, October 15, 2013 @ 22:53:35
  Author: anbe
Revision: 10084

switch to debhelper 9 and minimal dh --with python2 rules

Modified:
  packages/svnmailer/trunk/debian/changelog
  packages/svnmailer/trunk/debian/compat
  packages/svnmailer/trunk/debian/control
  packages/svnmailer/trunk/debian/rules
Deleted:
  packages/svnmailer/trunk/debian/README.source

Deleted: packages/svnmailer/trunk/debian/README.source
===================================================================
--- packages/svnmailer/trunk/debian/README.source	2013-10-15 22:42:41 UTC (rev 10083)
+++ packages/svnmailer/trunk/debian/README.source	2013-10-15 22:53:35 UTC (rev 10084)
@@ -1,4 +0,0 @@
-This package uses dpatch to handle patches against upstream source code; you
-can find additional information about dpatch at
-
-    /usr/share/doc/dpatch/

Modified: packages/svnmailer/trunk/debian/changelog
===================================================================
--- packages/svnmailer/trunk/debian/changelog	2013-10-15 22:42:41 UTC (rev 10083)
+++ packages/svnmailer/trunk/debian/changelog	2013-10-15 22:53:35 UTC (rev 10084)
@@ -5,6 +5,8 @@
     in python-subversion (see #683188).
   * Switch from dpatch to source format 3.0 (quilt).
   * Switch from dh_pysupport to dh_python2.
+  * Switch to debhelper 9 and minimal dh --with python2 rules.
+  * Bump Standards-Version to 3.9.4.
 
  -- Andreas Beckmann <anbe at debian.org>  Tue, 15 Oct 2013 23:39:38 +0200
 

Modified: packages/svnmailer/trunk/debian/compat
===================================================================
--- packages/svnmailer/trunk/debian/compat	2013-10-15 22:42:41 UTC (rev 10083)
+++ packages/svnmailer/trunk/debian/compat	2013-10-15 22:53:35 UTC (rev 10084)
@@ -1 +1 @@
-5
+9

Modified: packages/svnmailer/trunk/debian/control
===================================================================
--- packages/svnmailer/trunk/debian/control	2013-10-15 22:42:41 UTC (rev 10083)
+++ packages/svnmailer/trunk/debian/control	2013-10-15 22:53:35 UTC (rev 10084)
@@ -4,10 +4,10 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Debian QA Group <packages at qa.debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
  dh-python,
  python (>= 2.6.6-3~),
-Standards-Version: 3.8.4
+Standards-Version: 3.9.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/

Modified: packages/svnmailer/trunk/debian/rules
===================================================================
--- packages/svnmailer/trunk/debian/rules	2013-10-15 22:42:41 UTC (rev 10083)
+++ packages/svnmailer/trunk/debian/rules	2013-10-15 22:53:35 UTC (rev 10084)
@@ -1,55 +1,7 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	# Add here commands to compile the package.
-	python setup.py build
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	# Add here commands to clean up after the build process.
-	python setup.py clean
-
-	dh_clean build-stamp build
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	# Add here commands to install the package into debian/svnmailer.
-	python setup.py install --root=$(CURDIR)/debian/svnmailer $(py_setup_install_args)
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs CHANGES
-	dh_installman
-	dh_installdocs
-	dh_installexamples
-	dh_compress
-	dh_fixperms
-	dh_python2
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@ --with python2




More information about the Python-apps-commits mailing list