[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. debian/2.1.14-1-5-g71a0a0f

Ryan Niebur ryanryan52 at gmail.com
Thu Jun 18 09:27:44 UTC 2009


The following commit has been merged in the master branch:
commit 71a0a0f81bac5fe470e6ade5f30ce171032d2b3e
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Thu Jun 18 02:27:12 2009 -0700

    simplify d/rules, the upstream build system now handles all of it

diff --git a/debian/rules b/debian/rules
index 6ebdbf5..b8796e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-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
-	$(MAKE) man
-
-clean:
+%:
 	dh $@
-	if [ -e clive.1-ORIG ]; then mv -v clive.1-ORIG clive.1; fi
-
-override_dh_auto_install:
-	$(MAKE) install DESTDIR=$(TMP) prefix=/usr
-
-install binary-indep binary-arch binary:
-	dh $@
-
-.PHONY: build clean binary-indep binary-arch binary install

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



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