[Python-modules-commits] r1780 - in /packages/pydb/trunk/debian: changelog control rules

malex at users.alioth.debian.org malex at users.alioth.debian.org
Wed Jan 31 21:07:08 CET 2007


Author: malex
Date: Wed Jan 31 21:07:08 2007
New Revision: 1780

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1780
Log:
pydb release 1.19-1

Modified:
    packages/pydb/trunk/debian/changelog
    packages/pydb/trunk/debian/control
    packages/pydb/trunk/debian/rules

Modified: packages/pydb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/changelog?rev=1780&op=diff
==============================================================================
--- packages/pydb/trunk/debian/changelog (original)
+++ packages/pydb/trunk/debian/changelog Wed Jan 31 21:07:08 2007
@@ -1,3 +1,11 @@
+pydb (1.19-1) unstable; urgency=low
+
+  * New upstream release on Oct 26th.
+  * debian/control: Removed python from "Depends" as ${python:Depends} takes
+    care of that.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Fri, 27 Oct 2006 11:31:21 -0600
+
 pydb (1.18-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/pydb/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/control?rev=1780&op=diff
==============================================================================
--- packages/pydb/trunk/debian/control (original)
+++ packages/pydb/trunk/debian/control Wed Jan 31 21:07:08 2007
@@ -7,7 +7,7 @@
 
 Package: pydb
 Architecture: all
-Depends: ${python:Depends}, python
+Depends: ${python:Depends}
 Suggests: ddd
 Description: An enhanced Python command-line debugger Pydb is a command-line
  debugger for Python. It is based on the standard Python debugger pdb, but has

Modified: packages/pydb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/rules?rev=1780&op=diff
==============================================================================
--- packages/pydb/trunk/debian/rules (original)
+++ packages/pydb/trunk/debian/rules Wed Jan 31 21:07:08 2007
@@ -36,7 +36,7 @@
 	$(MAKE) install
 	rm -rf $(DEBIAN_DIR)/$(PACKAGE)/usr/man
 	rm -f $(DEBIAN_DIR)/$(PACKAGE)/usr/bin/pydb
-	sed -i 's:^.*site-packages/pydb.doc:/usr/share/python-support/pydb/pydb/pydb.doc:' Doc/pydb.1
+	sed -i 's:^.*site-packages/pydb.doc:/usr/share/python-support/pydb/pydb/pydb.doc and:' Doc/pydb.1
 	touch install-stamp
 
 # Build architecture-independent files here.




More information about the Python-modules-commits mailing list