[Python-modules-commits] r1778 - in /packages/pydb/trunk/debian:
changelog rules
malex at users.alioth.debian.org
malex at users.alioth.debian.org
Wed Jan 31 21:05:04 CET 2007
Author: malex
Date: Wed Jan 31 21:05:04 2007
New Revision: 1778
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1778
Log:
pydb release 1.18-1
Modified:
packages/pydb/trunk/debian/changelog
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=1778&op=diff
==============================================================================
--- packages/pydb/trunk/debian/changelog (original)
+++ packages/pydb/trunk/debian/changelog Wed Jan 31 21:05:04 2007
@@ -1,3 +1,11 @@
+pydb (1.18-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/rules: Updated the sed rule that fixes the path to the pydb.doc
+ in the man page as the upstream fixed pdb.doc --> pydb.doc.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 3 Oct 2006 18:11:48 -0600
+
pydb (1.17-1) unstable; urgency=low
* New upstream release on July 29th, 2006. Pydb is now developed by Rocky
Modified: packages/pydb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/rules?rev=1778&op=diff
==============================================================================
--- packages/pydb/trunk/debian/rules (original)
+++ packages/pydb/trunk/debian/rules Wed Jan 31 21:05:04 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/pdb.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:' Doc/pydb.1
touch install-stamp
# Build architecture-independent files here.
More information about the Python-modules-commits
mailing list