r56428 - in /trunk/libpoe-component-sslify-perl/debian: changelog control rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 18 12:16:09 UTC 2010


Author: gregoa
Date: Sun Apr 18 12:15:58 2010
New Revision: 56428

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56428
Log:
* Convert to source format 3.0 (quilt).
* Minimize debian/rules.
* Set Standards-Version to 3.8.4; drop version from perl build dependency.

Added:
    trunk/libpoe-component-sslify-perl/debian/source/
    trunk/libpoe-component-sslify-perl/debian/source/format
Modified:
    trunk/libpoe-component-sslify-perl/debian/changelog
    trunk/libpoe-component-sslify-perl/debian/control
    trunk/libpoe-component-sslify-perl/debian/rules

Modified: trunk/libpoe-component-sslify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/changelog?rev=56428&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/changelog (original)
+++ trunk/libpoe-component-sslify-perl/debian/changelog Sun Apr 18 12:15:58 2010
@@ -5,6 +5,9 @@
 
   [ gregor herrmann ]
   * New upstream release 0.19.
+  * Convert to source format 3.0 (quilt).
+  * Minimize debian/rules.
+  * Set Standards-Version to 3.8.4; drop version from perl build dependency.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 18 Apr 2010 14:10:19 +0200
 

Modified: trunk/libpoe-component-sslify-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/control?rev=56428&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/control (original)
+++ trunk/libpoe-component-sslify-perl/debian/control Sun Apr 18 12:15:58 2010
@@ -6,8 +6,8 @@
  Jose Luis Rivas <ghostbar38 at gmail.com>, Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl (>= 1.30)
-Standards-Version: 3.8.0
+Build-Depends-Indep: perl, libnet-ssleay-perl (>= 1.30)
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/POE-Component-SSLify/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-sslify-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-sslify-perl/

Modified: trunk/libpoe-component-sslify-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/rules?rev=56428&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/rules (original)
+++ trunk/libpoe-component-sslify-perl/debian/rules Sun Apr 18 12:15:58 2010
@@ -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

Added: trunk/libpoe-component-sslify-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/source/format?rev=56428&op=file
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/source/format (added)
+++ trunk/libpoe-component-sslify-perl/debian/source/format Sun Apr 18 12:15:58 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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