r68275 - in /trunk/libio-socket-socks-perl/debian: changelog control rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Feb 10 15:03:34 UTC 2011


Author: periapt-guest
Date: Thu Feb 10 15:02:57 2011
New Revision: 68275

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68275
Log:
Corrected permissions and decompressed example scripts

Modified:
    trunk/libio-socket-socks-perl/debian/changelog
    trunk/libio-socket-socks-perl/debian/control
    trunk/libio-socket-socks-perl/debian/rules

Modified: trunk/libio-socket-socks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/changelog?rev=68275&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/changelog (original)
+++ trunk/libio-socket-socks-perl/debian/changelog Thu Feb 10 15:02:57 2011
@@ -5,6 +5,7 @@
 
   [ Nicholas Bamber ]
   * New upstream release
+  * Corrected permissions and decompressed example scripts
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 10 Feb 2011 14:47:48 +0000
 

Modified: trunk/libio-socket-socks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/control?rev=68275&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/control (original)
+++ trunk/libio-socket-socks-perl/debian/control Thu Feb 10 15:02:57 2011
@@ -1,7 +1,7 @@
 Source: libio-socket-socks-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Pierre Neyron <pierre.neyron at free.fr>,

Modified: trunk/libio-socket-socks-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/rules?rev=68275&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/rules (original)
+++ trunk/libio-socket-socks-perl/debian/rules Thu Feb 10 15:02:57 2011
@@ -1,4 +1,14 @@
 #!/usr/bin/make -f
 
+PKG:=$(shell dh_listpackages)
+TMP:=$(CURDIR)/debian/$(PKG)
 %:
 	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	chmod a+x $(TMP)/usr/share/doc/$(PKG)/examples/*.pl
+
+override_dh_compress:
+	dh_compress -Xexamples
+




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