[Python-apps-commits] r605 - in packages/pondus/trunk/debian (changelog control)

eike-guest at users.alioth.debian.org eike-guest at users.alioth.debian.org
Wed Feb 6 22:42:46 UTC 2008


    Date: Wednesday, February 6, 2008 @ 22:42:46
  Author: eike-guest
Revision: 605

require debhelper >= 5.0.51 since dh_icons is used in debian/rules

Modified:
  packages/pondus/trunk/debian/changelog
  packages/pondus/trunk/debian/control

Modified: packages/pondus/trunk/debian/changelog
===================================================================
--- packages/pondus/trunk/debian/changelog	2008-02-06 19:18:40 UTC (rev 604)
+++ packages/pondus/trunk/debian/changelog	2008-02-06 22:42:46 UTC (rev 605)
@@ -1,3 +1,10 @@
+pondus (0.1.0-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    - require debhelper >= 5.0.51 since dh_icons is used in debian/rules
+
+ -- Eike Nicklas <eike at ephys.de>  Wed, 06 Feb 2008 23:40:24 +0100
+
 pondus (0.1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #463873)

Modified: packages/pondus/trunk/debian/control
===================================================================
--- packages/pondus/trunk/debian/control	2008-02-06 19:18:40 UTC (rev 604)
+++ packages/pondus/trunk/debian/control	2008-02-06 22:42:46 UTC (rev 605)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Eike Nicklas <eike at ephys.de>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>=5.0.38), python
+Build-Depends: debhelper (>=5.0.51), python
 Build-Depends-Indep: python-support(>=0.6)
 Standards-Version: 3.7.3
 XS-Python-Version: >= 2.4




More information about the Python-apps-commits mailing list