[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. 2.1.2-55-g024c766

Damyan Ivanov dmn at debian.org
Wed Feb 25 15:14:07 UTC 2009


The following commit has been merged in the master branch:
commit f919236eb07bb199846a4087c5730795d0ce8451
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Feb 25 15:06:04 2009 +0200

    install manpages and clive script via upstream Makefile

diff --git a/debian/changelog b/debian/changelog
index 5c13bdd..5776306 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,6 @@ clive (2.1.6-1) UNRELEASED; urgency=low
     + convert to debhelper 7
     + add "perl -c" 'testsuite'
   * control/compat: debhelper 7
-  * install manpage via debian/manpages
-  * install clive script via debian/install
   * control:
     + replace python-related stuff with perl-related stuff
     + rewrite long description using text from the manual page
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 1333ed7..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-TODO
diff --git a/debian/install b/debian/install
deleted file mode 100644
index cb8b540..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-clive   usr/bin
diff --git a/debian/manpages b/debian/manpages
deleted file mode 100644
index 3c44d7b..0000000
--- a/debian/manpages
+++ /dev/null
@@ -1 +0,0 @@
-clive.1
diff --git a/debian/rules b/debian/rules
index 4b01812..afa9565 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,16 @@ PERL ?= /usr/bin/perl
 build:
 	dh $@
 	$(PERL) -c clive
-	$(PERL) genman
+	$(MAKE) man
 
 clean:
 	dh_clean clive.1
 
 install: build
-	dh $@
+	dh $@ --before auto_install
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/clive \
+	    prefix=/usr
+	dh $@ --after 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