[Python-apps-commits] r11693 - in packages/didjvu/trunk/debian (7 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Feb 1 15:18:09 UTC 2015


    Date: Sunday, February 1, 2015 @ 15:18:08
  Author: danstender-guest
Revision: 11693

deb/control: added dh_python to build deps, deb/copyright: expanded copyright span; deb/watch: changed watch line (got unsupported); added DEP-8 test suite

Added:
  packages/didjvu/trunk/debian/tests/
  packages/didjvu/trunk/debian/tests/control
  packages/didjvu/trunk/debian/tests/didjvu
Modified:
  packages/didjvu/trunk/debian/changelog
  packages/didjvu/trunk/debian/control
  packages/didjvu/trunk/debian/copyright
  packages/didjvu/trunk/debian/watch

Modified: packages/didjvu/trunk/debian/changelog
===================================================================
--- packages/didjvu/trunk/debian/changelog	2015-02-01 04:39:03 UTC (rev 11692)
+++ packages/didjvu/trunk/debian/changelog	2015-02-01 15:18:08 UTC (rev 11693)
@@ -1,10 +1,15 @@
 didjvu (0.2.8-2) UNRELEASED; urgency=medium
 
   * Fixed upstream-signing-key.
-  * deb/control: bumped standards to 3.9.6 (no changes needed).
+  * deb/control:
+    + added dh_python to build deps.
+    + bumped standards to 3.9.6 (no changes needed).
+  * deb/copyright: expanded copyright span.
   * deb/rules: added DEB_BUILD_OPTIONS export line.
+  * deb/watch: changed watch line (got unsupported).
+  * Added DEP-8 test suite.
 
- -- Daniel Stender <debian at danielstender.com>  Tue, 07 Oct 2014 23:29:47 +0200
+ -- Daniel Stender <debian at danielstender.com>  Sun, 01 Feb 2015 16:15:45 +0100
 
 didjvu (0.2.8-1) unstable; urgency=low
 

Modified: packages/didjvu/trunk/debian/control
===================================================================
--- packages/didjvu/trunk/debian/control	2015-02-01 04:39:03 UTC (rev 11692)
+++ packages/didjvu/trunk/debian/control	2015-02-01 15:18:08 UTC (rev 11693)
@@ -6,6 +6,7 @@
 Priority: optional
 Build-Depends:
  debhelper (>= 9),
+ dh-python,
  python-all (>= 2.6.6-3~),
  python-all (>= 2.7.3-5~) | python-argparse (>= 1.2.1-2~),
  python-nose,
@@ -26,7 +27,8 @@
  python-imaging,
  ${misc:Depends},
  ${python:Depends}
-Suggests: python-libxmp | python-pyexiv2 (>= 0.3)
+Suggests:
+ python-libxmp | python-pyexiv2 (>= 0.3)
 Description: DjVu encoder with foreground/background separation
  The DjVu graphics format is very effective because it uses
  multiple layers which are differently compressed. For the

Modified: packages/didjvu/trunk/debian/copyright
===================================================================
--- packages/didjvu/trunk/debian/copyright	2015-02-01 04:39:03 UTC (rev 11692)
+++ packages/didjvu/trunk/debian/copyright	2015-02-01 15:18:08 UTC (rev 11693)
@@ -8,7 +8,7 @@
 License: GPL-2
 
 Files: debian/*
-Copyright: 2011-2014 Daniel Stender <debian at danielstender.com>
+Copyright: 2011-2015 Daniel Stender <debian at danielstender.com>
 License: GPL-2
 
 License: GPL-2

Added: packages/didjvu/trunk/debian/tests/control
===================================================================
--- packages/didjvu/trunk/debian/tests/control	                        (rev 0)
+++ packages/didjvu/trunk/debian/tests/control	2015-02-01 15:18:08 UTC (rev 11693)
@@ -0,0 +1,2 @@
+Tests: didjvu
+Depends: python-nose, python-pyexiv2
\ No newline at end of file

Added: packages/didjvu/trunk/debian/tests/didjvu
===================================================================
--- packages/didjvu/trunk/debian/tests/didjvu	                        (rev 0)
+++ packages/didjvu/trunk/debian/tests/didjvu	2015-02-01 15:18:08 UTC (rev 11693)
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e -u
+export PYTHONWARNINGS=d
+cd tests
+pyversions -i | tr ' ' '\n' | xargs -I {} env {} -m nose --all-modules --verbose 2>&1


Property changes on: packages/didjvu/trunk/debian/tests/didjvu
___________________________________________________________________
Added: svn:executable
   + *

Modified: packages/didjvu/trunk/debian/watch
===================================================================
--- packages/didjvu/trunk/debian/watch	2015-02-01 04:39:03 UTC (rev 11692)
+++ packages/didjvu/trunk/debian/watch	2015-02-01 15:18:08 UTC (rev 11693)
@@ -1,2 +1,4 @@
 version=3
-opts=pgpsigurlmangle=s/$/.asc/ http://pypi.python.org/packages/source/d/didjvu/didjvu-([0-9.]+).tar.gz
+opts=pgpsigurlmangle=s/$/.asc/ \
+https://pypi.python.org/pypi/didjvu/ \
+(?:|.*/)didjvu(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)




More information about the Python-apps-commits mailing list