r41534 - in /trunk/libwww-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Aug 8 18:13:45 UTC 2009


Author: gregoa
Date: Sat Aug  8 18:13:39 2009
New Revision: 41534

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41534
Log:
Use minimal debian/rules file.

Modified:
    trunk/libwww-perl/debian/changelog
    trunk/libwww-perl/debian/rules

Modified: trunk/libwww-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/changelog?rev=41534&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Sat Aug  8 18:13:39 2009
@@ -1,8 +1,12 @@
 libwww-perl (5.830-1) unstable; urgency=low
 
+  [ Iulian Udrea ]
   * New upstream release
   * debian/control:
     - Add myself as an Uploader.
+
+  [ gregor herrmann ]
+  * Use minimal debian/rules file.
 
  -- Iulian Udrea <iulian at ubuntu.com>  Thu, 06 Aug 2009 10:27:28 +0100
 

Modified: trunk/libwww-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/rules?rev=41534&op=diff
==============================================================================
--- trunk/libwww-perl/debian/rules (original)
+++ trunk/libwww-perl/debian/rules Sat Aug  8 18:13:39 2009
@@ -1,23 +1,3 @@
 #!/usr/bin/make -f
-
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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