r13374 - in /trunk/libnet-tftp-perl/debian: changelog compat control copyright rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Thu Jan 24 05:17:32 UTC 2008


Author: rmayorga-guest
Date: Thu Jan 24 05:17:31 2008
New Revision: 13374

URL: http://svn.debian.org/wsvn/?sc=1&rev=13374
Log:
* Prepare package for perl 5.10 update
* debian/control
  + Wrap uploaders field
  + set standards-version to 3.7.3(no changes needed)
  + Raise debhelper version to 6
  + Remove libnet-perl and perl >= 5.6.0.17 from B-D-I
  + Remove libnet-perl and perl, also add ${misc:Depends} to Depends field
* debian/rules
  + use dh_listpackages instead of a hardcode package name
  + don't install README, it doesn't have any valueble info
  + remove dh_installexamples and dh_installdirs
  + use $@ for touching -stamp files

Modified:
    trunk/libnet-tftp-perl/debian/changelog
    trunk/libnet-tftp-perl/debian/compat
    trunk/libnet-tftp-perl/debian/control
    trunk/libnet-tftp-perl/debian/copyright
    trunk/libnet-tftp-perl/debian/rules

Modified: trunk/libnet-tftp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-tftp-perl/debian/changelog?rev=13374&op=diff
==============================================================================
--- trunk/libnet-tftp-perl/debian/changelog (original)
+++ trunk/libnet-tftp-perl/debian/changelog Thu Jan 24 05:17:31 2008
@@ -1,12 +1,27 @@
 libnet-tftp-perl (0.17-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/watch: use dist-based URL.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:15 +0200
+  [ Rene Mayorga ]
+  * Prepare package for perl 5.10 update
+  * debian/control
+    + Wrap uploaders field
+    + set standards-version to 3.7.3(no changes needed)
+    + Raise debhelper version to 6
+    + Remove libnet-perl and perl >= 5.6.0.17 from B-D-I
+    + Remove libnet-perl and perl, also add ${misc:Depends} to Depends field
+  * debian/rules
+    + use dh_listpackages instead of a hardcode package name
+    + don't install README, it doesn't have any valueble info
+    + remove dh_installexamples and dh_installdirs
+    + use $@ for touching -stamp files
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Wed, 23 Jan 2008 22:44:19 -0600
 
 libnet-tftp-perl (0.17-1) unstable; urgency=low
 

Modified: trunk/libnet-tftp-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libnet-tftp-perl/debian/compat?rev=13374&op=diff
==============================================================================
--- trunk/libnet-tftp-perl/debian/compat (original)
+++ trunk/libnet-tftp-perl/debian/compat Thu Jan 24 05:17:31 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libnet-tftp-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-tftp-perl/debian/control?rev=13374&op=diff
==============================================================================
--- trunk/libnet-tftp-perl/debian/control (original)
+++ trunk/libnet-tftp-perl/debian/control Thu Jan 24 05:17:31 2008
@@ -1,20 +1,22 @@
 Source: libnet-tftp-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
-Standards-Version: 3.7.2
+Uploaders: Joachim Breitner <nomeata at debian.org>, 
+ gregor herrmann <gregor+debian at comodo.priv.at>, 
+  Carlo Segre <segre at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Net-TFTP/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-tftp-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-tftp-perl/
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.6.0-17), perl (>= 5.8) | libnet-perl (>= 1.08)
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: perl (>= 5.8)
 
 Package: libnet-tftp-perl
 Architecture: all
 Priority: optional
 Section: perl
-Depends: ${perl:Depends}, perl (>= 5.8) | libnet-perl (>= 1.08)
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: Perl module for accessing TFTP servers
  Net::TFTP is a Perl module that provides a Perl Developer access to the
  TFTP protocol.

Modified: trunk/libnet-tftp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libnet-tftp-perl/debian/copyright?rev=13374&op=diff
==============================================================================
--- trunk/libnet-tftp-perl/debian/copyright (original)
+++ trunk/libnet-tftp-perl/debian/copyright Thu Jan 24 05:17:31 2008
@@ -13,7 +13,7 @@
 
 COPYRIGHT
 
-  © 1996-2001 Graham Barr. All rights reserved.
+  © 1996-2001 Graham Barr. All rights reserved.
   Copyright (c) 1998,2007 Graham Barr. All rights reserved.
 
 This library is free software; you can redistribute it and/or modify

Modified: trunk/libnet-tftp-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-tftp-perl/debian/rules?rev=13374&op=diff
==============================================================================
--- trunk/libnet-tftp-perl/debian/rules (original)
+++ trunk/libnet-tftp-perl/debian/rules Thu Jan 24 05:17:31 2008
@@ -2,29 +2,29 @@
 
 PERL ?= /usr/bin/perl
 
-b := $(shell pwd)/debian/libnet-tftp-perl
+PACKAGE = $(shell dh_listpackages)
+b     = $(CURDIR)/debian/$(PACKAGE)
 
 arrange: arrange-stamp
 arrange-stamp: install
 	dh_testdir
-	touch arrange-stamp
+	touch $@
 
 binary: binary-stamp
 binary-stamp: binary-indep binary-arch
 	dh_testdir
-	touch binary-stamp
+	touch $@
 
 binary-arch: binary-arch-stamp
 binary-arch-stamp: arrange
 	dh_testdir
-	touch binary-arch-stamp
+	touch $@
 
 binary-indep: binary-indep-stamp
 binary-indep-stamp: arrange
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
-	dh_installexamples
+	dh_installdocs
 	dh_installchangelogs
 	dh_compress
 	dh_fixperms
@@ -33,30 +33,29 @@
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
-	touch binary-indep-stamp
+	touch $@
 
 build: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp install-stamp
 	if [ -e Makefile ]; then $(MAKE) distclean; fi
-	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp install-stamp
 
 install: install-stamp
 install-stamp: build
 	dh_testdir
-	dh_installdirs
 	$(MAKE) install PREFIX=$(b)/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:
 	[ ! -d $(b)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(b)/usr/lib/perl5
-	touch install-stamp
+	touch $@
 
 .PHONY: arrange binary binary-arch binary-indep build clean install




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