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

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Tue Sep 2 15:03:35 UTC 2008


    Date: Tuesday, September 2, 2008 @ 15:03:34
  Author: gothicx-guest
Revision: 1738

change ffmpeg by ffmpeg-debian in suggests and minor fixes

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-09-02 13:21:15 UTC (rev 1737)
+++ packages/clive/trunk/debian/changelog	2008-09-02 15:03:34 UTC (rev 1738)
@@ -1,18 +1,21 @@
-clive (0.4.20-1) unstable; urgency=low
+clive (1.0.1-1) unstable; urgency=low
 
   * New upstream version.
   * debian/control:
     + Remove autotools-dev from b-p-i.
+    + Replace ffmpeg by ffmpeg-debian.    
   * debian/source.lintian-overrides:
     + Upstream fixed config{.sub,.guess}.
   * debian/watch:
     + Fix URL for new 1.0.x version.
+  * debian/rules:
+    + Replace ChangeLog (empty) by CHANGES.
   * debian/copyright:
     + Set to GPLv3 like upstream.
   * Change Maintainer to PAPT.
   * Add myself to Uploaders.
 
- -- Marco Rodrigues <gothicx at sapo.pt>  Mon, 01 Sep 2008 21:18:17 +0100
+ -- Marco Rodrigues <gothicx at sapo.pt>  Mon, 02 Sep 2008 14:01:20 +0100
 
 clive (0.4.19-1) unstable; urgency=low
 

Modified: packages/clive/trunk/debian/control
===================================================================
--- packages/clive/trunk/debian/control	2008-09-02 13:21:15 UTC (rev 1737)
+++ packages/clive/trunk/debian/control	2008-09-02 15:03:34 UTC (rev 1738)
@@ -14,7 +14,7 @@
 Package: clive
 Architecture: all
 Depends: ${python:Depends}, python-newt, python-urlgrabber (>= 3.1.0), python-feedparser (>= 4.1)
-Suggests: ffmpeg
+Suggests: ffmpeg-debian
 XB-Python-Version: ${python:Versions}
 Description: Video extraction utility for YouTube, Google Video and other video sites
  Command-line and fullscreen console program that extracts videos from YouTube,

Modified: packages/clive/trunk/debian/rules
===================================================================
--- packages/clive/trunk/debian/rules	2008-09-02 13:21:15 UTC (rev 1737)
+++ packages/clive/trunk/debian/rules	2008-09-02 15:03:34 UTC (rev 1738)
@@ -29,7 +29,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs ChangeLog
+	dh_installchangelogs CHANGES
 	dh_installdocs
 	dh_pycentral
 	dh_installman




More information about the Python-apps-commits mailing list