[Python-apps-commits] r3882 - in packages/winpdb/trunk/debian (changelog rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu Oct 1 20:27:10 UTC 2009


    Date: Thursday, October 1, 2009 @ 20:27:10
  Author: bzed
Revision: 3882

Fix dependencies of the binary target, thanks to Joey Hess
(Closes: #549237)

Modified:
  packages/winpdb/trunk/debian/changelog
  packages/winpdb/trunk/debian/rules

Modified: packages/winpdb/trunk/debian/changelog
===================================================================
--- packages/winpdb/trunk/debian/changelog	2009-10-01 20:13:38 UTC (rev 3881)
+++ packages/winpdb/trunk/debian/changelog	2009-10-01 20:27:10 UTC (rev 3882)
@@ -1,11 +1,15 @@
-winpdb (1.4.6-2) UNRELEASED; urgency=low
+winpdb (1.4.6-2) unstable; urgency=low
 
   [ Severin Heiniger]
   * Fix spelling errors in package description.
   * Bump Standards-Version to 3.8.2, no changes needed.
 
- -- Bernd Zeimetz <bzed at debian.org>  Tue, 21 Jul 2009 09:21:55 +0200
+  [ Bernd Zeimetz ]
+  * Fix dependencies of the binary target, thanks to Joey Hess
+    (Closes: #549237)
 
+ -- Bernd Zeimetz <bzed at debian.org>  Thu, 01 Oct 2009 22:27:05 +0200
+
 winpdb (1.4.6-1) unstable; urgency=low
 
   * New upstream version. 

Modified: packages/winpdb/trunk/debian/rules
===================================================================
--- packages/winpdb/trunk/debian/rules	2009-10-01 20:13:38 UTC (rev 3881)
+++ packages/winpdb/trunk/debian/rules	2009-10-01 20:27:10 UTC (rev 3882)
@@ -17,7 +17,7 @@
 	dh build
 	touch $@
 
-binary:
+binary-indep: build-stamp
 	dh $@ --before dh_pysupport
 	install -m 644 $(CURDIR)/artwork/$(PKGNAME)-icon-16.png \
                        $(CURDIR)/debian/$(PKGNAME)/usr/share/icons/hicolor/16x16/apps/$(PKGNAME).png
@@ -32,10 +32,13 @@
 	chmod 755 $(CURDIR)/debian/$(PKGNAME)/usr/lib/python*/*-packages/*.py
 	dh $@ --remaining
 
+binary-arch:
+	#nothing to do
+binary: binary-indep
 
 clean: clean-patched unpatch
 clean-patched:
 	dh clean
 	rm -f $(MANPAGES) build-stamp
 
-.PHONY: clean binary unpatch patch clean-patched
+.PHONY: clean binary unpatch patch clean-patched binary-indep binary-arch




More information about the Python-apps-commits mailing list