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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Dec 5 16:25:21 UTC 2007


    Date: Wednesday, December 5, 2007 @ 16:25:20
  Author: bzed
Revision: 368

* debian/rules:
  - Let's remember that there is no wxgtk2.8 in Debian yet.

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

Modified: packages/winpdb/trunk/debian/changelog
===================================================================
--- packages/winpdb/trunk/debian/changelog	2007-12-05 16:21:16 UTC (rev 367)
+++ packages/winpdb/trunk/debian/changelog	2007-12-05 16:25:20 UTC (rev 368)
@@ -1,8 +1,9 @@
-winpdb (1.3.2-3) UNRELEASED; urgency=low
+winpdb (1.3.2-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * debian/rules:
+    - Let's remember that there is no wxgtk2.8 in Debian yet.
 
- -- Bernd Zeimetz <bzed at debian.org>  Wed, 05 Dec 2007 17:21:05 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 05 Dec 2007 17:24:21 +0100
 
 winpdb (1.3.2-2) unstable; urgency=low
 

Modified: packages/winpdb/trunk/debian/rules
===================================================================
--- packages/winpdb/trunk/debian/rules	2007-12-05 16:21:16 UTC (rev 367)
+++ packages/winpdb/trunk/debian/rules	2007-12-05 16:25:20 UTC (rev 368)
@@ -30,13 +30,13 @@
 	chmod 755 $(CURDIR)/debian/$(PKGNAME)/usr/lib/python*/site-packages/*.py
 
 
-DEPS := x-terminal-emulator | screen, python-wxversion, python-wxgtk2.8
+DEPS := x-terminal-emulator | screen, python-wxversion
 binary-predeb/$(PKGNAME)::
 	dh_desktop
 ifeq ($(distribution),Ubuntu)
-	echo '$(PKGNAME):Depends=$(DEPS)' >> debian/$(PKGNAME).substvars
+	echo '$(PKGNAME):Depends=$(DEPS), python-wxgtk2.8' >> debian/$(PKGNAME).substvars
 else
-	echo '$(PKGNAME):Recommends=$(DEPS)' >> debian/$(PKGNAME).substvars
+	echo '$(PKGNAME):Recommends=$(DEPS), python-wxgtk2.6' >> debian/$(PKGNAME).substvars
 endif
 
 clean::




More information about the Python-apps-commits mailing list