[Python-apps-commits] r9657 - in packages/didjvu/trunk/debian (5 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon May 20 08:58:36 UTC 2013


    Date: Monday, May 20, 2013 @ 08:58:34
  Author: danstender-guest
Revision: 9657

* New upstream release (Closes: #683581).
* Bumped debhelper level to 9 (deb/control and deb/compat).
  + bumped standards to 3.9.4 (no changes needed).
  + added pyexiv2 to Suggests and b-p.
  + changed Python dependencies (cf. #707807).
* deb/copyright: expanded copyrights to 2013.
  + removed override for dh_installchangelogs (not needed).
  + added execution of tests.

Modified:
  packages/didjvu/trunk/debian/changelog
  packages/didjvu/trunk/debian/compat
  packages/didjvu/trunk/debian/control
  packages/didjvu/trunk/debian/copyright
  packages/didjvu/trunk/debian/rules

Modified: packages/didjvu/trunk/debian/changelog
===================================================================
--- packages/didjvu/trunk/debian/changelog	2013-05-18 15:57:48 UTC (rev 9656)
+++ packages/didjvu/trunk/debian/changelog	2013-05-20 08:58:34 UTC (rev 9657)
@@ -1,18 +1,21 @@
-didjvu (0.2.6-1) UNRELEASED; urgency=low
+didjvu (0.2.7-1) UNRELEASED; urgency=low
 
   [ Daniel Stender ]
-  * New upstream release.
+  * New upstream release (Closes: #683581).
+  * Bumped debhelper level to 9 (deb/control and deb/compat).
   * deb/control:
-    + Added b-p for python-argparse (cf. #655598).
-    + Pushed Python dep down to 2.6 (cf. doc/dependencies.txt).
-    + Added pyexiv2 to Suggests.
+    + bumped standards to 3.9.4 (no changes needed).
+    + added pyexiv2 to Suggests and b-p.
+    + changed Python dependencies (cf. #707807).
+  * deb/copyright: expanded copyrights to 2013.
   * deb/rules:
-    + Added execution of tests.
+    + removed override for dh_installchangelogs (not needed).
+    + added execution of tests.
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:04:58 +0200
+ -- Daniel Stender <daniel at danielstender.com>  Mon, 20 May 2013 10:53:37 +0200
 
 didjvu (0.2.3-2) unstable; urgency=low
 

Modified: packages/didjvu/trunk/debian/compat
===================================================================
--- packages/didjvu/trunk/debian/compat	2013-05-18 15:57:48 UTC (rev 9656)
+++ packages/didjvu/trunk/debian/compat	2013-05-20 08:58:34 UTC (rev 9657)
@@ -1 +1 @@
-7
+9

Modified: packages/didjvu/trunk/debian/control
===================================================================
--- packages/didjvu/trunk/debian/control	2013-05-18 15:57:48 UTC (rev 9656)
+++ packages/didjvu/trunk/debian/control	2013-05-20 08:58:34 UTC (rev 9657)
@@ -4,9 +4,14 @@
  Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Section: graphics
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Build-Depends:
+ debhelper (>= 9),
+ python-all (>= 2.6.6-3~),
+ python-all (>= 2.7.3-5~) | python-argparse (>= 1.2.1-2~),
+ python-nose,
+ python-pyexiv2
 X-Python-Version: >= 2.6
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://jwilk.net/software/didjvu
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/didjvu/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/didjvu/trunk/
@@ -16,8 +21,7 @@
 Depends:
  djvulibre-bin (>= 3.5.21),
  minidjvu (>= 0.8),
- python (>= 2.6),
- python-argparse (>= 1.2.1-2~),
+ python (>= 2.7) | python-argparse,
  python-gamera (>= 3.2.3),
  python-imaging,
  ${misc:Depends},

Modified: packages/didjvu/trunk/debian/copyright
===================================================================
--- packages/didjvu/trunk/debian/copyright	2013-05-18 15:57:48 UTC (rev 9656)
+++ packages/didjvu/trunk/debian/copyright	2013-05-20 08:58:34 UTC (rev 9657)
@@ -4,11 +4,11 @@
 Source: http://didjvu.googlecode.com/hg/
 
 Files: *
-Copyright: 2009-2012 Jakub Wilk <jwilk at jwilk.net>
+Copyright: 2009-2013 Jakub Wilk <jwilk at jwilk.net>
 License: GPL-2
 
 Files: debian/*
-Copyright: 2011-2012 Daniel Stender <daniel at danielstender.com>
+Copyright: 2011-2013 Daniel Stender <daniel at danielstender.com>
 License: GPL-2
 
 License: GPL-2

Modified: packages/didjvu/trunk/debian/rules
===================================================================
--- packages/didjvu/trunk/debian/rules	2013-05-18 15:57:48 UTC (rev 9656)
+++ packages/didjvu/trunk/debian/rules	2013-05-20 08:58:34 UTC (rev 9657)
@@ -6,14 +6,11 @@
 
 override_dh_auto_install:
 
-override_dh_installchangelogs:
-	dh_installchangelogs doc/changelog
-
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-        set -e -x; \
-        for python in $(shell pyversions -r); do \
-                grep --include='*.py' '>>>' -r . -l | xargs $$python /usr/bin/nosetests --with-doctest -v; \
-        done
+	cd tests && set -e -x; \
+	for python in $(shell pyversions -r); do \
+		$$python /usr/bin/nosetests --all-modules --verbose; \
+	done
 endif
 




More information about the Python-apps-commits mailing list