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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Mar 15 00:28:08 UTC 2011


Author: jawnsy-guest
Date: Tue Mar 15 00:27:51 2011
New Revision: 71432

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71432
Log:
dch -r, looks good

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=71432&op=diff
==============================================================================
--- trunk/libio-async-perl/debian/changelog (original)
+++ trunk/libio-async-perl/debian/changelog Tue Mar 15 00:27:51 2011
@@ -1,8 +1,8 @@
-libio-async-perl (0.40-1) UNRELEASED; urgency=low
+libio-async-perl (0.40-1) unstable; urgency=low
 
   * New upstream release
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 14 Mar 2011 20:08:43 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 14 Mar 2011 20:50:17 -0400
 
 libio-async-perl (0.39-1) unstable; urgency=low
 

Modified: trunk/libio-async-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/control?rev=71432&op=diff
==============================================================================
--- trunk/libio-async-perl/debian/control (original)
+++ trunk/libio-async-perl/debian/control Tue Mar 15 00:27:51 2011
@@ -2,9 +2,16 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, netbase, libsocket-getaddrinfo-perl, libheap-perl,
- libtest-fatal-perl, libasync-mergepoint-perl (>= 0.3), libtest-refcount-perl,
- libtest-pod-perl, libtest-warn-perl, libtest-identity-perl, libcps-perl
+Build-Depends-Indep: perl, netbase,
+ libsocket-getaddrinfo-perl,
+ libheap-perl,
+ libtest-fatal-perl,
+ libasync-mergepoint-perl (>= 0.3),
+ libtest-refcount-perl,
+ libtest-pod-perl,
+ libtest-warn-perl,
+ libtest-identity-perl,
+ libcps-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>
@@ -15,8 +22,11 @@
 
 Package: libio-async-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libsocket-getaddrinfo-perl,
- libheap-perl, libcps-perl, libasync-mergepoint-perl (>= 0.3)
+Depends: ${misc:Depends}, ${perl:Depends},
+ libsocket-getaddrinfo-perl,
+ libheap-perl,
+ libcps-perl,
+ libasync-mergepoint-perl (>= 0.3)
 Breaks: libio-async-loop-epoll-perl (<< 0.09),
  libio-async-loop-glib-perl (<< 0.19)
 Description: module providing asynchronous filehandle I/O

Modified: trunk/libio-async-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/rules?rev=71432&op=diff
==============================================================================
--- trunk/libio-async-perl/debian/rules (original)
+++ trunk/libio-async-perl/debian/rules Tue Mar 15 00:27:51 2011
@@ -2,7 +2,7 @@
 
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
-EXAMPLES= $(TMP)/usr/share/doc/$(PKG)/examples
+EXAMPLES= $(TMP)/usr/share/doc/$(PACKAGE)/examples
 
 %:
 	dh $@




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