[Python-apps-commits] r1339 - in packages/clive/trunk/debian (changelog compat control rules)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Wed May 21 20:10:51 UTC 2008


    Date: Wednesday, May 21, 2008 @ 20:10:38
  Author: dottedmag-guest
Revision: 1339

New upstream version.

Modified:
  packages/clive/trunk/debian/changelog
  packages/clive/trunk/debian/compat
  packages/clive/trunk/debian/control
  packages/clive/trunk/debian/rules

Modified: packages/clive/trunk/debian/changelog
===================================================================
--- packages/clive/trunk/debian/changelog	2008-05-21 08:58:59 UTC (rev 1338)
+++ packages/clive/trunk/debian/changelog	2008-05-21 20:10:38 UTC (rev 1339)
@@ -1,3 +1,14 @@
+clive (0.4.13-1) unstable; urgency=low
+
+  * New upstream release (Closes: #479315, #480444).
+    - Removed python-newt, python-urlgrabber, python-feedparser build
+      dependencies, no more needed for ./configure.
+  * debhelper compatibility level bumped to 7.
+    - debhelper dependency bumped.
+    - debian/rules: dh_clean automatically removes stamps.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Thu, 22 May 2008 02:40:23 +0700
+
 clive (0.4.11-1) unstable; urgency=low
 
   [ Mikhail Gusarov ]

Modified: packages/clive/trunk/debian/compat
===================================================================
--- packages/clive/trunk/debian/compat	2008-05-21 08:58:59 UTC (rev 1338)
+++ packages/clive/trunk/debian/compat	2008-05-21 20:10:38 UTC (rev 1339)
@@ -1 +1 @@
-5
+7

Modified: packages/clive/trunk/debian/control
===================================================================
--- packages/clive/trunk/debian/control	2008-05-21 08:58:59 UTC (rev 1338)
+++ packages/clive/trunk/debian/control	2008-05-21 20:10:38 UTC (rev 1339)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: python-central (>= 0.6), python-all-dev (>= 2.3.5-11), python-urlgrabber (>= 3.1.0), python-feedparser (>= 4.1), python-newt, autotools-dev
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python-central (>= 0.6), python-all-dev (>= 2.3.5-11), autotools-dev
 Standards-Version: 3.7.3
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/clive/trunk/

Modified: packages/clive/trunk/debian/rules
===================================================================
--- packages/clive/trunk/debian/rules	2008-05-21 08:58:59 UTC (rev 1338)
+++ packages/clive/trunk/debian/rules	2008-05-21 20:10:38 UTC (rev 1339)
@@ -6,7 +6,6 @@
 	dh_testroot
 
 	! [ -e Makefile ] || make clean
-	rm -f build-stamp configure-stamp
 
 	dh_clean
 




More information about the Python-apps-commits mailing list