[Python-apps-commits] r951 - in packages/clive/trunk (9 files)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Sun Apr 13 16:20:13 UTC 2008


    Date: Sunday, April 13, 2008 @ 16:20:11
  Author: dottedmag-guest
Revision: 951

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/clive/trunk/debian/
  packages/clive/trunk/debian/changelog
  packages/clive/trunk/debian/compat
  packages/clive/trunk/debian/control
  packages/clive/trunk/debian/copyright
  packages/clive/trunk/debian/docs
  packages/clive/trunk/debian/manpages
  packages/clive/trunk/debian/rules
  packages/clive/trunk/debian/watch


Property changes on: packages/clive/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/clive/trunk/debian/changelog
===================================================================
--- packages/clive/trunk/debian/changelog	                        (rev 0)
+++ packages/clive/trunk/debian/changelog	2008-04-13 16:20:11 UTC (rev 951)
@@ -0,0 +1,100 @@
+clive (0.4.8-1) unstable; urgency=low
+
+  * New upstream release (Closes: #465698).
+
+  * ACK NMU. Thanks, Scott!
+
+  * debian/rules updated to accommodate changes in upstream build system
+    (distutils -> autotools).
+  * python-newt recommendancy removed: upstream no longer uses it.
+  * Dropped hack with (re)compression of compressed manpage: upstream no
+    longer compresses the manpage.
+  * python-all-dev dependency moved to Build-Depends-Indep as only
+    architecture-independent packages are built.
+  
+  * Standards-Version bumped to 3.7.3, no changes required.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Mon, 31 Mar 2008 23:51:23 +0700
+
+clive (0.4.3-1.1) unstable; urgency=low 
+
+  * Non-maintainer upload.
+  * Stop removing empty /usr/lib that python-central no longer provides
+    (closes: #472007)
+  * Build-dep on python-central (>= 0.6)
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 25 Mar 2008 10:41:11 -0400
+
+clive (0.4.3-1) unstable; urgency=low
+
+  * New upstream release (Closes: #462561).
+
+  * /usr/lib left after installing files is removed manually. Won't be
+    necessary as soon as pycentral bug #452227 is closed.
+  
+  * watch file updated.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat, 26 Jan 2008 21:27:24 +0600
+
+clive (0.3.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 20 Nov 2007 04:09:45 +0600
+
+clive (0.3.1-1) unstable; urgency=low
+
+  * New upstream release.
+    - Added dependency to python-urlgrabber.
+
+  * Description updated - clive supports not only YouTube and Google
+    Video, but also other video sites.
+  
+  * ffmpeg added to Suggests as clive may use it to recode downloaded
+    videos.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat, 03 Nov 2007 03:35:42 +0600
+
+clive (0.2.1-1) unstable; urgency=low
+
+  * New upstream release
+    - Fixes downloading from YouTube (Closes: #439621, #439622)
+    - Fixes downloading from Google Video (Closes: #430433)
+
+  * ACK NMU from Gerfried Fuchs.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat, 15 Sep 2007 00:13:58 +0700
+
+clive (0.2.0-1.1) unstable; urgency=low
+
+  * NMU, applied patch from Kumar Appaiah to fix:
+    - exceptions.IndexError (Closes: #439521).
+    - no longer works for Youtube (Closes: 439622).
+
+ -- Gerfried Fuchs <rhonda at debian.at>  Mon, 10 Sep 2007 11:31:02 +0200
+
+clive (0.2.0-1) unstable; urgency=low
+
+  * New upstream release (Closes: #418646).
+  * Updated watch file.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 01 May 2007 01:28:15 +0700
+
+clive (0.1.9-1) unstable; urgency=low
+
+  * New upstream release
+  * Watch file added.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sun, 15 Apr 2007 14:51:33 +0700
+
+clive (0.1.8-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Fri, 16 Mar 2007 12:38:46 +0600
+
+clive (0.1.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #414262)
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat, 10 Mar 2007 17:37:54 +0600

Added: packages/clive/trunk/debian/compat
===================================================================
--- packages/clive/trunk/debian/compat	                        (rev 0)
+++ packages/clive/trunk/debian/compat	2008-04-13 16:20:11 UTC (rev 951)
@@ -0,0 +1 @@
+5

Added: packages/clive/trunk/debian/control
===================================================================
--- packages/clive/trunk/debian/control	                        (rev 0)
+++ packages/clive/trunk/debian/control	2008-04-13 16:20:11 UTC (rev 951)
@@ -0,0 +1,19 @@
+Source: clive
+Section: utils
+Priority: optional
+Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: python-central (>= 0.6), python-all-dev (>= 2.3.5-11)
+Standards-Version: 3.7.3
+XS-Python-Version: all
+
+Package: clive
+Architecture: all
+Depends: ${python:Depends}, python-urlgrabber
+Suggests: ffmpeg
+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,
+ Google Video and other video sites. It supports embedded video extraction, and
+ can be used with an external encoder (e.g. ffmpeg) to re-encode the extracted
+ videos to different video formats (e.g. avi, mpeg, flv).

Added: packages/clive/trunk/debian/copyright
===================================================================
--- packages/clive/trunk/debian/copyright	                        (rev 0)
+++ packages/clive/trunk/debian/copyright	2008-04-13 16:20:11 UTC (rev 951)
@@ -0,0 +1,30 @@
+This package was debianized by Mikhail Gusarov <dottedmag at dottedmag.net> on
+Sat, 10 Mar 2007 17:37:54 +0600.
+
+It was downloaded from http://home.gna.org/clive/
+
+Copyright Holders: Toni Gundogdu <legatvs at gmail.com>
+
+License:
+
+  Copyright (C) 2007 Toni Gundogdu <legatvs at gmail.com>
+
+  This program is free software; you can redistribute it and/or
+  modify it under the terms of the GNU General Public License
+  as published by the Free Software Foundation; either version 2
+  of the License, or (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in /usr/share/common-licenses/GPL-2 file.
+
+The Debian packaging is (C) 2007, Mikhail Gusarov <dottedmag at dottedmag.net> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/clive/trunk/debian/docs
===================================================================
--- packages/clive/trunk/debian/docs	                        (rev 0)
+++ packages/clive/trunk/debian/docs	2008-04-13 16:20:11 UTC (rev 951)
@@ -0,0 +1 @@
+README

Added: packages/clive/trunk/debian/manpages
===================================================================
--- packages/clive/trunk/debian/manpages	                        (rev 0)
+++ packages/clive/trunk/debian/manpages	2008-04-13 16:20:11 UTC (rev 951)
@@ -0,0 +1 @@
+man/clive.1

Added: packages/clive/trunk/debian/rules
===================================================================
--- packages/clive/trunk/debian/rules	                        (rev 0)
+++ packages/clive/trunk/debian/rules	2008-04-13 16:20:11 UTC (rev 951)
@@ -0,0 +1,47 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	! [ -e Makefile ] || make clean
+	rm -f build-stamp configure-stamp
+
+	dh_clean
+
+configure: configure-stamp
+
+configure-stamp:
+	dh_testdir
+
+	./configure --prefix=/usr
+	touch configure-stamp
+
+build: configure
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	make install DESTDIR=$(CURDIR)/debian/clive
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_pycentral
+	dh_installman
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/clive/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/clive/trunk/debian/watch
===================================================================
--- packages/clive/trunk/debian/watch	                        (rev 0)
+++ packages/clive/trunk/debian/watch	2008-04-13 16:20:11 UTC (rev 951)
@@ -0,0 +1,2 @@
+version=3
+http://download.gna.org/clive/0.4/src/clive-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list