[Python-modules-commits] r23706 - in packages/jpylyzer/trunk/debian (4 files)
malat at users.alioth.debian.org
malat at users.alioth.debian.org
Fri Mar 15 16:06:34 UTC 2013
Date: Friday, March 15, 2013 @ 16:06:33
Author: malat
Revision: 23706
Prepare next upload
Modified:
packages/jpylyzer/trunk/debian/changelog
packages/jpylyzer/trunk/debian/orig-tar.sh
packages/jpylyzer/trunk/debian/patches/addsetup.patch
packages/jpylyzer/trunk/debian/watch
Modified: packages/jpylyzer/trunk/debian/changelog
===================================================================
--- packages/jpylyzer/trunk/debian/changelog 2013-03-15 14:38:38 UTC (rev 23705)
+++ packages/jpylyzer/trunk/debian/changelog 2013-03-15 16:06:33 UTC (rev 23706)
@@ -1,3 +1,10 @@
+jpylyzer (1.8.2-1) UNRELEASED; urgency=low
+
+ * New upstream
+ * Bump Std-Vers to 3.9.4, no changes needed
+
+ -- Mathieu Malaterre <malat at debian.org> Fri, 15 Mar 2013 16:58:10 +0100
+
jpylyzer (1.6.3-1) unstable; urgency=low
* New upstream. Closes: #682515
Modified: packages/jpylyzer/trunk/debian/orig-tar.sh
===================================================================
--- packages/jpylyzer/trunk/debian/orig-tar.sh 2013-03-15 14:38:38 UTC (rev 23705)
+++ packages/jpylyzer/trunk/debian/orig-tar.sh 2013-03-15 16:06:33 UTC (rev 23706)
@@ -6,17 +6,14 @@
# 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
+rm dist/*win32.zip
cd ..
tar -czf $TAR $DIR
rm -rf $DIR $3
Modified: packages/jpylyzer/trunk/debian/patches/addsetup.patch
===================================================================
--- packages/jpylyzer/trunk/debian/patches/addsetup.patch 2013-03-15 14:38:38 UTC (rev 23705)
+++ packages/jpylyzer/trunk/debian/patches/addsetup.patch 2013-03-15 16:06:33 UTC (rev 23706)
@@ -24,10 +24,10 @@
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
-Index: jpylyzer-1.5.0/setup.py
+Index: jpylyzer-1.8.2/setup.py
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ jpylyzer-1.5.0/setup.py 2012-05-02 20:16:32.000000000 +0000
++++ jpylyzer-1.8.2/setup.py 2013-03-15 17:05:30.905390360 +0100
@@ -0,0 +1,26 @@
+from distutils.core import setup
+
Modified: packages/jpylyzer/trunk/debian/watch
===================================================================
--- packages/jpylyzer/trunk/debian/watch 2013-03-15 14:38:38 UTC (rev 23705)
+++ packages/jpylyzer/trunk/debian/watch 2013-03-15 16:06:33 UTC (rev 23706)
@@ -1,3 +1,3 @@
version=3
-https://github.com/openplanets/jpylyzer/tags .*/tarball/(\d[\d\.]+) \
+https://github.com/openplanets/jpylyzer/tags .*/(\d[\d\.]+).tar.gz \
debian debian/orig-tar.sh
More information about the Python-modules-commits
mailing list