r42193 - in /trunk/libio-async-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Aug 20 19:03:28 UTC 2009


Author: gregoa
Date: Thu Aug 20 19:03:22 2009
New Revision: 42193

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42193
Log:
* Minimize debian/rules.
* Set Standards-Version to 3.8.3 (no further changes).

Modified:
    trunk/libio-async-perl/debian/changelog
    trunk/libio-async-perl/debian/control
    trunk/libio-async-perl/debian/rules

Modified: trunk/libio-async-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/changelog?rev=42193&op=diff
==============================================================================
--- trunk/libio-async-perl/debian/changelog (original)
+++ trunk/libio-async-perl/debian/changelog Thu Aug 20 19:03:22 2009
@@ -10,6 +10,10 @@
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
+
+  [ gregor herrmann ]
+  * Minimize debian/rules.
+  * Set Standards-Version to 3.8.3 (no further changes).
 
  -- Jonathan Yu <frequency at cpan.org>  Thu, 20 Aug 2009 09:35:37 -0400
 

Modified: trunk/libio-async-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/control?rev=42193&op=diff
==============================================================================
--- trunk/libio-async-perl/debian/control (original)
+++ trunk/libio-async-perl/debian/control Thu Aug 20 19:03:22 2009
@@ -7,7 +7,7 @@
  libtest-refcount-perl, libtest-pod-perl, netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/IO-Async/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-async-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-async-perl/

Modified: trunk/libio-async-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/rules?rev=42193&op=diff
==============================================================================
--- trunk/libio-async-perl/debian/rules (original)
+++ trunk/libio-async-perl/debian/rules Thu Aug 20 19:03:22 2009
@@ -1,23 +1,4 @@
 #!/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