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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Dec 5 15:48:54 UTC 2007


    Date: Wednesday, December 5, 2007 @ 15:48:53
  Author: bzed
Revision: 365

mv x-terminal-emulator | screen depending on the release

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	2007-12-05 15:30:58 UTC (rev 364)
+++ packages/winpdb/trunk/debian/changelog	2007-12-05 15:48:53 UTC (rev 365)
@@ -2,7 +2,7 @@
 
   * debian/rules:
     - Don't use fixed python version numbers, thanks to Luca Falavigna.
-    - Use $(PKGNAME) to make it more easy to rename the package..
+    - Use $(PKGNAME) to make it more easy to rename the package.
     - Add commands to set Recommends/Depends depending on the Distribution
       we're building the package on.
   * debian/control:

Modified: packages/winpdb/trunk/debian/control
===================================================================
--- packages/winpdb/trunk/debian/control	2007-12-05 15:30:58 UTC (rev 364)
+++ packages/winpdb/trunk/debian/control	2007-12-05 15:48:53 UTC (rev 365)
@@ -13,7 +13,7 @@
 Package: winpdb
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, ${winpdb:Depends}
-Recommends: ${winpdb:Recommends}, python-crypto, x-terminal-emulator | screen
+Recommends: ${winpdb:Recommends}, 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	2007-12-05 15:30:58 UTC (rev 364)
+++ packages/winpdb/trunk/debian/rules	2007-12-05 15:48:53 UTC (rev 365)
@@ -29,12 +29,14 @@
                        $(CURDIR)/debian/$(PKGNAME)/usr/share/pixmaps/$(PKGNAME).xpm
 	chmod 755 $(CURDIR)/debian/$(PKGNAME)/usr/lib/python*/site-packages/*.py
 
+
+DEPS := x-terminal-emulator | screen, python-wxversion, python-wxgtk2.8
 binary-predeb/$(PKGNAME)::
 	dh_desktop
 ifeq ($(distribution),Ubuntu)
-	echo '$(PKGNAME):Depends=python-wxversion, python-wxgtk2.8' >> debian/$(PKGNAME).substvars
+	echo '$(PKGNAME):Depends=$(DEPS)' >> debian/$(PKGNAME).substvars
 else
-	echo '$(PKGNAME):Recommends=python-wxversion, python-wxgtk2.6' >> debian/$(PKGNAME).substvars
+	echo '$(PKGNAME):Recommends=$(DEPS)' >> debian/$(PKGNAME).substvars
 endif
 
 clean::




More information about the Python-apps-commits mailing list