[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. upstream/2.1.7-53-gc9dd036

Ryan Niebur ryanryan52 at gmail.com
Sat Mar 21 01:57:44 UTC 2009


The following commit has been merged in the master branch:
commit c9dd0360ce3455fd7f2d17d846a6c9f3aacb0fca
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Fri Mar 20 18:57:39 2009 -0700

    remove clive.1 in the clean target instead of .diff.gz, standards version 3.8.1
    
    * rather than removing clive.1 in the .diff.gz, remove/revert it in
      the clean target
    * standards version 3.8.1

diff --git a/debian/changelog b/debian/changelog
index 636ee28..2a7a55e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ clive (2.1.7-1) UNRELEASED; urgency=low
 
   * New upstream release
   * add myself to uploaders
+  * rather than removing clive.1 in the .diff.gz, remove/revert it in
+    the clean target
+  * standards version 3.8.1
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 20 Mar 2009 17:45:18 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 20 Mar 2009 18:56:05 -0700
 
 clive (2.1.6-1) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..3c44d7b
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+clive.1
diff --git a/debian/control b/debian/control
index d05d64e..acd6279 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep: perl,
  libxml-simple-perl (>= 2.18),
  libexpect-perl (>= 1.20),
  perl (>= 5.10) | libdigest-sha-perl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Vcs-Git: git://git.debian.org/git/pkg-perl/apps/clive.git
 Vcs-Browser: http://git.debian.org/?p=pkg-perl/apps/clive.git
 Homepage: http://clive.sourceforge.net/
diff --git a/debian/rules b/debian/rules
index afa9565..55960c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,13 +10,14 @@ build:
 	$(MAKE) man
 
 clean:
-	dh_clean clive.1
+	dh $@
+	[ ! -x /usr/bin/git -o ! -d .git ] || git checkout clive.1
 
 install: build
-	dh $@ --before auto_install
+	dh $@ --before dh_auto_install
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/clive \
 	    prefix=/usr
-	dh $@ --after auto_install
+	dh $@ --after dh_auto_install
 
 binary-indep: install
 	dh $@

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list