r7998 - in /trunk/libdbd-pg-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Sep 28 17:29:35 UTC 2007


Author: dmn
Date: Fri Sep 28 17:29:35 2007
New Revision: 7998

URL: http://svn.debian.org/wsvn/?sc=1&rev=7998
Log:
  + Remove unused dh_installdirs, dh_installmenu, dh_installcron and
    dh_link

Modified:
    trunk/libdbd-pg-perl/debian/changelog
    trunk/libdbd-pg-perl/debian/rules

Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/debian/changelog?rev=7998&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Fri Sep 28 17:29:35 2007
@@ -12,8 +12,10 @@
   * debian/rules:
     + replace `pwd` with $(CURDIR), make with $(MAKE)
     + Remove unused hand-crafted patch routines
-
- -- Damyan Ivanov <dmn at debian.org>  Fri, 28 Sep 2007 20:19:17 +0300
+    + Remove unused dh_installdirs, dh_installmenu, dh_installcron and
+      dh_link
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 28 Sep 2007 20:29:06 +0300
 
 libdbd-pg-perl (1.49-4) unstable; urgency=low
 

Modified: trunk/libdbd-pg-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/debian/rules?rev=7998&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/rules (original)
+++ trunk/libdbd-pg-perl/debian/rules Fri Sep 28 17:29:35 2007
@@ -50,7 +50,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
 
 	$(MAKE) install PREFIX=$(TMP)/usr
 
@@ -66,11 +65,8 @@
 	dh_testroot
 	dh_installdocs README
 	dh_installexamples
-	dh_installmenu
-	dh_installcron
 	#dh_installmanpages
 	dh_installchangelogs Changes
-	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms




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