r28626 - in /trunk/libtest-spelling-perl/debian: changelog control copyright rules

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Thu Dec 25 18:18:00 UTC 2008


Author: jeremiah-guest
Date: Thu Dec 25 18:17:55 2008
New Revision: 28626

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28626
Log:
Cleaned up libtest-spelling-perl, hopefully now ready for the repo.

Modified:
    trunk/libtest-spelling-perl/debian/changelog
    trunk/libtest-spelling-perl/debian/control
    trunk/libtest-spelling-perl/debian/copyright
    trunk/libtest-spelling-perl/debian/rules

Modified: trunk/libtest-spelling-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/changelog?rev=28626&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/changelog (original)
+++ trunk/libtest-spelling-perl/debian/changelog Thu Dec 25 18:17:55 2008
@@ -1,14 +1,5 @@
-libtest-spelling-perl (0.11-1) UNRELEASED; urgency=low
+libtest-spelling-perl (0.11-1) unstable; urgency=low
 
-  TODO:
-  - necessary: binary package dosn't contain a copyright file (because
-    dh_installdocs is missing in debian/rules; or dh7). lintian knows about
-    this problem :)
-  - recommended: improve short description ("This module" is not a good start)
-    and long description (mention module name somewhere)
-  - optional: switch to dh7, change d/copyright to new format
-    -- gregoa
+  * Initial Release. (Closes: #484634)
 
-  * Initial Release. closes: #484634
-
- -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Thu, 18 Sep 2008 14:50:29 +0200
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Tue, 23 Dec 2008 14:56:47 +0100

Modified: trunk/libtest-spelling-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/control?rev=28626&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/control (original)
+++ trunk/libtest-spelling-perl/debian/control Thu Dec 25 18:17:55 2008
@@ -1,7 +1,7 @@
 Source: libtest-spelling-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.10-12), libpod-spell-perl (>= 1.01), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
@@ -13,6 +13,6 @@
 Package: libtest-spelling-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libpod-spell-perl (>= 1.01)
-Description: This module checks spelling in pod formatted text
- Check POD files for spelling mistakes, using Pod::Spell and spell to do
- the heavy lifting.
+Description: checks spelling in pod formatted text
+ Test::Spelling was written to check POD files for spelling mistakes, 
+ using Pod::Spell and spell to do the heavy lifting.

Modified: trunk/libtest-spelling-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/copyright?rev=28626&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/copyright (original)
+++ trunk/libtest-spelling-perl/debian/copyright Thu Dec 25 18:17:55 2008
@@ -1,21 +1,30 @@
-This is the debian package for the Test-Spelling module.
-It was created by Jeremiah C. Foster <jeremiah at jeremiahfoster.com> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ivan Tubert-Brohman
+Upstream-Source: http://search.cpan.org/dist/Test-Spelling/
+Upstream-Name: Module::Util
 
-It was downloaded from http://search.cpan.org/dist/Test-Spelling/
+Files: *
+Copyright: 2005 Ivan Tubert-Brohman <itub at cpan.org>
+(Heavily based on Test::Pod by Andy Lester and brian d foy.)
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-The upstream author is: 
-Ivan Tubert-Brohman <itub at cpan.org>
-Heavily based on Test::Pod by Andy Lester and brian d foy.
+Files: debian/*
+Copyright: 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+License: Artistic | GPL-1+
 
-Copyright 2005, Ivan Tubert-Brohman, All Rights Reserved.
+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'
 
-You may use, modify, and distribute this package under the
-same terms as Perl itself.
+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'
 
-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'.
-
-The Debian packaging is (C) 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com> and
-is licensed under the same terms as the software itself (see above).

Modified: trunk/libtest-spelling-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/rules?rev=28626&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/rules (original)
+++ trunk/libtest-spelling-perl/debian/rules Thu Dec 25 18:17:55 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
-	# 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:
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	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