[Python-apps-commits] r11176 - in packages/pyaimt/trunk/debian (5 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon Aug 11 11:18:03 UTC 2014


    Date: Monday, August 11, 2014 @ 11:18:03
  Author: nijel
Revision: 11176

* Switch to debhelper 9.
* Fix watch file.

Modified:
  packages/pyaimt/trunk/debian/changelog
  packages/pyaimt/trunk/debian/compat
  packages/pyaimt/trunk/debian/control
  packages/pyaimt/trunk/debian/rules
  packages/pyaimt/trunk/debian/watch

Modified: packages/pyaimt/trunk/debian/changelog
===================================================================
--- packages/pyaimt/trunk/debian/changelog	2014-08-11 11:11:19 UTC (rev 11175)
+++ packages/pyaimt/trunk/debian/changelog	2014-08-11 11:18:03 UTC (rev 11176)
@@ -5,6 +5,8 @@
 
   [ Michal ÄŒihaÅ™ ]
   * Bump standards to 3.9.5.
+  * Switch to debhelper 9.
+  * Fix watch file.
 
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:30 +0200
 

Modified: packages/pyaimt/trunk/debian/compat
===================================================================
--- packages/pyaimt/trunk/debian/compat	2014-08-11 11:11:19 UTC (rev 11175)
+++ packages/pyaimt/trunk/debian/compat	2014-08-11 11:18:03 UTC (rev 11176)
@@ -1 +1 @@
-7
+9

Modified: packages/pyaimt/trunk/debian/control
===================================================================
--- packages/pyaimt/trunk/debian/control	2014-08-11 11:11:19 UTC (rev 11175)
+++ packages/pyaimt/trunk/debian/control	2014-08-11 11:18:03 UTC (rev 11176)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.14)
+Build-Depends: debhelper (>= 9.0)
 Build-Depends-Indep: python (>= 2.6.6-3~)
 Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyaimt/trunk/

Modified: packages/pyaimt/trunk/debian/rules
===================================================================
--- packages/pyaimt/trunk/debian/rules	2014-08-11 11:11:19 UTC (rev 11175)
+++ packages/pyaimt/trunk/debian/rules	2014-08-11 11:18:03 UTC (rev 11176)
@@ -2,28 +2,14 @@
 
 #export DH_VERBOSE=1
 
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
+%:
+	dh $@ --with python2
 
-build-stamp:
-	dh build --with python2
+override_dh_auto_build:
 	chmod -x PyAIMt.py
 	cp config_example.xml pyaimt.conf.xml
-	touch $@
+	dh_auto_build
 
-clean:
+override_dh_auto_clean:
 	rm -f pyaimt.conf.xml
-	dh clean
-
-install: build
-	dh install --with python2
-
-binary-indep: build install
-	dh binary-indep --with python2
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary install
+	dh_auto_clean

Modified: packages/pyaimt/trunk/debian/watch
===================================================================
--- packages/pyaimt/trunk/debian/watch	2014-08-11 11:11:19 UTC (rev 11175)
+++ packages/pyaimt/trunk/debian/watch	2014-08-11 11:18:03 UTC (rev 11176)
@@ -1,2 +1,2 @@
 version=3
-http://code.google.com/p/pyaimt/downloads/list http://pyaimt.googlecode.com/files/pyaimt-(.*).tar.gz
+https://code.google.com/p/pyaimt/downloads/list //pyaimt.googlecode.com/files/pyaimt-(.*).tar.gz




More information about the Python-apps-commits mailing list