r3632 - in /packages/libio-interface-perl/trunk/debian: ./ changelog compat control copyright rules watch

segre at users.alioth.debian.org segre at users.alioth.debian.org
Sun Sep 3 02:22:01 UTC 2006


Author: segre
Date: Sun Sep  3 02:22:00 2006
New Revision: 3632

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3632
Log:
Load libio-interface-perl-0.98 into
packages/libio-interface-perl/trunk.

Added:
    packages/libio-interface-perl/trunk/debian/
    packages/libio-interface-perl/trunk/debian/changelog
    packages/libio-interface-perl/trunk/debian/compat
    packages/libio-interface-perl/trunk/debian/control
    packages/libio-interface-perl/trunk/debian/copyright
    packages/libio-interface-perl/trunk/debian/rules   (with props)
    packages/libio-interface-perl/trunk/debian/watch

Added: packages/libio-interface-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-interface-perl/trunk/debian/changelog?rev=3632&op=file
==============================================================================
--- packages/libio-interface-perl/trunk/debian/changelog (added)
+++ packages/libio-interface-perl/trunk/debian/changelog Sun Sep  3 02:22:00 2006
@@ -1,0 +1,28 @@
+libio-interface-perl (0.98-2) unstable; urgency=low
+
+  * New maintainer (in response to Matthias' mail, see
+    http://lists.debian.org/debian-devel/2006/05/msg02947.html)
+  * debian/control:
+    + Bump Standards-Version.
+    + Bump debhelper version to (>= 5.0.0), update debian/compat
+      accordingly.
+    + Slightly touch synopsis.
+  * debian/copyright:
+    + Update maintenance notes.
+  * Added debian/watch .
+
+ -- Zak B. Elep <zakame at spunge.org>  Thu, 29 Jun 2006 00:14:28 +0800
+
+libio-interface-perl (0.98-1) unstable; urgency=low
+
+  * Update to latest Upstream version.
+
+ -- Matthias Urlichs <smurf at debian.org>  Wed,  7 Jul 2004 22:22:53 +0200
+
+libio-interface-perl (0.97-1) unstable; urgency=low
+
+  * Initial Release.
+    - Closes:#231984
+
+ -- Matthias Urlichs <smurf at debian.org>  Fri, 30 Jan 2004 17:14:16 +0100
+

Added: packages/libio-interface-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-interface-perl/trunk/debian/compat?rev=3632&op=file
==============================================================================
--- packages/libio-interface-perl/trunk/debian/compat (added)
+++ packages/libio-interface-perl/trunk/debian/compat Sun Sep  3 02:22:00 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libio-interface-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-interface-perl/trunk/debian/control?rev=3632&op=file
==============================================================================
--- packages/libio-interface-perl/trunk/debian/control (added)
+++ packages/libio-interface-perl/trunk/debian/control Sun Sep  3 02:22:00 2006
@@ -1,0 +1,18 @@
+Source: libio-interface-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8)
+Maintainer: Zak B. Elep <zakame at spunge.org>
+Standards-Version: 3.7.2
+
+Package: libio-interface-perl
+Architecture: any
+Depends: ${perl:Depends}
+Description: socket methods to get/set interface characteristics
+ IO::Interface adds object-methods to IO::Socket objects to allow them
+ to get and set operational characteristics of network interface cards,
+ such as IP addresses, net masks, and so forth.  It is useful for
+ identifying runtime characteristics of cards, such as broadcast
+ addresses, and finding interfaces that satisfy certain criteria, such
+ as the ability to multicast.
+

Added: packages/libio-interface-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-interface-perl/trunk/debian/copyright?rev=3632&op=file
==============================================================================
--- packages/libio-interface-perl/trunk/debian/copyright (added)
+++ packages/libio-interface-perl/trunk/debian/copyright Sun Sep  3 02:22:00 2006
@@ -1,0 +1,25 @@
+This is the debian package for the IO::Interface module.
+It was created by Matthias Urlichs <smurf at debian.org>.
+It is now maintained by Zak B. Elep <zakame at spunge.org>.
+
+The upstream author is Lincoln Stein <lstein at cshl.org>.
+
+The Upstream author states that
+>> This library is free software; you can redistribute it and/or modify
+>> it under the same terms as Perl itself.
+
+As of 2004-01-19, Perl is licensed under these terms:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    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'.
+

Added: packages/libio-interface-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-interface-perl/trunk/debian/rules?rev=3632&op=file
==============================================================================
--- packages/libio-interface-perl/trunk/debian/rules (added)
+++ packages/libio-interface-perl/trunk/debian/rules Sun Sep  3 02:22:00 2006
@@ -1,0 +1,85 @@
+#!/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
+
+# 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
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP := $(shell pwd)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(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
+
+	$(MAKE) install PREFIX=$(TMP)/usr
+	-rmdir $(TMP)/usr/share/perl5
+
+# Build architecture-dependent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs 
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+	dh_installchangelogs Changes
+	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/libio-interface-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libio-interface-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-interface-perl/trunk/debian/watch?rev=3632&op=file
==============================================================================
--- packages/libio-interface-perl/trunk/debian/watch (added)
+++ packages/libio-interface-perl/trunk/debian/watch Sun Sep  3 02:22:00 2006
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/IO/IO-Interface-(.*)\.tar\.gz




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