[Python-apps-commits] r6589 - in packages/didjvu/trunk/debian (4 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Feb 6 16:45:51 UTC 2011


    Date: Sunday, February 6, 2011 @ 16:45:41
  Author: danstender-guest
Revision: 6589

pimp my packet: X-Python-Version instead of XS, Breaks, dh call corrected, added revision to debian/copyright

Modified:
  packages/didjvu/trunk/debian/changelog
  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	2011-02-06 13:05:04 UTC (rev 6588)
+++ packages/didjvu/trunk/debian/changelog	2011-02-06 16:45:41 UTC (rev 6589)
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #601781).
 
- -- Daniel Stender <daniel at danielstender.com>  Wed, 26 Jan 2011 14:00:11 +0100
+ -- Daniel Stender <daniel at danielstender.com>  Sun, 06 Feb 2011 17:40:46 +0100

Modified: packages/didjvu/trunk/debian/control
===================================================================
--- packages/didjvu/trunk/debian/control	2011-02-06 13:05:04 UTC (rev 6588)
+++ packages/didjvu/trunk/debian/control	2011-02-06 16:45:41 UTC (rev 6589)
@@ -4,7 +4,7 @@
 Section: graphics
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), python (>=2.6.6-3)
-XS-Python-Version: >= 2.6
+X-Python-Version: >= 2.6
 Standards-Version: 3.9.1
 Homepage: http://jwilk.net/software/didjvu
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/didjvu/trunk/
@@ -16,6 +16,7 @@
  python (>= 2.7) | python-argparse, python-gamera (>= 3.2.3),
  python-imaging, djvulibre-bin (>= 3.5.21)
 Recommends: minidjvu
+Breaks: ${python:Breaks}
 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	2011-02-06 13:05:04 UTC (rev 6588)
+++ packages/didjvu/trunk/debian/copyright	2011-02-06 16:45:41 UTC (rev 6589)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
 Upstream-Name: didjvu
 Upstream-contact: Jakub Wilk <jwilk at jwilk.net>
 Source: http://code.google.com/p/didjvu/

Modified: packages/didjvu/trunk/debian/rules
===================================================================
--- packages/didjvu/trunk/debian/rules	2011-02-06 13:05:04 UTC (rev 6588)
+++ packages/didjvu/trunk/debian/rules	2011-02-06 16:45:41 UTC (rev 6589)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 %:
-	dh --with python2 $@
+	dh $@ --with python2
 




More information about the Python-apps-commits mailing list