r24949 - in /trunk/libspreadsheet-writeexcel-perl/debian: changelog compat control copyright libspreadsheet-writeexcel-perl.docs libspreadsheet-writeexcel-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Sep 9 15:55:00 UTC 2008


Author: gregoa
Date: Tue Sep  9 15:54:57 2008
New Revision: 24949

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24949
Log:
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/copyright: change to the new format.
* Don't install README any more.

Added:
    trunk/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.docs
    trunk/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.examples
Modified:
    trunk/libspreadsheet-writeexcel-perl/debian/changelog
    trunk/libspreadsheet-writeexcel-perl/debian/compat
    trunk/libspreadsheet-writeexcel-perl/debian/control
    trunk/libspreadsheet-writeexcel-perl/debian/copyright
    trunk/libspreadsheet-writeexcel-perl/debian/rules

Modified: trunk/libspreadsheet-writeexcel-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-writeexcel-perl/debian/changelog?rev=24949&op=diff
==============================================================================
--- trunk/libspreadsheet-writeexcel-perl/debian/changelog (original)
+++ trunk/libspreadsheet-writeexcel-perl/debian/changelog Tue Sep  9 15:54:57 2008
@@ -2,6 +2,10 @@
 
   * New upstream release.
   * Remove lintian override, not needed any more.
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/copyright: change to the new format.
+  * Don't install README any more.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 06 Sep 2008 18:32:43 +0200
 

Modified: trunk/libspreadsheet-writeexcel-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-writeexcel-perl/debian/compat?rev=24949&op=diff
==============================================================================
--- trunk/libspreadsheet-writeexcel-perl/debian/compat (original)
+++ trunk/libspreadsheet-writeexcel-perl/debian/compat Tue Sep  9 15:54:57 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libspreadsheet-writeexcel-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-writeexcel-perl/debian/control?rev=24949&op=diff
==============================================================================
--- trunk/libspreadsheet-writeexcel-perl/debian/control (original)
+++ trunk/libspreadsheet-writeexcel-perl/debian/control Tue Sep  9 15:54:57 2008
@@ -8,7 +8,7 @@
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libspreadsheet-writeexcel-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-writeexcel-perl/
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libparse-recdescent-perl, libole-storage-lite-perl
 Homepage: http://search.cpan.org/dist/Spreadsheet-WriteExcel/
 

Modified: trunk/libspreadsheet-writeexcel-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-writeexcel-perl/debian/copyright?rev=24949&op=diff
==============================================================================
--- trunk/libspreadsheet-writeexcel-perl/debian/copyright (original)
+++ trunk/libspreadsheet-writeexcel-perl/debian/copyright Tue Sep  9 15:54:57 2008
@@ -1,44 +1,41 @@
-This is the Debian GNU/Linux libspreadsheet-writeexcel version of the
-Spreadsheet::WriteExcel module by John McNamara (jmcnamara at cpan.org).
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: John McNamara jmcnamara at cpan.org
+Upstream-Source: http://search.cpan.org/dist/Spreadsheet-WriteExcel/
+Upstream-Name: Spreadsheet-WriteExcel
 
-This package was put together by Dirk Eddelbuettel <edd at debian.org>
-from sources obtained from 
-	http://www.perl.com/CPAN/modules/by-module/Spreadsheet/
-	http://www.cpan.org/authors/id/J/JM/JMCNAMARA/
-It is also available from every other CPAN mirror.  Visit
-	http://www.perl.com/CPAN/ 
-to find a Comprehensive Perl Archive Network (CPAN) site near you.
+Files: *
+Copyright: © 2000-2008, John McNamara jmcnamara at cpan.org
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-The only change for the Debian package was the addition of the debian/
-files. The package was renamed to match the Debian Policy which aims
-at consistent names for Perl Module packages.
+Files: lib/Spreadsheet/WriteExcel/WorkbookBig.pm
+Copyright: 2000-2008, John McNamara and Kawai Takanori.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-COPYRIGHTS
-    The Spreadsheet::WriteExcel module is Copyright © 2000-2008, John McNamara.
-    All Rights Reserved. This module is free software. It may be used,
-    redistributed and/or modified under the same terms as Perl itself.
+Files: examples/datecalc1.pl
+Copyright: 2000, Andrew Benham, adsb at bigfoot.com
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-./lib/Spreadsheet/WriteExcel/WorkbookBig.pm:
-Copyright 2000-2008, John McNamara and Kawai Takanori.
-All Rights Reserved. This module is free software. It may be used,
-redistributed and/or modified under the same terms as Perl itself.
+Files: debian/*
+Copyright: 2001-2004, Dirk Eddelbuettel <edd at debian.org>
+ 2005-2008, various members of the Debian Perl Group, cf. debian/copyright
+License: Artistic | GPL-1+
+ It is assumed that all contributors put their work under the same license as
+ the module itself.
 
-./examples/datecalc1.pl:
-Copyright 2000, Andrew Benham, adsb at bigfoot.com
-This program is free software. It may be used, redistributed and/or
-modified 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 GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
 
-
-Perl license is:
+License: GPL-1+
     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'.
+    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/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.docs?rev=24949&op=file
==============================================================================
--- trunk/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.docs (added)
+++ trunk/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.docs Tue Sep  9 15:54:57 2008
@@ -1,0 +1,1 @@
+doc

Added: trunk/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.examples?rev=24949&op=file
==============================================================================
--- trunk/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.examples (added)
+++ trunk/libspreadsheet-writeexcel-perl/debian/libspreadsheet-writeexcel-perl.examples Tue Sep  9 15:54:57 2008
@@ -1,0 +1,2 @@
+examples/*
+charts

Modified: trunk/libspreadsheet-writeexcel-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-writeexcel-perl/debian/rules?rev=24949&op=diff
==============================================================================
--- trunk/libspreadsheet-writeexcel-perl/debian/rules (original)
+++ trunk/libspreadsheet-writeexcel-perl/debian/rules Tue Sep  9 15:54:57 2008
@@ -1,61 +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
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean:
-	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
-	[ ! -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_installexamples examples/* charts
-	dh_installdocs README doc
-	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