r8360 - in /trunk/libwww-mechanize-shell-perl/debian: changelog control rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Fri Oct 19 21:27:45 UTC 2007


Author: hanska-guest
Date: Fri Oct 19 21:27:45 2007
New Revision: 8360

URL: http://svn.debian.org/wsvn/?sc=1&rev=8360
Log:
HTML::Display is in the repository, it lacks copyright info.
Please refer to libhtml-display-perl/debian/copyright for further
reference. -- David

* debian/control: Depends field wrapped
* debian/rules cleaned up

Modified:
    trunk/libwww-mechanize-shell-perl/debian/changelog
    trunk/libwww-mechanize-shell-perl/debian/control
    trunk/libwww-mechanize-shell-perl/debian/rules

Modified: trunk/libwww-mechanize-shell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/changelog?rev=8360&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Fri Oct 19 21:27:45 2007
@@ -1,7 +1,10 @@
 libwww-mechanize-shell-perl (0.46-1) UNRELEASED; urgency=low
 
-  NEEDS HTML::Display (was included before)
-
+  HTML::Display is in the repository, it lacks copyright info.
+  Please refer to libhtml-display-perl/debian/copyright for further
+  reference. -- David
+  
+  [ gregor herrmann ]
   * New upstream release.
   * Unsetting HTTP_PROXY and http_proxy in debian/rules no longer need,
     fixed upstream.
@@ -9,7 +12,11 @@
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:19 +0200
+  [ David Paleino ]
+  * debian/control: Depends field wrapped
+  * debian/rules cleaned up
+
+ -- David Paleino <d.paleino at gmail.com>  Fri, 19 Oct 2007 23:11:35 +0200
 
 libwww-mechanize-shell-perl (0.44-3) unstable; urgency=medium
 

Modified: trunk/libwww-mechanize-shell-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/control?rev=8360&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/control (original)
+++ trunk/libwww-mechanize-shell-perl/debian/control Fri Oct 19 21:27:45 2007
@@ -17,7 +17,9 @@
 
 Package: libwww-mechanize-shell-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libhtml-parser-perl, libhook-lexwrap-perl, libwww-perl, libwww-mechanize-perl, libwww-mechanize-formfiller-perl, libterm-shell-perl, libhtml-tokeparser-simple-perl, libhtml-tableextract-perl, libfile-modified-perl, libhtml-display-perl
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libhtml-parser-perl, libhook-lexwrap-perl, libwww-perl, 
+ libwww-mechanize-perl, libwww-mechanize-formfiller-perl, libterm-shell-perl, libhtml-tokeparser-simple-perl, 
+ libhtml-tableextract-perl, libfile-modified-perl, libhtml-display-perl
 Description:  An interactive shell for WWW::Mechanize
  This module implements a www-like shell above WWW::Mechanize and also
  has the capability to output crude Perl code that recreates the

Modified: trunk/libwww-mechanize-shell-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/rules?rev=8360&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Fri Oct 19 21:27:45 2007
@@ -23,12 +23,11 @@
 build-stamp:
 	dh_testdir
 
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
@@ -36,7 +35,6 @@
 
 	dh_clean build-stamp install-stamp
 
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: build install-stamp
@@ -45,19 +43,12 @@
 	dh_testroot
 	dh_clean -k
 
-	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
-	touch install-stamp
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
-
 binary-indep: build install
 	dh_testdir
 	dh_testroot




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