r21156 - in /trunk/libnet-ldap-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Jun 15 10:45:55 UTC 2008


Author: dmn
Date: Sun Jun 15 10:45:54 2008
New Revision: 21156

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21156
Log:
remove temp/ during clean

Modified:
    trunk/libnet-ldap-perl/debian/changelog
    trunk/libnet-ldap-perl/debian/rules

Modified: trunk/libnet-ldap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/changelog?rev=21156&op=diff
==============================================================================
--- trunk/libnet-ldap-perl/debian/changelog (original)
+++ trunk/libnet-ldap-perl/debian/changelog Sun Jun 15 10:45:54 2008
@@ -13,6 +13,7 @@
     + update upstream years of copyright
     + this was downloaded from CPAN, adjust ddebian/copyright
   * Convert debian/rules to a 3-liner. Build-depends on debhelper 7
+  * remove temp/ during clean
 
  -- Damyan Ivanov <dmn at debian.org>  Sun, 15 Jun 2008 13:06:11 +0300
 

Modified: trunk/libnet-ldap-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/rules?rev=21156&op=diff
==============================================================================
--- trunk/libnet-ldap-perl/debian/rules (original)
+++ trunk/libnet-ldap-perl/debian/rules Sun Jun 15 10:45:54 2008
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
-%:
+build binary binary-arch binary-indep:
 	dh $@
+
+clean:
+	dh $@
+	dh_clean temp




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