r19695 - in /trunk/librelative-perl/debian: changelog control copyright rules

efaistos-guest at users.alioth.debian.org efaistos-guest at users.alioth.debian.org
Thu May 8 16:24:29 UTC 2008


Author: efaistos-guest
Date: Thu May  8 16:24:28 2008
New Revision: 19695

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19695
Log:
Modification of debian/rules, debian/control and debian/changelog

Modified:
    trunk/librelative-perl/debian/changelog
    trunk/librelative-perl/debian/control
    trunk/librelative-perl/debian/copyright
    trunk/librelative-perl/debian/rules

Modified: trunk/librelative-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librelative-perl/debian/changelog?rev=19695&op=diff
==============================================================================
--- trunk/librelative-perl/debian/changelog (original)
+++ trunk/librelative-perl/debian/changelog Thu May  8 16:24:28 2008
@@ -1,13 +1,3 @@
-librelative-perl (0.04-2) unstable; urgency=low
-
-  * debian/control  : Added libuniversal-require-perl in Build-Depends-Indep
-  * debian/control  : Changed Maintainer to Debian Perl Group
-  * debian/control  : Added Uploaders
-  * debian/rules    : Commented installation of eg/
-  * debian/copyright: Changed some copyright in the file
-
- -- Edi Stojicevic <estojicevic at debianworld.org>  Thu, 08 May 2008 14:01:20 +0100
- 
 librelative-perl (0.04-1) unstable; urgency=low
 
   * Initial Release. (Closes: #478518)

Modified: trunk/librelative-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librelative-perl/debian/control?rev=19695&op=diff
==============================================================================
--- trunk/librelative-perl/debian/control (original)
+++ trunk/librelative-perl/debian/control Thu May  8 16:24:28 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.6.10-12), libuniversal-require-perl 
+Build-Depends-Indep: perl (>= 5.6.10-12), libuniversal-require-perl, libtest-pod-perl, libtest-pod-coverage-perl 
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Edi Stojicevic <estojicevic at debianworld.org>
 Standards-Version: 3.7.3
@@ -26,4 +26,3 @@
     my ($Maker, $Publisher) = import relative qw(Create Publish);
     my $report    = $Maker->new;
     my $publisher = $Publisher->new;
- .

Modified: trunk/librelative-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librelative-perl/debian/copyright?rev=19695&op=diff
==============================================================================
--- trunk/librelative-perl/debian/copyright (original)
+++ trunk/librelative-perl/debian/copyright Thu May  8 16:24:28 2008
@@ -4,7 +4,7 @@
 
 Upstream author: Sébastien Aperghis-Tramoni <maddingue at free.fr>
 
-Upstream source location: http://search.cpan.org/~saper/relative-0.04/lib/relative.pm
+Upstream source location: http://search.cpan.org/dist/relative/
 
 License and copyright:
 

Modified: trunk/librelative-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librelative-perl/debian/rules?rev=19695&op=diff
==============================================================================
--- trunk/librelative-perl/debian/rules (original)
+++ trunk/librelative-perl/debian/rules Thu May  8 16:24:28 2008
@@ -21,7 +21,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
@@ -31,7 +30,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
 install: install-stamp
@@ -39,7 +37,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
 	touch $@
 
@@ -49,9 +46,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README eg/README
-#	dh_installexamples eg/*
 	dh_installchangelogs Changes
+	dh_installdocs 
 	dh_perl
 	dh_compress
 	dh_fixperms




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