[Python-modules-commits] r1772 - in /packages/pydb/trunk/debian: changelog compat control pydb.1 rules

malex at users.alioth.debian.org malex at users.alioth.debian.org
Wed Jan 31 20:58:08 CET 2007


Author: malex
Date: Wed Jan 31 20:58:07 2007
New Revision: 1772

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1772
Log:
1.01-9 release

Added:
    packages/pydb/trunk/debian/compat
Modified:
    packages/pydb/trunk/debian/changelog
    packages/pydb/trunk/debian/control
    packages/pydb/trunk/debian/pydb.1
    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=1772&op=diff
==============================================================================
--- packages/pydb/trunk/debian/changelog (original)
+++ packages/pydb/trunk/debian/changelog Wed Jan 31 20:58:07 2007
@@ -1,3 +1,22 @@
+pydb (1.01-9) unstable; urgency=low
+
+  * New maintainer (Closes: #312850). Thanks to Gregor Hofleit and NMU
+    uploaders for their work.
+  * Acknowledge NMUs (Closes: #190662, #213878, #211787).
+  * debian/control: Updated Standards-Version to 3.6.2.
+  * debian/control: Changed Maintainer to my own name.
+  * debian/compat: Added this file to set the DH_COMPAT level to 4.
+  * debian/rules: Removed unnecessary comments.
+  * debian/rules: Fixed build-time installation paths from debian/tmp to
+    debian/pydb.
+  * debian/pydb.1: Updated the location of pdb.doc.
+  * debian/rules: Use dh_installman instead of the deprecated
+    dh_installmanpages for man page installation.
+  * pydb.py: Updated the file directly instead of patching it as there is no
+    upstream anymore (Closes: #213214).
+
+ -- Oleksandr Moskalenko <malex at tagancha.org>  Tue, 23 Aug 2005 23:00:43 -0600
+
 pydb (1.01-8.3) unstable; urgency=low
 
   * NMU (using the prepared package from Oleksandr Moskalenko).

Added: packages/pydb/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/compat?rev=1772&op=file
==============================================================================
--- packages/pydb/trunk/debian/compat (added)
+++ packages/pydb/trunk/debian/compat Wed Jan 31 20:58:07 2007
@@ -1,0 +1,1 @@
+4

Modified: packages/pydb/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/control?rev=1772&op=diff
==============================================================================
--- packages/pydb/trunk/debian/control (original)
+++ packages/pydb/trunk/debian/control Wed Jan 31 20:58:07 2007
@@ -1,8 +1,8 @@
 Source: pydb
 Section: devel
 Priority: optional
-Maintainer: Gregor Hoffleit <flight at debian.org>
-Standards-Version: 3.6.0
+Maintainer: Oleksandr Moskalenko <malex at tagancha.org>
+Standards-Version: 3.6.2
 Build-Depends-Indep: debhelper (>= 4.1.67), python
 
 Package: pydb

Modified: packages/pydb/trunk/debian/pydb.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/pydb.1?rev=1772&op=diff
==============================================================================
--- packages/pydb/trunk/debian/pydb.1 (original)
+++ packages/pydb/trunk/debian/pydb.1 Wed Jan 31 20:58:07 2007
@@ -14,7 +14,7 @@
 is an enhanced debugger for Python. It extends the Python standard
 debugger pdb and is suited for use with the graphical debugger DDD.
 .SH "SEE ALSO"
-/usr/lib/python2.2/pdb.doc
+/usr/lib/python2.3/pdb.doc
 .SH AUTHOR
 pydb was written by Richard Wolff <rwolff at noao.edu> based on the standard
 Python debugger pdb.py.

Modified: packages/pydb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/rules?rev=1772&op=diff
==============================================================================
--- packages/pydb/trunk/debian/rules (original)
+++ packages/pydb/trunk/debian/rules Wed Jan 31 20:58:07 2007
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
-
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 build: build-stamp
@@ -21,8 +15,6 @@
 	dh_testroot
 	rm -f build-stamp install-stamp
 
-	# Add here commands to clean up after the build process.
-
 	dh_clean
 
 install: install-stamp
@@ -32,31 +24,27 @@
 	dh_clean -k
 	dh_installdirs /usr/bin /usr/lib/python2.3/site-packages
 
-	install pydb.py debian/tmp/usr/bin/pydb
-	install -m644 pydbcmd.py pydbsupt.py debian/tmp/usr/lib/python2.3/site-packages
+	install pydb.py debian/pydb/usr/bin/pydb
+	install -m644 pydbcmd.py pydbsupt.py debian/pydb/usr/lib/python2.3/site-packages
 
 	touch install-stamp
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
 
 # Build architecture-dependent files here.
 binary-arch: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
 	dh_installdocs Release Notes
 	dh_installexamples
 	dh_installmenu
-	dh_installmanpages
-#	dh_undocumented
-	dh_installchangelogs 
+	dh_installman debian/pydb.1
+	dh_installchangelogs
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-	# You may want to make some executables suid here
 	dh_python
 	dh_installdeb
 	dh_shlibdeps




More information about the Python-modules-commits mailing list