r19801 - in /trunk/libdevel-leak-perl/debian: control rules

efaistos-guest at users.alioth.debian.org efaistos-guest at users.alioth.debian.org
Fri May 9 18:06:54 UTC 2008


Author: efaistos-guest
Date: Fri May  9 18:06:53 2008
New Revision: 19801

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19801
Log:
* removed debian/control Build-Depends-Indep line

Modified:
    trunk/libdevel-leak-perl/debian/control
    trunk/libdevel-leak-perl/debian/rules

Modified: trunk/libdevel-leak-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-leak-perl/debian/control?rev=19801&op=diff
==============================================================================
--- trunk/libdevel-leak-perl/debian/control (original)
+++ trunk/libdevel-leak-perl/debian/control Fri May  9 18:06:53 2008
@@ -1,8 +1,7 @@
 Source: libdevel-leak-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12)
+Build-Depends: debhelper (>= 5), perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Edi Stojicevic <estojicevic at debianworld.org>
 Standards-Version: 3.7.3

Modified: trunk/libdevel-leak-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-leak-perl/debian/rules?rev=19801&op=diff
==============================================================================
--- trunk/libdevel-leak-perl/debian/rules (original)
+++ trunk/libdevel-leak-perl/debian/rules Fri May  9 18:06:53 2008
@@ -27,7 +27,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
@@ -37,7 +36,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -45,7 +43,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP)
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/share/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
@@ -61,7 +58,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs 
-	dh_installchangelogs debian/changelog
+	dh_installchangelogs
 	dh_shlibdeps
 	dh_strip
 	dh_perl




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