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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Sep 7 13:42:57 UTC 2008


    Date: Sunday, September 7, 2008 @ 13:42:55
  Author: bzed
Revision: 1758

Since python-wxgtk2.8 is available in Debian now, too - drop
the code to create the WX dependencies based on the distribution.
winpdb depends on python-wxgtk2.8 only now.

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

Modified: packages/winpdb/trunk/debian/changelog
===================================================================
--- packages/winpdb/trunk/debian/changelog	2008-09-07 13:32:51 UTC (rev 1757)
+++ packages/winpdb/trunk/debian/changelog	2008-09-07 13:42:55 UTC (rev 1758)
@@ -3,6 +3,9 @@
   * New upstream version.
     Uploading to experimental to keep a bugfix path for Lenny open
     via unstable.
+  * Since python-wxgtk2.8 is available in Debian now, too - drop
+    the code to create the WX dependencies based on the distribution.
+    winpdb depends on python-wxgtk2.8 only now.
 
  -- Bernd Zeimetz <bzed at debian.org>  Sun, 07 Sep 2008 15:31:42 +0200
 

Modified: packages/winpdb/trunk/debian/control
===================================================================
--- packages/winpdb/trunk/debian/control	2008-09-07 13:32:51 UTC (rev 1757)
+++ packages/winpdb/trunk/debian/control	2008-09-07 13:42:55 UTC (rev 1758)
@@ -12,8 +12,8 @@
 
 Package: winpdb
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, ${winpdb:Depends}
-Recommends: ${winpdb:Recommends}, python-crypto
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: x-terminal-emulator | screen, python-wxversion, python-wxgtk2.8, python-crypto
 Description: Platform independent Python debugger
  Winpdb supports debugging of threads- and curses based applications,
  namespace modification and embedded debugging. As a remote debugger,

Modified: packages/winpdb/trunk/debian/rules
===================================================================
--- packages/winpdb/trunk/debian/rules	2008-09-07 13:32:51 UTC (rev 1757)
+++ packages/winpdb/trunk/debian/rules	2008-09-07 13:42:55 UTC (rev 1758)
@@ -30,14 +30,8 @@
 	chmod 755 $(CURDIR)/debian/$(PKGNAME)/usr/lib/python*/site-packages/*.py
 
 
-DEPS := x-terminal-emulator | screen, python-wxversion
 binary-predeb/$(PKGNAME)::
 	dh_desktop
-ifeq ($(distribution),Ubuntu)
-	echo '$(PKGNAME):Depends=$(DEPS), python-wxgtk2.8' >> debian/$(PKGNAME).substvars
-else
-	echo '$(PKGNAME):Recommends=$(DEPS), python-wxgtk2.6' >> debian/$(PKGNAME).substvars
-endif
 
 clean::
 	rm -f $(MANPAGES)




More information about the Python-apps-commits mailing list