[Python-modules-commits] r22694 - in packages/jpylyzer/tags (10 files)

malat at users.alioth.debian.org malat at users.alioth.debian.org
Thu Sep 20 13:01:10 UTC 2012


    Date: Thursday, September 20, 2012 @ 13:01:08
  Author: malat
Revision: 22694

[svn-buildpackage] Tagging jpylyzer 1.6.3-1

Added:
  packages/jpylyzer/tags/1.6.3-1/
  packages/jpylyzer/tags/1.6.3-1/debian/changelog
    (from rev 22693, packages/jpylyzer/trunk/debian/changelog)
  packages/jpylyzer/tags/1.6.3-1/debian/docs
    (from rev 22693, packages/jpylyzer/trunk/debian/docs)
  packages/jpylyzer/tags/1.6.3-1/debian/orig-tar.sh
    (from rev 22693, packages/jpylyzer/trunk/debian/orig-tar.sh)
  packages/jpylyzer/tags/1.6.3-1/debian/rules
    (from rev 22693, packages/jpylyzer/trunk/debian/rules)
  packages/jpylyzer/tags/1.6.3-1/debian/source/options
    (from rev 22693, packages/jpylyzer/trunk/debian/source/options)
Deleted:
  packages/jpylyzer/tags/1.6.3-1/debian/changelog
  packages/jpylyzer/tags/1.6.3-1/debian/docs
  packages/jpylyzer/tags/1.6.3-1/debian/orig-tar.sh
  packages/jpylyzer/tags/1.6.3-1/debian/rules

Deleted: packages/jpylyzer/tags/1.6.3-1/debian/changelog
===================================================================
--- packages/jpylyzer/trunk/debian/changelog	2012-09-20 10:40:34 UTC (rev 22692)
+++ packages/jpylyzer/tags/1.6.3-1/debian/changelog	2012-09-20 13:01:08 UTC (rev 22694)
@@ -1,19 +0,0 @@
-jpylyzer (1.6.0-1) UNRELEASED; urgency=low
-
-  * New upstream. Closes: #682515
-
- -- Mathieu Malaterre <malat at debian.org>  Tue, 24 Jul 2012 12:53:12 +0000
-
-jpylyzer (1.5.0-2) unstable; urgency=low
-
-  * Fix installation of jpylyzer executable. Closes: #682486
-    - missing explicit call to dh_install
-  * Make sure to clean the build tree from generated man page
-
- -- Mathieu Malaterre <malat at debian.org>  Mon, 23 Jul 2012 12:45:58 +0200
-
-jpylyzer (1.5.0-1) unstable; urgency=low
-
-  * Initial release. (Closes: #664747)
-
- -- Mathieu Malaterre <malat at debian.org>  Wed, 02 May 2012 22:44:12 +0200

Copied: packages/jpylyzer/tags/1.6.3-1/debian/changelog (from rev 22693, packages/jpylyzer/trunk/debian/changelog)
===================================================================
--- packages/jpylyzer/tags/1.6.3-1/debian/changelog	                        (rev 0)
+++ packages/jpylyzer/tags/1.6.3-1/debian/changelog	2012-09-20 13:01:08 UTC (rev 22694)
@@ -0,0 +1,19 @@
+jpylyzer (1.6.3-1) unstable; urgency=low
+
+  * New upstream. Closes: #682515
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 20 Sep 2012 14:52:23 +0200
+
+jpylyzer (1.5.0-2) unstable; urgency=low
+
+  * Fix installation of jpylyzer executable. Closes: #682486
+    - missing explicit call to dh_install
+  * Make sure to clean the build tree from generated man page
+
+ -- Mathieu Malaterre <malat at debian.org>  Mon, 23 Jul 2012 12:45:58 +0200
+
+jpylyzer (1.5.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #664747)
+
+ -- Mathieu Malaterre <malat at debian.org>  Wed, 02 May 2012 22:44:12 +0200

Deleted: packages/jpylyzer/tags/1.6.3-1/debian/docs
===================================================================
--- packages/jpylyzer/trunk/debian/docs	2012-09-20 10:40:34 UTC (rev 22692)
+++ packages/jpylyzer/tags/1.6.3-1/debian/docs	2012-09-20 13:01:08 UTC (rev 22694)
@@ -1 +0,0 @@
-readme

Copied: packages/jpylyzer/tags/1.6.3-1/debian/docs (from rev 22693, packages/jpylyzer/trunk/debian/docs)
===================================================================
--- packages/jpylyzer/tags/1.6.3-1/debian/docs	                        (rev 0)
+++ packages/jpylyzer/tags/1.6.3-1/debian/docs	2012-09-20 13:01:08 UTC (rev 22694)
@@ -0,0 +1 @@
+README.md

Deleted: packages/jpylyzer/tags/1.6.3-1/debian/orig-tar.sh
===================================================================
--- packages/jpylyzer/trunk/debian/orig-tar.sh	2012-09-20 10:40:34 UTC (rev 22692)
+++ packages/jpylyzer/tags/1.6.3-1/debian/orig-tar.sh	2012-09-20 13:01:08 UTC (rev 22694)
@@ -1,29 +0,0 @@
-#!/bin/sh -ex
-
-# called by uscan with '--upstream-version' <version> <file>
-TAR=jpylyzer_$2.orig.tar.gz
-DIR=jpylyzer-$2
-
-# clean up the upstream tarball
-tar -zxf $3
-mv openplanets-jpylyzer-* $DIR
-cd $DIR
-mkdir jpylyzer
-mv *.py jpylyzer
-touch jpylyzer/__init__.py
-rm jpylyzerUserManual.pdf
-rm Makefile
-rm buildWin32.bat
-rm -rf example_files
-rm BUILD_HOWTO_LINUX  BUILD_HOWTO_WIN32
-rm -rf debian
-cd ..
-tar -czf $TAR $DIR
-rm -rf $DIR $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-    . .svn/deb-layout
-    mv $TAR $origDir
-    echo "moved $TAR to $origDir"
-fi

Copied: packages/jpylyzer/tags/1.6.3-1/debian/orig-tar.sh (from rev 22693, packages/jpylyzer/trunk/debian/orig-tar.sh)
===================================================================
--- packages/jpylyzer/tags/1.6.3-1/debian/orig-tar.sh	                        (rev 0)
+++ packages/jpylyzer/tags/1.6.3-1/debian/orig-tar.sh	2012-09-20 13:01:08 UTC (rev 22694)
@@ -0,0 +1,29 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+TAR=jpylyzer_$2.orig.tar.gz
+DIR=jpylyzer-$2
+
+# clean up the upstream tarball
+tar -zxf $3
+mv openplanets-jpylyzer-* $DIR
+cd $DIR
+mkdir jpylyzer
+mv *.py jpylyzer
+touch jpylyzer/__init__.py
+rm jpylyzerUserManual.pdf
+rm Makefile
+rm buildWin32.bat
+rm -rf example_files
+rm BUILD_HOWTO_LINUX  BUILD_HOWTO_WIN32
+rm -rf debian
+cd ..
+tar -czf $TAR $DIR
+rm -rf $DIR $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+    . .svn/deb-layout
+    mv $TAR $origDir
+    echo "moved $TAR to $origDir"
+fi

Deleted: packages/jpylyzer/tags/1.6.3-1/debian/rules
===================================================================
--- packages/jpylyzer/trunk/debian/rules	2012-09-20 10:40:34 UTC (rev 22692)
+++ packages/jpylyzer/tags/1.6.3-1/debian/rules	2012-09-20 13:01:08 UTC (rev 22694)
@@ -1,16 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@ --with python2
-
-VERSION=1.5.0
-override_dh_install:
-	pod2man --section=1 --release=$(VERSION) --center "" debian/jpylyzer.pod > jpylyzer.1
-	dh_install
-
-override_dh_clean:
-	dh_clean jpylyzer.1
-	dh_clean
-
-get-orig-source:
-	uscan --verbose --force-download

Copied: packages/jpylyzer/tags/1.6.3-1/debian/rules (from rev 22693, packages/jpylyzer/trunk/debian/rules)
===================================================================
--- packages/jpylyzer/tags/1.6.3-1/debian/rules	                        (rev 0)
+++ packages/jpylyzer/tags/1.6.3-1/debian/rules	2012-09-20 13:01:08 UTC (rev 22694)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+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
+
+override_dh_clean:
+	dh_clean jpylyzer.1
+	dh_clean
+
+get-orig-source:
+	uscan --verbose --force-download

Copied: packages/jpylyzer/tags/1.6.3-1/debian/source/options (from rev 22693, packages/jpylyzer/trunk/debian/source/options)
===================================================================
--- packages/jpylyzer/tags/1.6.3-1/debian/source/options	                        (rev 0)
+++ packages/jpylyzer/tags/1.6.3-1/debian/source/options	2012-09-20 13:01:08 UTC (rev 22694)
@@ -0,0 +1,2 @@
+compression = xz
+compression-level = 9




More information about the Python-modules-commits mailing list