r52717 - in /trunk/libdata-structure-util-perl/debian: changelog compat control copyright libdata-structure-util-perl.examples rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Feb 14 09:15:26 UTC 2010


Author: ansgar-guest
Date: Sun Feb 14 09:14:39 2010
New Revision: 52717

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52717
Log:
* Refresh rules for debhelper 7.
* Convert debian/copyright to proposed machine-readable format.
* debian/control: Drop build-dep on libmodule-build-perl.
* debian/control: Make build-dep on perl unversioned.
* Install bin/packages.pl as an example.
* Use source format 3.0 (quilt).
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libdata-structure-util-perl/debian/libdata-structure-util-perl.examples
    trunk/libdata-structure-util-perl/debian/source/
    trunk/libdata-structure-util-perl/debian/source/format
Modified:
    trunk/libdata-structure-util-perl/debian/changelog
    trunk/libdata-structure-util-perl/debian/compat
    trunk/libdata-structure-util-perl/debian/control
    trunk/libdata-structure-util-perl/debian/copyright
    trunk/libdata-structure-util-perl/debian/rules

Modified: trunk/libdata-structure-util-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/changelog?rev=52717&op=diff
==============================================================================
--- trunk/libdata-structure-util-perl/debian/changelog (original)
+++ trunk/libdata-structure-util-perl/debian/changelog Sun Feb 14 09:14:39 2010
@@ -1,5 +1,6 @@
-libdata-structure-util-perl (0.15-2) UNRELEASED; urgency=low
+libdata-structure-util-perl (0.15-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza).
   * debian/control: Added: Homepage field (source stanza).
@@ -9,7 +10,17 @@
     Uploaders.
   * debian/watch: use dist-based URL.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 20 Dec 2009 14:54:47 +0100
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/control: Drop build-dep on libmodule-build-perl.
+  * debian/control: Make build-dep on perl unversioned.
+  * Install bin/packages.pl as an example.
+  * Use source format 3.0 (quilt).
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 14 Feb 2010 18:14:17 +0900
 
 libdata-structure-util-perl (0.15-1) unstable; urgency=low
 

Modified: trunk/libdata-structure-util-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/compat?rev=52717&op=diff
==============================================================================
--- trunk/libdata-structure-util-perl/debian/compat (original)
+++ trunk/libdata-structure-util-perl/debian/compat Sun Feb 14 09:14:39 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libdata-structure-util-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/control?rev=52717&op=diff
==============================================================================
--- trunk/libdata-structure-util-perl/debian/control (original)
+++ trunk/libdata-structure-util-perl/debian/control Sun Feb 14 09:14:39 2010
@@ -1,10 +1,12 @@
 Source: libdata-structure-util-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), libmodule-build-perl, libclone-perl, libtest-pod-perl, libfile-find-rule-perl, perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 7), perl, libclone-perl, libtest-pod-perl,
+ libfile-find-rule-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan McDowell <noodles at earth.li>
-Standards-Version: 3.7.3.0
+Uploaders: Jonathan McDowell <noodles at earth.li>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Data-Structure-Util/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-structure-util-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-structure-util-perl/
@@ -12,7 +14,7 @@
 Package: libdata-structure-util-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
-Description:  Change nature of data within a structure
+Description: module to change nature of data within a structure
  Data::Structure::Util is a toolbox to manipulate the data inside a
  data structure.  It can process an entire tree and perform the
  operation requested on each appropriate element.

Modified: trunk/libdata-structure-util-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/copyright?rev=52717&op=diff
==============================================================================
--- trunk/libdata-structure-util-perl/debian/copyright (original)
+++ trunk/libdata-structure-util-perl/debian/copyright Sun Feb 14 09:14:39 2010
@@ -1,21 +1,38 @@
-This is the Debian package for the Data-Structure-Util module.
-It was created by Jonathan McDowell <noodles at earth.li> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Andy Armstrong
+Source: http://search.cpan.org/dist/Data-Structure-Util/
+Name: Date-Structure-Util
 
-Author: Pierre Denis <pdenis at fotango.com>
+Copyright: © 2003-2004, Fotango
+License: Artistic or GPL-1+
 
-Copyright 2003, 2004 Fotango - All Rights Reserved.
+Files: inc/Devel/CheckLib.pm
+Copyright:
+ © 2007, David Cantrell
+ © 2007, David Golden
+License: Artistic or GPL-1+
 
-This module is released under the same license as Perl itself.
+Files: inc/IO/CaptureOutput.pm
+Copyright:
+ © 2004-2005, Simon Flack
+ © 2007,      David Golden
 
-This means:
+Files: debian/*
+Copyright:
+ © 2006-2008, Jonathan McDowell <noodles at earth.li>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-a) the GNU General Public License as published by the Free Software
-   Foundation; either version 1, or (at your option) any later
-   version, or
+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'
 
-b) the "Artistic License" which comes with Perl.
-
-On a Debian system the complete text of the GNU General Public License
-can be found in the file `/usr/share/common-licenses/GPL' and the
-complete text of the the Artistic Licence can be found in the file
-`/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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libdata-structure-util-perl/debian/libdata-structure-util-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/libdata-structure-util-perl.examples?rev=52717&op=file
==============================================================================
--- trunk/libdata-structure-util-perl/debian/libdata-structure-util-perl.examples (added)
+++ trunk/libdata-structure-util-perl/debian/libdata-structure-util-perl.examples Sun Feb 14 09:14:39 2010
@@ -1,0 +1,1 @@
+bin/*

Modified: trunk/libdata-structure-util-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/rules?rev=52717&op=diff
==============================================================================
--- trunk/libdata-structure-util-perl/debian/rules (original)
+++ trunk/libdata-structure-util-perl/debian/rules Sun Feb 14 09:14:39 2010
@@ -1,91 +1,3 @@
 #!/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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimation 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
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL installdirs=vendor
-	OPTIMIZE="$(CFLAGS)" make
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || make distclean
-
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	make test
-	make install DESTDIR=$(TMP)
-
-	touch install-stamp
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installexamples 
-#	dh_installmenu
-#	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
-
-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
+%:
+	dh $@

Added: trunk/libdata-structure-util-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/source/format?rev=52717&op=file
==============================================================================
--- trunk/libdata-structure-util-perl/debian/source/format (added)
+++ trunk/libdata-structure-util-perl/debian/source/format Sun Feb 14 09:14:39 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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