r70743 - in /trunk/libio-interface-perl/debian: changelog compat control copyright docs rules source/ source/format

rra at users.alioth.debian.org rra at users.alioth.debian.org
Mon Mar 7 00:14:05 UTC 2011


Author: rra
Date: Mon Mar  7 00:13:34 2011
New Revision: 70743

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70743
Log:
dh-make-perl refresh

* Update debhelper compatibility level to V8.
  - Use debhelper rule minimization.
* Change the Debian source format to 3.0 (quilt).
* Rewrite debian/copyright in the proposed DEP-5 format.
* Drop version on perl build dependency satisfied in oldstable.

Added:
    trunk/libio-interface-perl/debian/docs
    trunk/libio-interface-perl/debian/source/
    trunk/libio-interface-perl/debian/source/format
Modified:
    trunk/libio-interface-perl/debian/changelog
    trunk/libio-interface-perl/debian/compat
    trunk/libio-interface-perl/debian/control
    trunk/libio-interface-perl/debian/copyright
    trunk/libio-interface-perl/debian/rules

Modified: trunk/libio-interface-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/changelog?rev=70743&op=diff
==============================================================================
--- trunk/libio-interface-perl/debian/changelog (original)
+++ trunk/libio-interface-perl/debian/changelog Mon Mar  7 00:13:34 2011
@@ -10,6 +10,11 @@
 
   [ Russ Allbery ]
   * Remove myself from Uploaders.
+  * Update debhelper compatibility level to V8.
+    - Use debhelper rule minimization.
+  * Change the Debian source format to 3.0 (quilt).
+  * Rewrite debian/copyright in the proposed DEP-5 format.
+  * Drop version on perl build dependency satisfied in oldstable.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:57 +0100
 

Modified: trunk/libio-interface-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/compat?rev=70743&op=diff
==============================================================================
--- trunk/libio-interface-perl/debian/compat (original)
+++ trunk/libio-interface-perl/debian/compat Mon Mar  7 00:13:34 2011
@@ -1,1 +1,1 @@
-6
+8

Modified: trunk/libio-interface-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/control?rev=70743&op=diff
==============================================================================
--- trunk/libio-interface-perl/debian/control (original)
+++ trunk/libio-interface-perl/debian/control Mon Mar  7 00:13:34 2011
@@ -1,10 +1,10 @@
 Source: libio-interface-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 8), netbase, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Zak B. Elep <zakame at spunge.org>,
  gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 6), perl (>= 5.8), netbase
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/IO-Interface/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-interface-perl/
@@ -12,7 +12,7 @@
 
 Package: libio-interface-perl
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs: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,
@@ -20,4 +20,3 @@
  identifying runtime characteristics of cards, such as broadcast
  addresses, and finding interfaces that satisfy certain criteria, such
  as the ability to multicast.
-

Modified: trunk/libio-interface-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/copyright?rev=70743&op=diff
==============================================================================
--- trunk/libio-interface-perl/debian/copyright (original)
+++ trunk/libio-interface-perl/debian/copyright Mon Mar  7 00:13:34 2011
@@ -1,27 +1,34 @@
-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>.
+Format-Specification:
+ http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Contact: Lincoln Stein <lstein at cshl.org>
+Source: http://search.cpan.org/dist/IO-Interface/
+Upstream-Name: IO-Interface
 
-The upstream author is Lincoln Stein <lstein at cshl.org>.
+Files: *
+Copyright: 2000-2008 Lincoln Stein <lstein at cshl.org>
+License: Artistic or GPL-1+
 
-Upstream source location: http://search.cpan.org/dist/IO-Interface/
+Files: debian/*
+Copyright: 2004, Matthias Urlichs <smurf at debian.org>
+ 2006, 2011, Russ Allbery <rra at debian.org>
+ 2006, Zak B. Elep <zakame at spunge.org>
+ 2007, Gunnar Wolf <gwolf at debian.org>
+ 2008, Roberto C. Sanchez <roberto at debian.org>
+ 2006, 2007, 2008, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
-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.
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in /usr/share/common-licenses/Artistic.
 
-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'.
-
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in /usr/share/common-licenses/GPL-1.

Added: trunk/libio-interface-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/docs?rev=70743&op=file
==============================================================================
--- trunk/libio-interface-perl/debian/docs (added)
+++ trunk/libio-interface-perl/debian/docs Mon Mar  7 00:13:34 2011
@@ -1,0 +1,1 @@
+README

Modified: trunk/libio-interface-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/rules?rev=70743&op=diff
==============================================================================
--- trunk/libio-interface-perl/debian/rules (original)
+++ trunk/libio-interface-perl/debian/rules Mon Mar  7 00:13:34 2011
@@ -1,73 +1,4 @@
 #!/usr/bin/make -f
-# 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
-
-# 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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimisation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	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
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/share/perl5
-	touch $@
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do here for an architecture-dependent package
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_shlibdeps
-	dh_strip
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Added: trunk/libio-interface-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/source/format?rev=70743&op=file
==============================================================================
--- trunk/libio-interface-perl/debian/source/format (added)
+++ trunk/libio-interface-perl/debian/source/format Mon Mar  7 00:13:34 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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