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

Damyan Ivanov dmn at debian.org
Wed Apr 1 14:45:35 UTC 2009


The following commit has been merged in the master branch:
commit e9312d9a911e98f0810e354a6c5219134cbee21b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Apr 1 17:31:43 2009 +0300

    employ dh override feature for providing custom test run
    
    bump dh build-dependency to 7.0.50

diff --git a/debian/control b/debian/control
index 4444249..d2f3902 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl,
  libconfig-tiny-perl (>= 2.12),
  libwww-curl-perl (>= 4.05),
diff --git a/debian/rules b/debian/rules
index 6f787e6..da47f6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,13 @@
 TMP   = $(CURDIR)/debian/clive
 PERL ?= /usr/bin/perl
 
+override_dh_auto_test:
+	$(PERL) -c clive
+
 build:
 	dh $@
 	# force rebuild of clive.1
 	if [ -e clive.1 ]; then mv -v clive.1 clive.1-ORIG; fi
-	$(PERL) -c clive
 	$(MAKE) man
 
 clean:

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



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