r13555 - in /trunk/libvideo-capture-v4l-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 25 21:42:39 UTC 2008


Author: dmn
Date: Fri Jan 25 21:42:39 2008
New Revision: 13555

URL: http://svn.debian.org/wsvn/?sc=1&rev=13555
Log:
* do not install redundant README
* remove unused debhelper calls

Modified:
    trunk/libvideo-capture-v4l-perl/debian/changelog
    trunk/libvideo-capture-v4l-perl/debian/rules

Modified: trunk/libvideo-capture-v4l-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libvideo-capture-v4l-perl/debian/changelog?rev=13555&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/changelog (original)
+++ trunk/libvideo-capture-v4l-perl/debian/changelog Fri Jan 25 21:42:39 2008
@@ -12,6 +12,8 @@
   [ Damyan Ivanov ]
   * debian/watch: use dist-based URL.
   * put changes to upstream source in quilt patches
+  * do not install redundant README
+  * remove unused debhelper calls
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 21 Jan 2008 20:22:32 +0100
 

Modified: trunk/libvideo-capture-v4l-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libvideo-capture-v4l-perl/debian/rules?rev=13555&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/rules (original)
+++ trunk/libvideo-capture-v4l-perl/debian/rules Fri Jan 25 21:42:39 2008
@@ -74,21 +74,16 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs TODO README RTjpeg/codec/README
+	dh_installdocs TODO RTjpeg/codec/README
 	dh_installexamples examples/*
 	find debian/libvideo-capture-v4l-perl -name SCCS -print0 -prune | \
 		xargs -0r rm -rf
-#	dh_installmenu
-#	dh_installcron
-#	dh_installman
 	dh_installchangelogs Changes
-	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs
 	dh_installdeb
-	dh_perl 
+	dh_perl
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums




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