[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 29ae8a0a66a4018d963f58061a80792aebc2e8f4
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Apr 1 17:33:11 2009 +0300

    install configrc as 'config' in examples/. Addresses part of #520520

diff --git a/debian/examples b/debian/examples
index 720843f..04204c7 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1 +1 @@
-configrc
+config
diff --git a/debian/rules b/debian/rules
index da47f6d..1c761fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,16 +17,16 @@ clean:
 	dh $@
 	if [ -e clive.1-ORIG ]; then mv -v clive.1-ORIG clive.1; fi
 
-install: build
-	dh $@ --before dh_auto_install
+override_dh_installexamples:
+	mv configrc config
+	dh_installexamples
+	mv config configrc
+
+override_dh_auto_install:
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/clive \
 	    prefix=/usr
-	dh $@ --after dh_auto_install
 
-binary-indep: install
+install binary-indep binary-arch binary:
 	dh $@
 
-binary-arch: build install
-
-binary: binary-indep binary-arch
 .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