[Python-apps-commits] r10068 - in packages/nfoview/trunk/debian (changelog control watch)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Tue Oct 15 19:50:30 UTC 2013


    Date: Tuesday, October 15, 2013 @ 19:50:28
  Author: jcfp-guest
Revision: 10068

* Handle use of tar.xz file format by upstream:
  + Update watch file.
  + Add Pre-Depends on dpkg (>= 1.15.6~).

Modified:
  packages/nfoview/trunk/debian/changelog
  packages/nfoview/trunk/debian/control
  packages/nfoview/trunk/debian/watch

Modified: packages/nfoview/trunk/debian/changelog
===================================================================
--- packages/nfoview/trunk/debian/changelog	2013-10-15 19:45:25 UTC (rev 10067)
+++ packages/nfoview/trunk/debian/changelog	2013-10-15 19:50:28 UTC (rev 10068)
@@ -8,8 +8,11 @@
   * New maintainer (Closes #726301).
   * Switch to dh_python3.
   * Fix package description.
+  * Handle use of tar.xz file format by upstream:
+    + Update watch file.
+    + Add Pre-Depends on dpkg (>= 1.15.6~).
 
- -- JCF Ploemen (jcfp) <linux at jcf.pm>  Tue, 15 Oct 2013 21:44:40 +0200
+ -- JCF Ploemen (jcfp) <linux at jcf.pm>  Tue, 15 Oct 2013 21:46:42 +0200
 
 nfoview (1.9.2-2) UNRELEASED; urgency=low
 

Modified: packages/nfoview/trunk/debian/control
===================================================================
--- packages/nfoview/trunk/debian/control	2013-10-15 19:45:25 UTC (rev 10067)
+++ packages/nfoview/trunk/debian/control	2013-10-15 19:50:28 UTC (rev 10068)
@@ -15,6 +15,7 @@
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, python3-gi
 Recommends: xfonts-terminus
+Pre-Depends: dpkg (>= 1.15.6~)
 Description: simple viewer for NFO files
  NFO Viewer is a simple viewer for NFO files, which are "ASCII art" in
  the CP437 codepage. The advantages of using NFO Viewer instead of a

Modified: packages/nfoview/trunk/debian/watch
===================================================================
--- packages/nfoview/trunk/debian/watch	2013-10-15 19:45:25 UTC (rev 10067)
+++ packages/nfoview/trunk/debian/watch	2013-10-15 19:50:28 UTC (rev 10068)
@@ -1,3 +1,3 @@
 version=3
 http://home.gna.org/nfoview/ \
-	http://download.gna.org/nfoview/.*/nfoview-(.*)\.tar\.gz
+(?:.*[/=]|)nfoview(?:[_\-]?|[_\-]v)(\d.*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz).*




More information about the Python-apps-commits mailing list