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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Dec 5 15:30:59 UTC 2007


    Date: Wednesday, December 5, 2007 @ 15:30:58
  Author: bzed
Revision: 364

  - Adding lsb-release to Build-Depends.

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 10:51:05 UTC (rev 363)
+++ packages/winpdb/trunk/debian/changelog	2007-12-05 15:30:58 UTC (rev 364)
@@ -9,8 +9,9 @@
     - Updating my email address.
     - Introduce winpdb:Depends/winpdb:recommends to allow us to set
       dependencies/recommended packages while building the package.
+    - Adding lsb-release to Build-Depends.
 
- -- Bernd Zeimetz <bzed at debian.org>  Wed, 05 Dec 2007 11:48:03 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 05 Dec 2007 16:28:52 +0100
 
 winpdb (1.3.2-1) unstable; urgency=low
 

Modified: packages/winpdb/trunk/debian/control
===================================================================
--- packages/winpdb/trunk/debian/control	2007-12-05 10:51:05 UTC (rev 363)
+++ packages/winpdb/trunk/debian/control	2007-12-05 15:30:58 UTC (rev 364)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Bernd Zeimetz <bzed at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.45), debhelper (>= 5), python, python-support (>= 0.6.4), dpatch
+Build-Depends: cdbs (>= 0.4.45), debhelper (>= 5), python, python-support (>= 0.6.4), dpatch, lsb-release
 Build-Depends-Indep: docbook-to-man
 Standards-Version: 3.7.2
 Homepage: http://www.digitalpeers.com/pythondebugger

Modified: packages/winpdb/trunk/debian/rules
===================================================================
--- packages/winpdb/trunk/debian/rules	2007-12-05 10:51:05 UTC (rev 363)
+++ packages/winpdb/trunk/debian/rules	2007-12-05 15:30:58 UTC (rev 364)
@@ -1,8 +1,10 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
-PKGNAME=winpdb
+DEB_PYTHON_SYSTEM := pysupport
+PKGNAME := winpdb
 
+distribution := $(shell lsb_release -is)
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-apps-commits mailing list