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

Damyan Ivanov dmn at debian.org
Thu Apr 9 07:26:03 UTC 2009


The following commit has been merged in the master branch:
commit daa1bb4087fc8814bdb9ef21e23cd44dbcd8417f
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Apr 9 10:16:25 2009 +0300

    overriding dh_installexamples no longer necessary

diff --git a/debian/changelog b/debian/changelog
index 3d66499..c68a9af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ clive (2.1.10-1) UNRELEASED; urgency=low
   * New upstream release
     + no longer hangs when requested to retrieve vimeo file (unsupported).
       Closes: #522422
+  * overriding dh_installexamples no longer necessary
 
  -- Damyan Ivanov <dmn at debian.org>  Thu, 09 Apr 2009 10:13:23 +0300
 
diff --git a/debian/examples b/debian/examples
index 04204c7..e39721e 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1 +1 @@
-config
+examples/*
diff --git a/debian/rules b/debian/rules
index 1c761fd..73d894a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,11 +17,6 @@ clean:
 	dh $@
 	if [ -e clive.1-ORIG ]; then mv -v clive.1-ORIG clive.1; fi
 
-override_dh_installexamples:
-	mv configrc config
-	dh_installexamples
-	mv config configrc
-
 override_dh_auto_install:
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/clive \
 	    prefix=/usr

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



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