r7552 - in /trunk/libxml-dom-xpath-perl/debian: README.Debian changelog rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Sep 13 15:25:54 UTC 2007


Author: hanska-guest
Date: Thu Sep 13 15:25:54 2007
New Revision: 7552

URL: http://svn.debian.org/wsvn/?sc=1&rev=7552
Log:
Removing unneeded files and empty line from changelog.
Removing unneeded dh_* calls from debian/rules, as well
as adding test unit to it.

Removed:
    trunk/libxml-dom-xpath-perl/debian/README.Debian
Modified:
    trunk/libxml-dom-xpath-perl/debian/changelog
    trunk/libxml-dom-xpath-perl/debian/rules

Modified: trunk/libxml-dom-xpath-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-dom-xpath-perl/debian/changelog?rev=7552&op=diff
==============================================================================
--- trunk/libxml-dom-xpath-perl/debian/changelog (original)
+++ trunk/libxml-dom-xpath-perl/debian/changelog Thu Sep 13 15:25:54 2007
@@ -3,4 +3,3 @@
   * Initial release (Closes: #442118)
 
  -- David Paleino <d.paleino at gmail.com>  Thu, 13 Sep 2007 10:14:03 +0200
-

Modified: trunk/libxml-dom-xpath-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-dom-xpath-perl/debian/rules?rev=7552&op=diff
==============================================================================
--- trunk/libxml-dom-xpath-perl/debian/rules (original)
+++ trunk/libxml-dom-xpath-perl/debian/rules Thu Sep 13 15:25:54 2007
@@ -15,15 +15,16 @@
 		VENDORARCHEXP=/usr/share/perl5 \
 		INSTALLVENDORARCH=/usr/share/perl5
 	$(MAKE)
+	$(MAKE) test
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp
+
 	[ ! -f Makefile ] || $(MAKE) distclean
-
-	dh_clean build-stamp
 
 install: build
 	dh_testdir
@@ -39,14 +40,10 @@
 	dh_testroot
 	dh_installchangelogs Changes
 	dh_installdocs
-	dh_installman
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_perl
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




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