[Python-apps-commits] r8563 - in packages/winpdb/trunk/debian (5 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Mon Apr 30 21:34:11 UTC 2012


    Date: Monday, April 30, 2012 @ 21:34:08
  Author: bzed
Revision: 8563

* Including some ideas from #670968:
  - Migrating to dh_python2
  - Bumping Standards-Version to 3.9.3, no changs needed.
  - Fix copyright-with-old-dh-make-debian-copyright (Lintian)
    and updat copyright years.
  - Fix menu-icon-missing (Lintian)
  Closes: #670968

Modified:
  packages/winpdb/trunk/debian/changelog
  packages/winpdb/trunk/debian/control
  packages/winpdb/trunk/debian/copyright
  packages/winpdb/trunk/debian/rules
  packages/winpdb/trunk/debian/winpdb.install

Modified: packages/winpdb/trunk/debian/changelog
===================================================================
--- packages/winpdb/trunk/debian/changelog	2012-04-30 19:08:13 UTC (rev 8562)
+++ packages/winpdb/trunk/debian/changelog	2012-04-30 21:34:08 UTC (rev 8563)
@@ -1,3 +1,15 @@
+winpdb (1.4.8-2) unstable; urgency=low
+
+  * Including some ideas from #670968:
+    - Migrating to dh_python2
+    - Bumping Standards-Version to 3.9.3, no changs needed.
+    - Fix copyright-with-old-dh-make-debian-copyright (Lintian)
+      and updat copyright years.
+    - Fix menu-icon-missing (Lintian)
+    Closes: #670968
+
+ -- Bernd Zeimetz <bzed at debian.org>  Sat, 30 Apr 2011 11:30:57 +0200
+
 winpdb (1.4.8-1) unstable; urgency=low
 
   * Updating watch file to reflect the new file location.

Modified: packages/winpdb/trunk/debian/control
===================================================================
--- packages/winpdb/trunk/debian/control	2012-04-30 19:08:13 UTC (rev 8562)
+++ packages/winpdb/trunk/debian/control	2012-04-30 21:34:08 UTC (rev 8563)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Bernd Zeimetz <bzed at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python, dpatch
-Build-Depends-Indep: docbook-to-man, lsb-release, python-support (>= 0.6.4)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~), dpatch
+Build-Depends-Indep: docbook-to-man, lsb-release
+Standards-Version: 3.9.3
 Homepage: http://www.winpdb.org/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/winpdb/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/winpdb/trunk/

Modified: packages/winpdb/trunk/debian/copyright
===================================================================
--- packages/winpdb/trunk/debian/copyright	2012-04-30 19:08:13 UTC (rev 8562)
+++ packages/winpdb/trunk/debian/copyright	2012-04-30 21:34:08 UTC (rev 8563)
@@ -31,6 +31,6 @@
 On Debian systems, the complete text of the GNU General Public License,
 version 2, can be found in `/usr/share/common-licenses/GPL-2'.
 
-The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
+The Debian packaging is Copyright (C) 2007-2012, Bernd Zeimetz <bernd at bzed.de> and
 is licensed under the GPL 2, see above.
 

Modified: packages/winpdb/trunk/debian/rules
===================================================================
--- packages/winpdb/trunk/debian/rules	2012-04-30 19:08:13 UTC (rev 8562)
+++ packages/winpdb/trunk/debian/rules	2012-04-30 21:34:08 UTC (rev 8563)
@@ -9,16 +9,16 @@
 	docbook-to-man $< > $@
 
 %:
-	dh $@
+	dh --with python2 $@
 
 build: build-stamp
 
 build-stamp: $(DPATCH_STAMPFN) $(MANPAGES)
-	dh build
+	dh --with python2 build
 	touch $@
 
 binary-indep: build-stamp
-	dh $@ --before dh_pysupport
+	dh --with python2 $@ --before dh_python2
 	install -m 644 $(CURDIR)/artwork/$(PKGNAME)-icon-16.png \
                        $(CURDIR)/debian/$(PKGNAME)/usr/share/icons/hicolor/16x16/apps/$(PKGNAME).png
 	install -m 644 $(CURDIR)/artwork/$(PKGNAME)-icon-32.png \
@@ -30,7 +30,7 @@
 	install -m 644 $(CURDIR)/debian/$(PKGNAME).xpm \
                        $(CURDIR)/debian/$(PKGNAME)/usr/share/pixmaps/$(PKGNAME).xpm
 	chmod 755 $(CURDIR)/debian/$(PKGNAME)/usr/lib/python*/*-packages/*.py
-	dh $@ --remaining
+	dh --with python2 $@ --remaining
 
 binary-arch:
 	#nothing to do

Modified: packages/winpdb/trunk/debian/winpdb.install
===================================================================
--- packages/winpdb/trunk/debian/winpdb.install	2012-04-30 19:08:13 UTC (rev 8562)
+++ packages/winpdb/trunk/debian/winpdb.install	2012-04-30 21:34:08 UTC (rev 8563)
@@ -1 +1,2 @@
 debian/winpdb.desktop usr/share/applications/
+debian/winpdb.xpm usr/share/pixmaps/




More information about the Python-apps-commits mailing list