[Python-modules-commits] r4546 - in packages/ipy/trunk/debian (3 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Fri Feb 15 18:07:34 UTC 2008
Date: Friday, February 15, 2008 @ 18:07:31
Author: bzed
Revision: 4546
* New upstream version.
* debian/uscan-tarball-clean.sh:
- Removing file, not needed anymore.
* debian/watch:
- Updating file as we don't need debian/uscan-tarball-clean.sh anymore,
upstream's debian directory was removed by upstream.
Modified:
packages/ipy/trunk/debian/changelog
packages/ipy/trunk/debian/watch
Deleted:
packages/ipy/trunk/debian/uscan-tarball-clean.sh
Modified: packages/ipy/trunk/debian/changelog
===================================================================
--- packages/ipy/trunk/debian/changelog 2008-02-15 02:52:41 UTC (rev 4545)
+++ packages/ipy/trunk/debian/changelog 2008-02-15 18:07:31 UTC (rev 4546)
@@ -1,4 +1,4 @@
-ipy (1:0.55+1-2) UNRELEASED; urgency=low
+ipy (1:0.56-1) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
@@ -8,8 +8,16 @@
* debian/control
- changed my lastname
- -- Sandro Tosi <matrixhasu at gmail.com> Thu, 03 Jan 2008 11:44:13 +0100
+ [ Bernd Zeimetz ]
+ * New upstream version.
+ * debian/uscan-tarball-clean.sh:
+ - Removing file, not needed anymore.
+ * debian/watch:
+ - Updating file as we don't need debian/uscan-tarball-clean.sh anymore,
+ upstream's debian directory was removed by upstream.
+ -- Bernd Zeimetz <bzed at debian.org> Fri, 15 Feb 2008 19:05:40 +0100
+
ipy (1:0.55+1-1) unstable; urgency=low
[ Sandro Tosi ]
Deleted: packages/ipy/trunk/debian/uscan-tarball-clean.sh
===================================================================
--- packages/ipy/trunk/debian/uscan-tarball-clean.sh 2008-02-15 02:52:41 UTC (rev 4545)
+++ packages/ipy/trunk/debian/uscan-tarball-clean.sh 2008-02-15 18:07:31 UTC (rev 4546)
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#command --upstream-version version filename
-
-[ $# -eq 3 ] || exit 255
-
-echo
-
-version="$2"
-filename="$3"
-
-tar xfz ${filename}
-
-dir=`tar tfz ${filename} | head -1 | sed 's,/.*,,g'`
-rm -f ${filename}
-
-rm -rf ${dir}/debian
-mv ${dir} ${dir}.orig
-
-tar cf - ${dir}.orig | gzip -9 > ${filename}
-
-rm -rf ${dir}.orig
-
-echo "${filename} repackaged."
-
-
Modified: packages/ipy/trunk/debian/watch
===================================================================
--- packages/ipy/trunk/debian/watch 2008-02-15 02:52:41 UTC (rev 4545)
+++ packages/ipy/trunk/debian/watch 2008-02-15 18:07:31 UTC (rev 4546)
@@ -1,4 +1,4 @@
version=3
-http://pypi.python.org/packages/source/I/IPy/IPy-(.*)\.tar\.gz debian /bin/bash debian/uscan-tarball-clean.sh
+http://pypi.python.org/packages/source/I/IPy/IPy-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list