r31298 - in /trunk/libdatetime-format-strptime-perl/debian: changelog compat control copyright rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sun Mar 1 22:15:24 UTC 2009
Author: gregoa
Date: Sun Mar 1 22:15:19 2009
New Revision: 31298
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31298
Log:
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}.
* debian/copyright: switch to new format.
* debian/control: change my email address.
Modified:
trunk/libdatetime-format-strptime-perl/debian/changelog
trunk/libdatetime-format-strptime-perl/debian/compat
trunk/libdatetime-format-strptime-perl/debian/control
trunk/libdatetime-format-strptime-perl/debian/copyright
trunk/libdatetime-format-strptime-perl/debian/rules
Modified: trunk/libdatetime-format-strptime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/changelog?rev=31298&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/changelog (original)
+++ trunk/libdatetime-format-strptime-perl/debian/changelog Sun Mar 1 22:15:19 2009
@@ -13,6 +13,10 @@
libdatetime-perl.
* This upstream version also fixes the "FTBFS: Test failure" bug reported by
Daniel Schepler (closes: #517746).
+ * Set debhelper compatibility level to 7; adapt
+ debian/{control,compat,rules}.
+ * debian/copyright: switch to new format.
+ * debian/control: change my email address.
-- Ernesto Hernández-Novich (USB) <emhn at usb.ve> Thu, 7 Aug 2008 10:08:52 -0430
Modified: trunk/libdatetime-format-strptime-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/compat?rev=31298&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/compat (original)
+++ trunk/libdatetime-format-strptime-perl/debian/compat Sun Mar 1 22:15:19 2009
@@ -1,1 +1,1 @@
-6
+7
Modified: trunk/libdatetime-format-strptime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/control?rev=31298&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/control (original)
+++ trunk/libdatetime-format-strptime-perl/debian/control Sun Mar 1 22:15:19 2009
@@ -1,12 +1,12 @@
Source: libdatetime-format-strptime-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0), libdatetime-perl (>= 2:0.4304),
libdatetime-locale-perl (>= 0.41), libdatetime-timezone-perl, libparams-validate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
- gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
+ gregor herrmann <gregoa at debian.org>, Niko Tyni <ntyni at iki.fi>
Homepage: http://datetime-format-strptime.googlecode.com/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-strptime-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/
Modified: trunk/libdatetime-format-strptime-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/copyright?rev=31298&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/copyright (original)
+++ trunk/libdatetime-format-strptime-perl/debian/copyright Sun Mar 1 22:15:19 2009
@@ -1,20 +1,32 @@
-This package was debianized by Ernesto Hernández-Novich <emhn at telcel.net.ve>
-on Wed, 03 May 2006 10:17:21 -0400
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Rick Measham <rickm at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/DateTime-Format-Strptime/
+Upstream-Name: DateTime-Format-Strptime
-It was downloaded from http://search.cpan.org/dist/DateTime-Format-Strptime/
+Files: *
+Copyright: 2003-2007, Rick Measham <rickm at cpan.org>
+License-Alias: Perl
+License: GPL-1+ | Artistic
-Upstream author: Rick Measham <rickm at cpan.org>.
+Files: debian/*
+Copyright:
+ 2006-2008, Ernesto Hernández-Novich <emhn at telcel.net.ve>
+ 2007, Niko Tyni <ntyni at iki.fi>
+ 2007, Damyan Ivanov <dmn at debian.org>
+ 2008-2009, gregor herrmann <gregoa at debian.org>
+License: GPL-1+ | Artistic
-Copyright:
+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'
- Copyright (c) Rick Measham, 2003-2007. All rights reserved.
-
- This library is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License
-or the Artistic License.
-
-The complete text of the GNU General Public License can be found in
-/usr/share/common-licenses/GPL and the Artistic License can be found
-in /usr/share/common-licenses/Artistic.
+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'
Modified: trunk/libdatetime-format-strptime-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/rules?rev=31298&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/rules (original)
+++ trunk/libdatetime-format-strptime-perl/debian/rules Sun Mar 1 22:15:19 2009
@@ -1,63 +1,23 @@
#!/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)
build: build-stamp
build-stamp:
- dh_testdir
- # Add commands to compile the package here
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE)
- $(MAKE) test
+ dh build
touch $@
clean:
- dh_testdir
- dh_testroot
- dh_clean build-stamp install-stamp
- # Add commands to clean up after the build process here
- [ ! -f Makefile ] || $(MAKE) realclean
+ dh $@
install: install-stamp
install-stamp: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
- # Add commands to install the package into $(TMP) here
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
- [ ! -d $(TMP)/usr/lib/perl5 ] || \
- rmdir --ignore-fail-on-non-empty --parents --verbose \
- $(TMP)/usr/lib/perl5
+ dh install
touch $@
binary-arch:
-# We have nothing to do here for an architecture-independent package
-binary-indep: build install
- dh_testdir
- dh_testroot
- 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