r68891 - in /trunk/libio-async-perl/debian: NEWS changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Feb 17 12:47:00 UTC 2011


Author: periapt-guest
Date: Thu Feb 17 12:46:35 2011
New Revision: 68891

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68891
Log:
Made sure example scripts have correct permissions

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

Modified: trunk/libio-async-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/NEWS?rev=68891&op=diff
==============================================================================
--- trunk/libio-async-perl/debian/NEWS (original)
+++ trunk/libio-async-perl/debian/NEWS Thu Feb 17 12:46:35 2011
@@ -1,4 +1,4 @@
-libio-async-perl (0.33-1) UNRELEASED; urgency=low
+libio-async-perl (0.39-1) unstable; urgency=low
 
   The Loop API has changed once again. The loops which have been
   packaged for Debian, namely:

Modified: trunk/libio-async-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/changelog?rev=68891&op=diff
==============================================================================
--- trunk/libio-async-perl/debian/changelog (original)
+++ trunk/libio-async-perl/debian/changelog Thu Feb 17 12:46:35 2011
@@ -1,8 +1,4 @@
 libio-async-perl (0.39-1) UNRELEASED; urgency=low
-
-  TODO: 
-  - massive test failure (seems to be waiting for libasync-mergepoint-perl 0.03)
-  - need to check examples directory is suitably polished
 
   [ Nicholas Bamber ]
   * Upped compatibility level to 8
@@ -11,6 +7,7 @@
   * Refreshed copyright
   * Removed patch no longer required: fix-pod-spelling.patch
   * Reviewed dependencies, in particular libasync-mergepoint-perl requires 0.3
+  * Made sure example scripts have correct permissions
 
   [ Jonathan Yu ]
   * New upstream release 0.39

Modified: trunk/libio-async-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-perl/debian/rules?rev=68891&op=diff
==============================================================================
--- trunk/libio-async-perl/debian/rules (original)
+++ trunk/libio-async-perl/debian/rules Thu Feb 17 12:46:35 2011
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
+
+PKG:=$(shell dh_listpackages)
+TMP:=$(CURDIR)/debian/$(PKG)
+EXAMPLES:=$(TMP)/usr/share/doc/$(PKG)/examples
 
 %:
 	dh $@
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod a+x $(EXAMPLES)/*.pl
+




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