[Python-modules-commits] r22693 - in packages/jpylyzer/trunk/debian (5 files)

malat at users.alioth.debian.org malat at users.alioth.debian.org
Thu Sep 20 12:53:18 UTC 2012


    Date: Thursday, September 20, 2012 @ 12:53:16
  Author: malat
Revision: 22693

Next version

Added:
  packages/jpylyzer/trunk/debian/source/options
Modified:
  packages/jpylyzer/trunk/debian/changelog
  packages/jpylyzer/trunk/debian/docs
  packages/jpylyzer/trunk/debian/orig-tar.sh
  packages/jpylyzer/trunk/debian/rules

Modified: packages/jpylyzer/trunk/debian/changelog
===================================================================
--- packages/jpylyzer/trunk/debian/changelog	2012-09-20 10:40:34 UTC (rev 22692)
+++ packages/jpylyzer/trunk/debian/changelog	2012-09-20 12:53:16 UTC (rev 22693)
@@ -1,8 +1,8 @@
-jpylyzer (1.6.0-1) UNRELEASED; urgency=low
+jpylyzer (1.6.3-1) unstable; urgency=low
 
   * New upstream. Closes: #682515
 
- -- Mathieu Malaterre <malat at debian.org>  Tue, 24 Jul 2012 12:53:12 +0000
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 20 Sep 2012 14:52:23 +0200
 
 jpylyzer (1.5.0-2) unstable; urgency=low
 

Modified: packages/jpylyzer/trunk/debian/docs
===================================================================
--- packages/jpylyzer/trunk/debian/docs	2012-09-20 10:40:34 UTC (rev 22692)
+++ packages/jpylyzer/trunk/debian/docs	2012-09-20 12:53:16 UTC (rev 22693)
@@ -1 +1 @@
-readme
+README.md

Modified: packages/jpylyzer/trunk/debian/orig-tar.sh
===================================================================
--- packages/jpylyzer/trunk/debian/orig-tar.sh	2012-09-20 10:40:34 UTC (rev 22692)
+++ packages/jpylyzer/trunk/debian/orig-tar.sh	2012-09-20 12:53:16 UTC (rev 22693)
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/sh -e
 
 # called by uscan with '--upstream-version' <version> <file>
 TAR=jpylyzer_$2.orig.tar.gz

Modified: packages/jpylyzer/trunk/debian/rules
===================================================================
--- packages/jpylyzer/trunk/debian/rules	2012-09-20 10:40:34 UTC (rev 22692)
+++ packages/jpylyzer/trunk/debian/rules	2012-09-20 12:53:16 UTC (rev 22693)
@@ -3,7 +3,7 @@
 %:
 	dh $@ --with python2
 
-VERSION=1.5.0
+VERSION=$(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
 override_dh_install:
 	pod2man --section=1 --release=$(VERSION) --center "" debian/jpylyzer.pod > jpylyzer.1
 	dh_install

Added: packages/jpylyzer/trunk/debian/source/options
===================================================================
--- packages/jpylyzer/trunk/debian/source/options	                        (rev 0)
+++ packages/jpylyzer/trunk/debian/source/options	2012-09-20 12:53:16 UTC (rev 22693)
@@ -0,0 +1,2 @@
+compression = xz
+compression-level = 9




More information about the Python-modules-commits mailing list