r20868 - in /trunk/libclass-date-perl/debian: changelog control copyright rules

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Mon Jun 9 09:37:13 UTC 2008


Author: tincho
Date: Mon Jun  9 09:37:12 2008
New Revision: 20868

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20868
Log:
* debian/control:
- Standards-Version: 3.8.0 (no changes).
- Remove module name from short desc, improve a little long desc.
- Add myself to Uploaders.
* debian/rules: updated to current templates.
* debian/copyright: new format.

Modified:
    trunk/libclass-date-perl/debian/changelog
    trunk/libclass-date-perl/debian/control
    trunk/libclass-date-perl/debian/copyright
    trunk/libclass-date-perl/debian/rules

Modified: trunk/libclass-date-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-date-perl/debian/changelog?rev=20868&op=diff
==============================================================================
--- trunk/libclass-date-perl/debian/changelog (original)
+++ trunk/libclass-date-perl/debian/changelog Mon Jun  9 09:37:12 2008
@@ -17,6 +17,14 @@
   * Remove changes to upstream code.
   * debian/copyright: convert to UTF-8, add actual copyright notice, improve
     pointer to common-licenses.
+
+  [ Martín Ferrari ]
+  * debian/control:
+  - Standards-Version: 3.8.0 (no changes).
+  - Remove module name from short desc, improve a little long desc.
+  - Add myself to Uploaders.
+  * debian/rules: updated to current templates.
+  * debian/copyright: new format.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:47 +0100
 

Modified: trunk/libclass-date-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-date-perl/debian/control?rev=20868&op=diff
==============================================================================
--- trunk/libclass-date-perl/debian/control (original)
+++ trunk/libclass-date-perl/debian/control Mon Jun  9 09:37:12 2008
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>, Martín Ferrari <tincho at debian.org>
 Build-Depends: debhelper (>= 6), perl (>= 5.8.0-17)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Class-Date/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-date-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-date-perl/
@@ -12,6 +12,7 @@
 Package: libclass-date-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}
-Description: Class::Date - easy date and time manipulation for perl 
- CPAN's Class::Date provides a general purpose date and time manipulation 
- functions for either relative or absolute dates.
+Description: easy date and time manipulation
+ Class::Date provides a general purpose date and time manipulation 
+ functions for either relative or absolute dates, featuring an object-oriented
+ interface and overloading.

Modified: trunk/libclass-date-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-date-perl/debian/copyright?rev=20868&op=diff
==============================================================================
--- trunk/libclass-date-perl/debian/copyright (original)
+++ trunk/libclass-date-perl/debian/copyright Mon Jun  9 09:37:12 2008
@@ -1,18 +1,27 @@
-This package was debianized by Jay Bonci <jay at bonci.com> on
-Wed,  1 Jan 2003 22:44:16 -0500.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Szabó, Balázs <dlux at dlux.hu>
+Packaged-By: Jay Bonci <jay at bonci.com>
+Packaged-Date: Wed,  1 Jan 2003 22:44:16 -0500
+Original-Source-Location: http://search.cpan.org/dist/Class-Date/
+Original-Source-Command: uscan --force-download
+Original-Source-Depends: devscripts
 
-It was downloaded from: http://search.cpan.org/dist/Class-Date
+Files: *
+Copyright: © 2001-2005 Szabó, Balázs (dLux)
+           Portions © Matt Sergeant
+License: Artistic | GPL-1+
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
-Upstream Author: dLux (Szabó, Balázs) <dlux at dlux.hu>
-
-Copyright:
-    Copyright (c) 2001 Szabó, Balázs (dLux)
-    Portions Copyright (c) Matt Sergeant
-
-    All rights reserved. This program is free software; you can redistribute
-    it and/or modify it under the same terms as Perl itself.
+Files: debian/*
+Copyright: © 2008 Debian Perl Group <debian-perl at lists.debian.org>
+           © 2003-2006 Jay Bonci <jaybonci at debian.org>
+License: other
+ It is assumed the previous maintainer did choose a license compatible with
+ upstream's.
 
 Perl is distributed under your choice of the GNU General Public License or
 the Artistic License.  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'.
+

Modified: trunk/libclass-date-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-date-perl/debian/rules?rev=20868&op=diff
==============================================================================
--- trunk/libclass-date-perl/debian/rules (original)
+++ trunk/libclass-date-perl/debian/rules Mon Jun  9 09:37:12 2008
@@ -1,46 +1,45 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export PERL_MM_USE_DEFAULT=1
+
+PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
-PERL   ?= /usr/bin/perl
+
 CFLAGS  = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-    CFLAGS += -O0
+        CFLAGS += -O0
 else
-    CFLAGS += -O2
+        CFLAGS += -O2
 endif
-
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add here commands to compile the package.
 	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-
 	dh_clean install-stamp build-stamp
-	[ ! -e Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
 	$(MAKE) PREFIX=/usr DESTDIR=$(TMP) install
 	chmod -x $(TMP)/usr/lib/perl5/Class/Date.pod
-	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
+	[ ! -d $(TMP)/usr/share/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/share/perl5
+	touch $@
 
 binary-indep:
 binary-arch: build install
@@ -48,12 +47,12 @@
 	dh_testroot
 	dh_installdocs
 	dh_installchangelogs Changes
+	dh_shlibdeps
 	dh_strip
+	dh_perl
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_perl
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




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