[Python-apps-commits] r1020 - in packages/clive/trunk/debian (4 files)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Sat May 3 07:11:06 UTC 2008


    Date: Saturday, May 3, 2008 @ 07:11:04
  Author: dottedmag-guest
Revision: 1020

- using Debian python-newt, python-feedparser, python-urlgrabber, not bundled
  ones
- using config.{guess,sub} provided by Debian, not bundled ones

Added:
  packages/clive/trunk/debian/source.lintian-overrides
Modified:
  packages/clive/trunk/debian/changelog
  packages/clive/trunk/debian/control
  packages/clive/trunk/debian/rules

Modified: packages/clive/trunk/debian/changelog
===================================================================
--- packages/clive/trunk/debian/changelog	2008-05-01 16:23:08 UTC (rev 1019)
+++ packages/clive/trunk/debian/changelog	2008-05-03 07:11:04 UTC (rev 1020)
@@ -1,8 +1,19 @@
-clive (0.4.9-1) UNRELEASED; urgency=low
+clive (0.4.11-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Package is now maintained in PAPT:
     - PAPT added to Uploaders.
+  * debian/rules, debian/control: Explicitly configuring without bundled
+    python-newt, python-urlgrabber and python-feedparser, and adjusting
+    runtime depends correspondingly.
+  * Temporarily added python-newt, python-urlgrabber, python-feedparser at
+    Build-Depends as configure requires them in build time for no apparent
+    reason: https://gna.org/support/index.php?1986
+  
+  * config.{guess,sub} are replaced at build time with recent ones from
+    autotools-dev:
+    - autotools-dev added to Build-Bepends,
+    - added lintian override regarding old config.{guess,sub} in tarball.
 
  -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sun, 13 Apr 2008 23:24:16 +0700
 

Modified: packages/clive/trunk/debian/control
===================================================================
--- packages/clive/trunk/debian/control	2008-05-01 16:23:08 UTC (rev 1019)
+++ packages/clive/trunk/debian/control	2008-05-03 07:11:04 UTC (rev 1020)
@@ -4,13 +4,13 @@
 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)
+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, automake-dev
 Standards-Version: 3.7.3
 XS-Python-Version: all
 
 Package: clive
 Architecture: all
-Depends: ${python:Depends}, python-urlgrabber
+Depends: ${python:Depends}, python-newt, python-urlgrabber (>= 3.1.0), python-feedparser (>= 4.1)
 Suggests: ffmpeg
 XB-Python-Version: ${python:Versions}
 Description: Video extraction utility for YouTube, Google Video and other video sites

Modified: packages/clive/trunk/debian/rules
===================================================================
--- packages/clive/trunk/debian/rules	2008-05-01 16:23:08 UTC (rev 1019)
+++ packages/clive/trunk/debian/rules	2008-05-03 07:11:04 UTC (rev 1020)
@@ -15,7 +15,9 @@
 configure-stamp:
 	dh_testdir
 
-	./configure --prefix=/usr
+	ln -sf /usr/share/misc/config.guess config.guess
+	ln -sf /usr/share/misc/config.sub config.sub
+	./configure --prefix=/usr --without-urlgrabber --without-feedparser --without-newt
 	touch configure-stamp
 
 build: configure

Added: packages/clive/trunk/debian/source.lintian-overrides
===================================================================
--- packages/clive/trunk/debian/source.lintian-overrides	                        (rev 0)
+++ packages/clive/trunk/debian/source.lintian-overrides	2008-05-03 07:11:04 UTC (rev 1020)
@@ -0,0 +1,6 @@
+#
+# Correct config.{sub,guess} are provided at build time from autotools-dev
+# package.
+#
+clive source: outdated-autotools-helper-file config.sub 2003-07-04
+clive source: outdated-autotools-helper-file config.guess 2003-07-02




More information about the Python-apps-commits mailing list