r58966 - in /trunk/libnet-tftp-perl/debian: changelog compat control rules source/ source/format

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Jun 6 13:41:40 UTC 2010


Author: carnil-guest
Date: Sun Jun  6 13:36:55 2010
New Revision: 58966

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58966
Log:
* Convert to '3.0 (quilt)' source package format.
* debian/compat: Bump to compat level 7.
* debian/rules: Simplify debian/rules to a tiny rules file.
* debian/control:
  - Bump Build-Depends on debhelper (>= 7).
  - Add Build-Depends-Indep on libtest-mockmodule-perl, libtest-warn-perl
    and alternative on perl (>= 5.10.1) | libtest-simple-perl (>= 0.8701).
  - Change versioned Build-Depends-Indep on perl to an unversioned
    dependency.

Added:
    trunk/libnet-tftp-perl/debian/source/
    trunk/libnet-tftp-perl/debian/source/format
Modified:
    trunk/libnet-tftp-perl/debian/changelog
    trunk/libnet-tftp-perl/debian/compat
    trunk/libnet-tftp-perl/debian/control
    trunk/libnet-tftp-perl/debian/rules

Modified: trunk/libnet-tftp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-tftp-perl/debian/changelog?rev=58966&op=diff
==============================================================================
--- trunk/libnet-tftp-perl/debian/changelog (original)
+++ trunk/libnet-tftp-perl/debian/changelog Sun Jun  6 13:36:55 2010
@@ -10,8 +10,17 @@
   [ Salvatore Bonaccorso ]
   * New upstream release.
   * Add myself to Uploaders.
+  * Convert to '3.0 (quilt)' source package format.
+  * debian/compat: Bump to compat level 7.
+  * debian/rules: Simplify debian/rules to a tiny rules file.
+  * debian/control:
+    - Bump Build-Depends on debhelper (>= 7).
+    - Add Build-Depends-Indep on libtest-mockmodule-perl, libtest-warn-perl
+      and alternative on perl (>= 5.10.1) | libtest-simple-perl (>= 0.8701).
+    - Change versioned Build-Depends-Indep on perl to an unversioned
+      dependency.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 06 Jun 2010 15:27:12 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 06 Jun 2010 15:34:42 +0200
 
 libnet-tftp-perl (0.17-2) unstable; urgency=low
 
@@ -72,7 +81,7 @@
 libnet-tftp-perl (0.13-1.1) unstable; urgency=low
 
   * Non-maintainer upload (BSP)
-  * Fixed depends and build-depends for perl 5.8	
+  * Fixed depends and build-depends for perl 5.8        
 
  -- Bas Zoetekouw <bas at debian.org>  Sun,  1 Sep 2002 14:51:30 +0000
 

Modified: trunk/libnet-tftp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-tftp-perl/debian/compat?rev=58966&op=diff
==============================================================================
--- trunk/libnet-tftp-perl/debian/compat (original)
+++ trunk/libnet-tftp-perl/debian/compat Sun Jun  6 13:36:55 2010
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libnet-tftp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-tftp-perl/debian/control?rev=58966&op=diff
==============================================================================
--- trunk/libnet-tftp-perl/debian/control (original)
+++ trunk/libnet-tftp-perl/debian/control Sun Jun  6 13:36:55 2010
@@ -1,21 +1,23 @@
 Source: libnet-tftp-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtest-mockmodule-perl, libtest-warn-perl, perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.8701)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Benoit Mortier <benoit.mortier at opensides.be>, Carlo Segre <segre at debian.org>, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl (>= 5.8)
+Uploaders: Benoit Mortier <benoit.mortier at opensides.be>,
+ Carlo Segre <segre at debian.org>,
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Standards-Version: 3.8.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/viewsvn/pkg-perl/trunk/libnet-tftp-perl/
 
-
 Package: libnet-tftp-perl
 Architecture: all
+Section: perl
 Priority: optional
-Section: perl
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl: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/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-tftp-perl/debian/rules?rev=58966&op=diff
==============================================================================
--- trunk/libnet-tftp-perl/debian/rules (original)
+++ trunk/libnet-tftp-perl/debian/rules Sun Jun  6 13:36:55 2010
@@ -1,61 +1,4 @@
 #!/usr/bin/make -f
 
-PERL ?= /usr/bin/perl
-
-PACKAGE = $(shell dh_listpackages)
-b     = $(CURDIR)/debian/$(PACKAGE)
-
-arrange: arrange-stamp
-arrange-stamp: install
-	dh_testdir
-	touch $@
-
-binary: binary-stamp
-binary-stamp: binary-indep binary-arch
-	dh_testdir
-	touch $@
-
-binary-arch: binary-arch-stamp
-binary-arch-stamp: arrange
-	dh_testdir
-	touch $@
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-	touch $@
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	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
-
-install: install-stamp
-install-stamp: build
-	dh_testdir
-	$(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 $@
-
-.PHONY: arrange binary binary-arch binary-indep build clean install
+%:
+	dh $@

Added: trunk/libnet-tftp-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-tftp-perl/debian/source/format?rev=58966&op=file
==============================================================================
--- trunk/libnet-tftp-perl/debian/source/format (added)
+++ trunk/libnet-tftp-perl/debian/source/format Sun Jun  6 13:36:55 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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