r29344 - in /trunk/libipc-run-perl/debian: changelog compat control copyright libipc-run-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jan 5 16:53:42 UTC 2009


Author: gregoa
Date: Mon Jan  5 16:53:39 2009
New Revision: 29344

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29344
Log:
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/control: mention module name in long description.
* debian/copyright: switch to new format.

Added:
    trunk/libipc-run-perl/debian/libipc-run-perl.examples
Modified:
    trunk/libipc-run-perl/debian/changelog
    trunk/libipc-run-perl/debian/compat
    trunk/libipc-run-perl/debian/control
    trunk/libipc-run-perl/debian/copyright
    trunk/libipc-run-perl/debian/rules

Modified: trunk/libipc-run-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/changelog?rev=29344&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/changelog (original)
+++ trunk/libipc-run-perl/debian/changelog Mon Jan  5 16:53:39 2009
@@ -11,6 +11,10 @@
   * Add a description to hashbang.patch.
   * debian/control: remove Section and Priority field from binary stanza.
   * Fix some more POD errors in fix-pod.patch.
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/control: mention module name in long description.
+  * debian/copyright: switch to new format.
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Fri, 19 Dec 2008 12:31:27 +0100
 

Modified: trunk/libipc-run-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/compat?rev=29344&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/compat (original)
+++ trunk/libipc-run-perl/debian/compat Mon Jan  5 16:53:39 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libipc-run-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/control?rev=29344&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/control (original)
+++ trunk/libipc-run-perl/debian/control Mon Jan  5 16:53:39 2009
@@ -8,14 +8,14 @@
 Homepage: http://search.cpan.org/dist/IPC-Run/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libipc-run-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libipc-run-perl/
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Build-Depends-Indep: perl, libio-pty-perl (>= 1.00), netbase
 
 Package: libipc-run-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libio-pty-perl (>= 1.00)
 Description: Perl module for running processes
- This module allows you to run and interact with child processes using
+ IPC::Run allows you to run and interact with child processes using
  files, pipes, and pseudo-ttys.  Both system()-style and scripted
  usages are supported and may be mixed.  Likewise, functional and OO
  API styles are both supported and may be mixed.

Modified: trunk/libipc-run-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/copyright?rev=29344&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/copyright (original)
+++ trunk/libipc-run-perl/debian/copyright Mon Jan  5 16:53:39 2009
@@ -1,25 +1,33 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Sun, Jun 16, 2002, 10:00:43 -0500.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/IPC-Run/
+Upstream-Name: IPC-Run
 
-It was downloaded from <http://search.cpan.org/dist/IPC-Run/>
+Files: *
+Copyright:
+ Some parts copyright 2008 Adam Kennedy.
+ Copyright 1999 Barrie Slaymaker.
+License-Alias: Perl
+License: GPL-1+ | Artistic
 
-Upstream Author: Barrie Slaymaker <barries at slaysys.com>
+Files: debian/*
+Copyright: 
+ 2002-2003, Ardo van Rangelrooij <ardo at debian.org>
+ 2003-2006, Jay Bonci <jaybonci at debian.org>
+ 2008-2009, various members of the Debian Perl Group, cf. debian/changelog
+License: GPL-1+ | Artistic
 
-Copyright (c) 1999-2001 by Barrie Slaymaker, barries at slaysys.com
+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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
 
-        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"
-
-        See:
-
-        /usr/share/common-licenses/Artistic
-        /usr/share/common-licenses/GPL
-
-        For more information regarding these licensing options
-
+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 GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'

Added: trunk/libipc-run-perl/debian/libipc-run-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/libipc-run-perl.examples?rev=29344&op=file
==============================================================================
--- trunk/libipc-run-perl/debian/libipc-run-perl.examples (added)
+++ trunk/libipc-run-perl/debian/libipc-run-perl.examples Mon Jan  5 16:53:39 2009
@@ -1,0 +1,2 @@
+eg/*
+abuse

Modified: trunk/libipc-run-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/rules?rev=29344&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/rules (original)
+++ trunk/libipc-run-perl/debian/rules Mon Jan  5 16:53:39 2009
@@ -1,64 +1,27 @@
 #!/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
 
 include /usr/share/quilt/quilt.make
 
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	dh install --until dh_auto_install
 	find $(CURDIR)/debian -type f -name "*Win32*" -print0 | xargs -r0 rm -fv
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
+	dh install --after dh_auto_install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples eg/* abuse
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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