r10681 - in /trunk/libipc-shareable-perl/debian: changelog control rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Dec 2 13:33:25 UTC 2007


Author: gregoa-guest
Date: Sun Dec  2 13:33:24 2007
New Revision: 10681

URL: http://svn.debian.org/wsvn/?sc=1&rev=10681
Log:
* Use dist-based URL in debian/watch.
* debian/rules:
  - don't install empty /usr/lib/perl5 directory
  - use $(CURDIR) instead of `pwd`
  - remove unneeded dh_link and dh_strip calls
* Remove pseudo-field Homepage from long description.

Modified:
    trunk/libipc-shareable-perl/debian/changelog
    trunk/libipc-shareable-perl/debian/control
    trunk/libipc-shareable-perl/debian/rules
    trunk/libipc-shareable-perl/debian/watch

Modified: trunk/libipc-shareable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/changelog?rev=10681&op=diff
==============================================================================
--- trunk/libipc-shareable-perl/debian/changelog (original)
+++ trunk/libipc-shareable-perl/debian/changelog Sun Dec  2 13:33:24 2007
@@ -3,6 +3,12 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Use dist-based URL in debian/watch.
+  * debian/rules:
+    - don't install empty /usr/lib/perl5 directory
+    - use $(CURDIR) instead of `pwd`
+    - remove unneeded dh_link and dh_strip calls
+  * Remove pseudo-field Homepage from long description.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:55 +0200
 

Modified: trunk/libipc-shareable-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/control?rev=10681&op=diff
==============================================================================
--- trunk/libipc-shareable-perl/debian/control (original)
+++ trunk/libipc-shareable-perl/debian/control Sun Dec  2 13:33:24 2007
@@ -22,5 +22,3 @@
  Scalars, arrays, and hashes can be tied.  The variable being tied may
  contain arbitrarily complex data structures - including references to
  arrays, hashes of hashes, etc.
- .
- Homepage: http://search.cpan.org/~bsugars/IPC-Shareable/

Modified: trunk/libipc-shareable-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/rules?rev=10681&op=diff
==============================================================================
--- trunk/libipc-shareable-perl/debian/rules (original)
+++ trunk/libipc-shareable-perl/debian/rules Sun Dec  2 13:33:24 2007
@@ -28,7 +28,8 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) install PREFIX=`pwd`/debian/libipc-shareable-perl/usr
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libipc-shareable-perl/usr
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libipc-shareable-perl/usr/lib/perl5
 
 binary-indep: build install
 	dh_testdir
@@ -38,8 +39,6 @@
 	dh_installmenu
 	dh_installman
 	dh_installchangelogs CHANGES
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: trunk/libipc-shareable-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/watch?rev=10681&op=diff
==============================================================================
--- trunk/libipc-shareable-perl/debian/watch (original)
+++ trunk/libipc-shareable-perl/debian/watch Sun Dec  2 13:33:24 2007
@@ -1,6 +1,2 @@
-# See uscan(1) for format
-
 version=3
-
-# Uncomment to examine a Webserver directory
-http://search.cpan.org/CPAN/authors/id/B/BS/BSUGARS/IPC-Shareable-([0-9.-]*)\.tar\.gz
+http://search.cpan.org/dist/IPC-Shareable/ .*/IPC-Shareable-([[:digit:]].*)\.tar\.gz




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