r22025 - in /trunk/libnetwork-ipv4addr-perl/debian: changelog control copyright rules

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Fri Jun 20 23:19:07 UTC 2008


Author: thialme-guest
Date: Fri Jun 20 23:19:07 2008
New Revision: 22025

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22025
Log:
Recreated the debian directory from scratch.

Modified:
    trunk/libnetwork-ipv4addr-perl/debian/changelog
    trunk/libnetwork-ipv4addr-perl/debian/control
    trunk/libnetwork-ipv4addr-perl/debian/copyright
    trunk/libnetwork-ipv4addr-perl/debian/rules

Modified: trunk/libnetwork-ipv4addr-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/changelog?rev=22025&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/changelog (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/changelog Fri Jun 20 23:19:07 2008
@@ -1,8 +1,10 @@
-libnetwork-ipv4addr-perl (0.10-1.2) UNRELEASED; urgency=low
+libnetwork-ipv4addr-perl (0.10-2) UNRELEASED; urgency=low
 
   * New maintainer (Closes: #485997).
+  * Removed the debian directory from the upstream source.
+    http://rt.cpan.org/Public/Bug/Display.html?id=36973
 
- -- Franck Joncourt <franck.mail at dthconnex.com.>  Thu, 19 Jun 2008 20:04:09 +0200
+ -- Franck Joncourt <franck.mail at dthconnex.com>  Thu, 19 Jun 2008 20:04:09 +0200
 
 libnetwork-ipv4addr-perl (0.10-1.1) unstable; urgency=low
 

Modified: trunk/libnetwork-ipv4addr-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/control?rev=22025&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/control (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/control Fri Jun 20 23:19:07 2008
@@ -2,16 +2,20 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.10.0-10)
+Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Franck Joncourt <franck.mail at dthconnex.com>
 Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Net-IPv4Addr/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnetwork-ipv4addr-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/
 
 Package: libnetwork-ipv4addr-perl
 Architecture: all
 Depends: ${perl:Depends}
-Description: The Net::IPv4Addr perl module API and ipv4calc script
- ipv4calc can be used to calculate the netmask, broadcast and network
- address of an IPv4 (Internet) address.
+Description: Perl extension for manipulating IPv4 addresses
+ Net::IPv4Addr provides functions for parsing IPv4 addresses both
+ in traditional address/netmask format and in the new CIDR format.
+ There are also methods for calculating the network and broadcast
+ address and also to see check if a given address is in a specific
+ network.

Modified: trunk/libnetwork-ipv4addr-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/copyright?rev=22025&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/copyright (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/copyright Fri Jun 20 23:19:07 2008
@@ -1,14 +1,26 @@
-This package was debianized by Bernd Eckenfels <ecki at lina.inka.de> on
-Sat, 25 Sep 1999 01:26:34 +0200.
+This package was debianized by Franck Joncourt <franck.mail at dthconnex.com> on
+Fri, 20 June 2008 23:32:18 +0200.
 
-It was downloaded from http://iNDev.iNsu.COM/IPv4Addr/
+It was downloaded from http://search.cpan.org/dist/Net-IPv4Addr/
 
-Upstream Author(s): Francis J. Lacoste <francis.lacoste at iNsu.COM>
+Upstream Author:
+        
+        Francis J. Lacost
 
 Copyright:
 
-Copyright (c) 1999 Francis J. Lacoste and iNsu Innovations Inc . 
-All rights reserved.
+    Copyright (C) by 1999-2000 Francis J. Lacoste and iNsu Innovations Inc. 
+    All rights reserved
 
-This package is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
+License:
+
+    This library is free software; you can redistribute it and/or modify
+    it under the same terms as Perl itself.
+
+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'.
+
+Debian packaging is (C) 2008, Franck Joncourt <franck.mail at dthconnex.com> and
+is licensed under the same terms as Perl itself.

Modified: trunk/libnetwork-ipv4addr-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetwork-ipv4addr-perl/debian/rules?rev=22025&op=diff
==============================================================================
--- trunk/libnetwork-ipv4addr-perl/debian/rules (original)
+++ trunk/libnetwork-ipv4addr-perl/debian/rules Fri Jun 20 23:19:07 2008
@@ -1,85 +1,60 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=1
+# 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
 
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =`pwd`/debian/tmp
-#archlib =`$(PERL) -MConfig -e 'print $$Config{installarchlib}'`
-#config  =INSTALLDIRS=perl INSTALLMAN1DIR=$(TMP)/usr/share/man/man1 INSTALLMAN3DIR=$(TMP)/usr/share/man/man3 INSTALLPRIVLIB=$(TMP)/usr/lib/perl5 INSTALLARCHLIB=$(TMP)$(archlib)
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL
-	$(MAKE) 
-	touch build-stamp
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
 
 clean:
 	dh_testdir
-	rm -f build-stamp install-stamp
-	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-	-rm -rf blib/ Makefile.old Makefile
-	dh_clean
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
-	install -m 755 blib/script/ipv4calc debian/tmp/usr/bin
-	install -m 644 blib/lib/Net/IPv4Addr.pm debian/tmp/usr/lib/perl5/Net/IPv4Addr.pm
-	touch install-stamp
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
 
-# Build architecture-independent files here.
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
 binary-indep: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
-	dh_installdocs
-	dh_installexamples
-#	dh_installmenu
-#	dh_installemacsen
-#	dh_installpam
-	dh_installinit
-	dh_installcron
-	dh_installmanpages
-#	dh_installinfo
-#	dh_undocumented
+	dh_installdocs NEWS
 	dh_installchangelogs ChangeLog
-	dh_link
-	dh_strip
+	dh_perl
 	dh_compress
 	dh_fixperms
-	# You may want to make some executables suid here.
-	dh_suidregister
-#	dh_makeshlibs
 	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol -- -isp
+	dh_gencontrol
 	dh_md5sums
-	dpkg --build debian/tmp ..
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+	dh_builddeb
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install




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