r14080 - in /trunk/libnet-snpp-perl/debian: changelog control copyright patches/ patches/fix_manpage.patch patches/series rules watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sun Feb 3 08:38:26 UTC 2008


Author: tincho-guest
Date: Sun Feb  3 08:38:26 2008
New Revision: 14080

URL: http://svn.debian.org/wsvn/?sc=1&rev=14080
Log:
* debian/control:
- Removed old dependency on libnet-perl as we have perl 8 since oldstable.
- Added netbase to Build-Depends-Indep to properly run tests, and quilt.
- Bumped Standards-Version (no changes).
- Added myself to uploaders.
- Name ::Server too in description.
* debian/watch: add optional "v" version prefix.
* debian/rules: updated to current practises (Closes: #430665), and enable
  tests, and quilt.
* debian/copyright: converted to new format, use UTF-8, and update very old
  CP info.

Added:
    trunk/libnet-snpp-perl/debian/patches/
    trunk/libnet-snpp-perl/debian/patches/fix_manpage.patch
    trunk/libnet-snpp-perl/debian/patches/series
Modified:
    trunk/libnet-snpp-perl/debian/changelog
    trunk/libnet-snpp-perl/debian/control
    trunk/libnet-snpp-perl/debian/copyright
    trunk/libnet-snpp-perl/debian/rules
    trunk/libnet-snpp-perl/debian/watch

Modified: trunk/libnet-snpp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-snpp-perl/debian/changelog?rev=14080&op=diff
==============================================================================
--- trunk/libnet-snpp-perl/debian/changelog (original)
+++ trunk/libnet-snpp-perl/debian/changelog Sun Feb  3 08:38:26 2008
@@ -1,10 +1,24 @@
 libnet-snpp-perl (1.17-3) 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.
+
+  [ Martín Ferrari ]
+  * debian/control:
+  - Removed old dependency on libnet-perl as we have perl 8 since oldstable.
+  - Added netbase to Build-Depends-Indep to properly run tests, and quilt.
+  - Bumped Standards-Version (no changes).
+  - Added myself to uploaders.
+  - Name ::Server too in description.
+  * debian/watch: add optional "v" version prefix.
+  * debian/rules: updated to current practises (Closes: #430665), and enable
+    tests, and quilt.
+  * debian/copyright: converted to new format, use UTF-8, and update very old
+    CP info.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:13 +0200
 

Modified: trunk/libnet-snpp-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-snpp-perl/debian/control?rev=14080&op=diff
==============================================================================
--- trunk/libnet-snpp-perl/debian/control (original)
+++ trunk/libnet-snpp-perl/debian/control Sun Feb  3 08:38:26 2008
@@ -1,20 +1,22 @@
 Source: libnet-snpp-perl
+Priority: optional
+Section: 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>
-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>, Martín Ferrari <martin.ferrari at gmail.com>
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 5.0.0), quilt
+Build-Depends-Indep: perl (>= 5.8), netbase
 Homepage: http://search.cpan.org/dist/Net-SNPP/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-snpp-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-snpp-perl/
-Priority: optional
-Section: perl
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.6.0-16), perl (>= 5.8) | libnet-perl (>= 1.08)
 
 Package: libnet-snpp-perl
 Architecture: all
 Priority: optional
 Section: perl
-Depends: ${perl:Depends}, perl (>= 5.8) | libnet-perl (>= 1:1.09)
-Description: Perl module for accessing SNPP servers
- Net::SNPP is a Perl module that provides a Perl Developer access to the
- SNPP Simple Network Paging Protocol.
+Depends: ${perl:Depends}
+Description: perl module for accessing SNPP servers
+ Net::SNPP is a Perl module that provides access to the SNPP Simple Network
+ Paging Protocol. It also provides Net:SNPP::Server for creating SNPP servers.

Modified: trunk/libnet-snpp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libnet-snpp-perl/debian/copyright?rev=14080&op=diff
==============================================================================
--- trunk/libnet-snpp-perl/debian/copyright (original)
+++ trunk/libnet-snpp-perl/debian/copyright Sun Feb  3 08:38:26 2008
@@ -3,24 +3,27 @@
 Protocol) servers.
 
 This package was put together by Michael Alan Dorman
-<mdorman at debian.org>.  The original sources should always be available
-from the Comprehensive Perl Archive Network (CPAN). Visit
-<URL:http://www.perl.com/CPAN/> to find a CPAN site near you.
+<mdorman at debian.org>. The original sources can be found at:
+http://search.cpan.org/dist/Net-SNPP/
 
-The only change for the Debian package was the addition of the debian/
-files.
+Files: *
+Copyright: © 2003-2004 Al Tobey. All rights reserved.
+           © 2001-2003 Derek J. Balling. All rights reserved.
+           © 1995-2001 Graham Barr. All rights reserved.
+License: GPL-1+ | Artistic
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
-The Net::SNPP copright is as follows:
+Files: debian/*
+Copyright: © 2004-2008 Debian Perl Group <debian-perl at lists.debian.org>
+           © 2002 Bas Zoetekouw <bas at debian.org>
+           © 2001, 2003 Michael Alan Dorman <mdorman at debian.org>
+License: Other
+ This package has been through multiple maintainers, and it is supposed that
+ all of them had chosen a license compatible with upstream's license.
 
-COPYRIGHT
+Perl is distributed under your choice of the GNU General Public License or the
+Artistic License. On Debian GNU/Linux systems, the complete text of the GNU
+General Public License can be found in `/usr/share/common-licenses/GPL' and the
+Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
-  © 1995-2001 Graham Barr. All rights reserved.
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
-Share and Enjoy!
-
-Larry Wall's "Artistic License" for perl can be found in
-/usr/share/common-licenses/Artistic, and the GPL can be found in
-/usr/share/common-licenses/GPL-2.

Added: trunk/libnet-snpp-perl/debian/patches/fix_manpage.patch
URL: http://svn.debian.org/wsvn/trunk/libnet-snpp-perl/debian/patches/fix_manpage.patch?rev=14080&op=file
==============================================================================
--- trunk/libnet-snpp-perl/debian/patches/fix_manpage.patch (added)
+++ trunk/libnet-snpp-perl/debian/patches/fix_manpage.patch Sun Feb  3 08:38:26 2008
@@ -1,0 +1,13 @@
+Index: libnet-snpp-perl/lib/Net/SNPP/Server.pm
+===================================================================
+--- libnet-snpp-perl.orig/lib/Net/SNPP/Server.pm
++++ libnet-snpp-perl/lib/Net/SNPP/Server.pm
+@@ -12,7 +12,7 @@ $counter = 0;
+ 
+ =head1 NAME
+ 
+-Net::SNPP::Server
++Net::SNPP::Server - SNPP server library
+ 
+ =head1 DESCRIPTION
+ 

Added: trunk/libnet-snpp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libnet-snpp-perl/debian/patches/series?rev=14080&op=file
==============================================================================
--- trunk/libnet-snpp-perl/debian/patches/series (added)
+++ trunk/libnet-snpp-perl/debian/patches/series Sun Feb  3 08:38:26 2008
@@ -1,0 +1,1 @@
+fix_manpage.patch

Modified: trunk/libnet-snpp-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-snpp-perl/debian/rules?rev=14080&op=diff
==============================================================================
--- trunk/libnet-snpp-perl/debian/rules (original)
+++ trunk/libnet-snpp-perl/debian/rules Sun Feb  3 08:38:26 2008
@@ -1,62 +1,55 @@
 #!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
-PERL ?= /usr/bin/perl
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
 
-b := $(shell pwd)/debian/libnet-snpp-perl
+PACKAGE	= $(shell dh_listpackages)
+PERL   ?= /usr/bin/perl
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-arrange: arrange-stamp
-arrange-stamp: install
-	dh_testdir
-	touch arrange-stamp
-
-binary: binary-stamp
-binary-stamp: binary-indep binary-arch
-	dh_testdir
-	touch binary-stamp
-
-binary-arch: binary-arch-stamp
-binary-arch-stamp: arrange
-	dh_testdir
-	touch binary-arch-stamp
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installexamples
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-	touch binary-indep-stamp
+include /usr/share/quilt/quilt.make
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	touch build-stamp
+	$(MAKE) test
+	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
-	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
-	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp install-stamp
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 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
+	dh_testroot
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty \
+		--parents --verbose $(TMP)/usr/lib/perl5
+	touch $@
 
-.PHONY: arrange binary binary-arch binary-indep build clean install
+binary-arch:
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: binary binary-arch binary-indep build clean install

Modified: trunk/libnet-snpp-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libnet-snpp-perl/debian/watch?rev=14080&op=diff
==============================================================================
--- trunk/libnet-snpp-perl/debian/watch (original)
+++ trunk/libnet-snpp-perl/debian/watch Sun Feb  3 08:38:26 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Net-SNPP/ .*/Net-SNPP-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Net-SNPP/ .*/Net-SNPP-v?([[:digit:]].*)\.tar\.gz




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