r67693 - in /trunk/libio-aio-perl/debian: README.Debian changelog libio-aio-perl.docs rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jan 22 16:23:43 UTC 2011


Author: periapt-guest
Date: Sat Jan 22 16:22:50 2011
New Revision: 67693

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67693
Log:
Installing 'treescan' as an example

Added:
    trunk/libio-aio-perl/debian/README.Debian
Modified:
    trunk/libio-aio-perl/debian/changelog
    trunk/libio-aio-perl/debian/libio-aio-perl.docs
    trunk/libio-aio-perl/debian/rules

Added: trunk/libio-aio-perl/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/README.Debian?rev=67693&op=file
==============================================================================
--- trunk/libio-aio-perl/debian/README.Debian (added)
+++ trunk/libio-aio-perl/debian/README.Debian Sat Jan 22 16:22:50 2011
@@ -1,0 +1,8 @@
+The 'treescan' script found in the examples directory of this package
+is a simple version of find, providing the ablility to print the names of 
+all files in a directory. You can find more information about the ideas behind
+the script at:
+
+    http://tantalophile.shareable.org/treescan/ANNOUNCE
+
+

Modified: trunk/libio-aio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/changelog?rev=67693&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/changelog (original)
+++ trunk/libio-aio-perl/debian/changelog Sat Jan 22 16:22:50 2011
@@ -1,7 +1,4 @@
 libio-aio-perl (3.71-1) UNRELEASED; urgency=low
-
-  TODO:
-  spelling errors, missing manpage
 
   * Taking over for the Debian Perl Group
   * Updating debian/watch
@@ -16,6 +13,7 @@
   * Refreshed debian/copyright
   * Added homepage and svn repositories
   * Added patch for spelling mistakes
+  * Installing 'treescan' as an example
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 21 Jan 2011 22:20:23 +0000
 

Modified: trunk/libio-aio-perl/debian/libio-aio-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/libio-aio-perl.docs?rev=67693&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/libio-aio-perl.docs (original)
+++ trunk/libio-aio-perl/debian/libio-aio-perl.docs Sat Jan 22 16:22:50 2011
@@ -1,1 +1,2 @@
 debian/Maintainership.txt
+debian/README.Debian

Modified: trunk/libio-aio-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/rules?rev=67693&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/rules (original)
+++ trunk/libio-aio-perl/debian/rules Sat Jan 22 16:22:50 2011
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PKG  := $(shell dh_listpackages)
+TMP  := $(CURDIR)/debian/$(PKG)
 
 %:
 	dh $@ --buildsystem=perl_makemaker
+
+override_dh_install:
+	dh_install --buildsystem=perl_makemaker
+	rm $(TMP)/usr/bin/treescan




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