r17132 - in /trunk/libnet-dns-async-perl/debian: copyright rules

waja-guest at users.alioth.debian.org waja-guest at users.alioth.debian.org
Mon Mar 10 08:49:56 UTC 2008


Author: waja-guest
Date: Mon Mar 10 08:49:55 2008
New Revision: 17132

URL: http://svn.debian.org/wsvn/?sc=1&rev=17132
Log:
some more cleanup

Modified:
    trunk/libnet-dns-async-perl/debian/copyright
    trunk/libnet-dns-async-perl/debian/rules

Modified: trunk/libnet-dns-async-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libnet-dns-async-perl/debian/copyright?rev=17132&op=diff
==============================================================================
--- trunk/libnet-dns-async-perl/debian/copyright (original)
+++ trunk/libnet-dns-async-perl/debian/copyright Mon Mar 10 08:49:55 2008
@@ -13,6 +13,6 @@
 GNU General Public License can be found in `/usr/share/common-licenses/GPL'
 and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
-The Debian packaging is (C) 2008, Jan Wagner <waja at cyconet.org>, 
+The Debian packaging is (C) 2008, Jan Wagner <waja at cyconet.org>,
 Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> and
 is licensed under the same terms as the software itself (see above).

Modified: trunk/libnet-dns-async-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-dns-async-perl/debian/rules?rev=17132&op=diff
==============================================================================
--- trunk/libnet-dns-async-perl/debian/rules (original)
+++ trunk/libnet-dns-async-perl/debian/rules Mon Mar 10 08:49:55 2008
@@ -26,6 +26,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	# leave  2nd test out, cause it needs network connection
 	$(MAKE) test TEST_FILES="t/01_use.t"
 
 	touch $@
@@ -58,7 +59,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs
 	dh_perl
 	dh_compress




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