r5667 - in /packages/libnetaddr-ip-perl/trunk/debian: ./ changelog control copyright rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Jun 28 16:19:04 UTC 2007


Author: gwolf
Date: Thu Jun 28 16:19:04 2007
New Revision: 5667

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5667
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/libnetaddr-ip-perl/trunk/debian/
    packages/libnetaddr-ip-perl/trunk/debian/changelog
    packages/libnetaddr-ip-perl/trunk/debian/control
    packages/libnetaddr-ip-perl/trunk/debian/copyright
    packages/libnetaddr-ip-perl/trunk/debian/rules   (with props)

Added: packages/libnetaddr-ip-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetaddr-ip-perl/trunk/debian/changelog?rev=5667&op=file
==============================================================================
--- packages/libnetaddr-ip-perl/trunk/debian/changelog (added)
+++ packages/libnetaddr-ip-perl/trunk/debian/changelog Thu Jun 28 16:19:04 2007
@@ -1,0 +1,41 @@
+libnetaddr-ip-perl (3.14-2) unstable; urgency=low
+
+  * Changed section to 'perl'
+
+ -- Elie Rosenblum <fnord at debian.org>  Tue, 26 Aug 2003 14:48:25 -0400
+
+libnetaddr-ip-perl (3.14-1) unstable; urgency=low
+
+  * New upstream version
+  * Fixed build to happen in binary-indep rather than binary-arch
+
+ -- Elie Rosenblum <fnord at cosanostra.net>  Tue, 26 Aug 2003 07:49:49 -0400
+
+libnetaddr-ip-perl (3.11-1) unstable; urgency=low
+
+  * Included all changes from patch by Ivan Kohler <ivan-debian at 420.am>
+  * Build binary-indep, not binary-arch (closes: #157491)
+  * New upstream version (closes: #142576, #161625)
+  * Added maint name to copyright file (closes: #157522)
+
+ -- Elie Rosenblum <fnord at debian.org>  Sun, 22 Sep 2002 13:27:17 -0400
+
+libnetaddr-ip-perl (3.07-1) unstable; urgency=low
+
+  * New upstream version (fixes #142576)
+
+ -- Elie Rosenblum <fnord at debian.org>  Mon, 15 Apr 2002 12:46:09 -0400
+
+libnetaddr-ip-perl (2.24-1) unstable; urgency=low
+
+  * New upstream release fixes potential license problem and adds requested
+    functionality.
+
+ -- Elie Rosenblum <fnord at debian.org>  Mon, 27 Aug 2001 20:42:55 -0400
+
+libnetaddr-ip-perl (2.23-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Elie Rosenblum <fnord at debian.org>  Fri, 24 Aug 2001 10:01:14 -0400
+

Added: packages/libnetaddr-ip-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetaddr-ip-perl/trunk/debian/control?rev=5667&op=file
==============================================================================
--- packages/libnetaddr-ip-perl/trunk/debian/control (added)
+++ packages/libnetaddr-ip-perl/trunk/debian/control Thu Jun 28 16:19:04 2007
@@ -1,0 +1,20 @@
+Source: libnetaddr-ip-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
+Maintainer: Elie Rosenblum <fnord at debian.org>
+Standards-Version: 3.5.8
+
+Package: libnetaddr-ip-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  Manipulate IP Addresses easily
+ This module provides a simple interface to the tedious bit manipulation
+ involved when handling IP address calculations.
+ .
+ It can perform:
+ Basic IP conversion, netmask manipulation, subnet interpretation, bitwise
+ mask generation, full mask generation, subnet manipulation, expansion, and
+ range operations, sub/supernet tests, data type determination, and more
+ complex operations such as expansion of netblocks into arrays of smaller
+ blocks of arbitrary size, and CIDR block aggregation

Added: packages/libnetaddr-ip-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetaddr-ip-perl/trunk/debian/copyright?rev=5667&op=file
==============================================================================
--- packages/libnetaddr-ip-perl/trunk/debian/copyright (added)
+++ packages/libnetaddr-ip-perl/trunk/debian/copyright Thu Jun 28 16:19:04 2007
@@ -1,0 +1,17 @@
+This is the debian package for the NetAddr::IP module.
+It was created by Elie Rosenblum <fnord at debian.org> using dh-make-perl.
+
+The upstream author is: 
+
+Luis E. Munoz <lem at cantv.net>.
+
+This software is (c) Luis E. Munoz. It can be used under the terms of
+the perl artistic license provided that proper credit for the work of
+the author is preserved in the form of this copyright notice and
+license for this module.
+
+This software comes with the same warranty as perl itself (ie, none), so
+by using it you accept any and all the liability.
+
+The perl artistic license can be found locally on a Debian system as:
+  /usr/share/common-licenses/Artistic

Added: packages/libnetaddr-ip-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetaddr-ip-perl/trunk/debian/rules?rev=5667&op=file
==============================================================================
--- packages/libnetaddr-ip-perl/trunk/debian/rules (added)
+++ packages/libnetaddr-ip-perl/trunk/debian/rules Thu Jun 28 16:19:04 2007
@@ -1,0 +1,86 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export DH_COMPAT=3
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+
+binary-arch: build install
+# We have nothing to do by default.
+
+binary-indep: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs README tutorial.htm
+#	dh_installexamples examples/*
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installmanpages
+#	dh_undocumented
+	dh_installchangelogs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: packages/libnetaddr-ip-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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