[Python-modules-commits] r5556 - in packages/ipython/trunk/debian (changelog ipython.sh watch)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu Jun 5 20:54:36 UTC 2008


    Date: Thursday, June 5, 2008 @ 20:54:35
  Author: bzed
Revision: 5556

* New upstream version.
* Dropping .dfsg. from the version, the documentation is using python-sphinx
  now, and included in the source. Also dropping debian/uscan-dfsg-clean.sh
  and updating debian/watch accordingly.

Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/ipython.sh
  packages/ipython/trunk/debian/watch

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2008-06-04 22:19:53 UTC (rev 5555)
+++ packages/ipython/trunk/debian/changelog	2008-06-05 20:54:35 UTC (rev 5556)
@@ -1,4 +1,4 @@
-ipython (0.8.2.dfsg-3) UNRELEASED; urgency=low
+ipython (0.8.4-1) UNRELEASED; urgency=low
 
   [ Norbert Tretkowski ]
   * Remove myself from uploaders.
@@ -13,8 +13,14 @@
     Python version before invoking IPython. Package depends on default Python
     version only again (Closes: #476661).
 
- -- Bernd Zeimetz <bzed at debian.org>  Wed, 28 May 2008 00:40:49 +0200
+  [ Bernd Zeimetz ]
+  * New upstream version.
+  * Dropping .dfsg. from the version, the documentation is using python-sphinx
+    now, and included in the source. Also dropping debian/uscan-dfsg-clean.sh
+    and updating debian/watch accordingly.
 
+ -- Bernd Zeimetz <bzed at debian.org>  Thu, 05 Jun 2008 22:50:59 +0200
+
 ipython (0.8.2.dfsg-2) unstable; urgency=low
 
   * debian/rules:

Modified: packages/ipython/trunk/debian/ipython.sh
===================================================================
--- packages/ipython/trunk/debian/ipython.sh	2008-06-04 22:19:53 UTC (rev 5555)
+++ packages/ipython/trunk/debian/ipython.sh	2008-06-05 20:54:35 UTC (rev 5556)
@@ -5,7 +5,7 @@
 
 if [ ! -f /usr/bin/python$VERSION ]
 then
-	echo "Please install python$VERSION package" >&2
+	echo "Please install the python$VERSION package." >&2
 	exit 1
 else
 	exec python$VERSION -c "import sys; sys.argv[0] = 'ipython$VERSION'; import IPython; IPython.Shell.start().mainloop()" $@

Modified: packages/ipython/trunk/debian/watch
===================================================================
--- packages/ipython/trunk/debian/watch	2008-06-04 22:19:53 UTC (rev 5555)
+++ packages/ipython/trunk/debian/watch	2008-06-05 20:54:35 UTC (rev 5556)
@@ -1,4 +1,4 @@
 version=3
 opts=dversionmangle=s/\.dfsg\.\d+$// \
-    http://ipython.scipy.org/dist/ ipython-(.*)\.tar\.gz debian debian/uscan-dfsg-clean.sh
+    http://ipython.scipy.org/dist/ ipython-(.*)\.tar\.gz 
 




More information about the Python-modules-commits mailing list