r46538 - in /trunk/libio-all-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Oct 30 16:21:12 UTC 2009


Author: gregoa
Date: Fri Oct 30 16:21:07 2009
New Revision: 46538

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

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

Modified: trunk/libio-all-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/changelog?rev=46538&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/changelog (original)
+++ trunk/libio-all-perl/debian/changelog Fri Oct 30 16:21:07 2009
@@ -8,6 +8,9 @@
 
   [ gregor herrmann ]
   * Really add debian/README.source.
+  * Minimize debian/rules.
+  * Add /me to Uploaders.
+  * Set Standards-Version to 3.8.3 (no changes).
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 08 Apr 2009 19:00:09 -0700
 

Modified: trunk/libio-all-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/control?rev=46538&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/control (original)
+++ trunk/libio-all-perl/debian/control Fri Oct 30 16:21:07 2009
@@ -2,11 +2,13 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
-Build-Depends: debhelper (>= 7), quilt
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+ Rene Mayorga <rmayorga at debian.org.sv>,
+ gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libspiffy-perl, libmldbm-perl, libfile-readbackwards-perl,
  libio-string-perl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/IO-All/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-all-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-all-perl/

Modified: trunk/libio-all-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/rules?rev=46538&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/rules (original)
+++ trunk/libio-all-perl/debian/rules Fri Oct 30 16:21:07 2009
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	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
+%:
+	dh --with quilt $@




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