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

pronovic at users.alioth.debian.org pronovic at users.alioth.debian.org
Mon Dec 31 20:18:11 UTC 2012


    Date: Monday, December 31, 2012 @ 20:18:09
  Author: pronovic
Revision: 9333

Bump standards version and make minor tweaks to debian/rules

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

Modified: packages/pychecker/trunk/debian/changelog
===================================================================
--- packages/pychecker/trunk/debian/changelog	2012-12-24 17:34:39 UTC (rev 9332)
+++ packages/pychecker/trunk/debian/changelog	2012-12-31 20:18:09 UTC (rev 9333)
@@ -1,3 +1,13 @@
+pychecker (0.8.19-6) unstable; urgency=low
+
+  * Bump standards version to 3.9.4.0; no packaging changes.
+  * Make minor tweaks in debian/rules for consistency.
+    - Add new .PHONY targets for all rules that don't create files
+    - Change binary to depend on both binary-arch and binary-indep
+    - Change binary-arch to depend on install, not build and install
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Mon, 31 Dec 2012 20:15:45 +0000
+
 pychecker (0.8.19-5) unstable; urgency=low
 
   * Update to machine-readable debian/copyright file format, version 1.0.

Modified: packages/pychecker/trunk/debian/control
===================================================================
--- packages/pychecker/trunk/debian/control	2012-12-24 17:34:39 UTC (rev 9332)
+++ packages/pychecker/trunk/debian/control	2012-12-31 20:18:09 UTC (rev 9333)
@@ -7,7 +7,7 @@
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pychecker/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/pychecker/trunk
 Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.3.0
+Standards-Version: 3.9.4.0
 X-Python-Version: >= 2.1
 
 Package: pychecker

Modified: packages/pychecker/trunk/debian/rules
===================================================================
--- packages/pychecker/trunk/debian/rules	2012-12-24 17:34:39 UTC (rev 9332)
+++ packages/pychecker/trunk/debian/rules	2012-12-31 20:18:09 UTC (rev 9333)
@@ -5,11 +5,11 @@
 results_files = test_expected/*.results
 setup         = /usr/bin/python ./setup.py --quiet
 
-binary: binary-indep
+binary: binary-arch binary-indep
 
 binary-arch:
 
-binary-indep: build install
+binary-indep: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
@@ -54,5 +54,4 @@
 	rm -rf $(build_dir) $(install_dir)
 	dh_clean
 
-.PHONY: binary binary-indep install build clean
-
+.PHONY: binary binary-arch binary-indep install build build-arch build-indep clean




More information about the Python-apps-commits mailing list