r4643 - in /packages/liblingua-ispell-perl/trunk: blib/ debian/changelog debian/compat debian/control debian/copyright debian/rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Dec 21 06:17:37 CET 2006


Author: gwolf
Date: Thu Dec 21 06:17:37 2006
New Revision: 4643

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4643
Log:
Adopting new package liblingua-ispell-perl - Ready to upload, I guess

Added:
    packages/liblingua-ispell-perl/trunk/debian/compat
Removed:
    packages/liblingua-ispell-perl/trunk/blib/
Modified:
    packages/liblingua-ispell-perl/trunk/debian/changelog
    packages/liblingua-ispell-perl/trunk/debian/control
    packages/liblingua-ispell-perl/trunk/debian/copyright
    packages/liblingua-ispell-perl/trunk/debian/rules

Modified: packages/liblingua-ispell-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblingua-ispell-perl/trunk/debian/changelog?rev=4643&op=diff
==============================================================================
--- packages/liblingua-ispell-perl/trunk/debian/changelog (original)
+++ packages/liblingua-ispell-perl/trunk/debian/changelog Thu Dec 21 06:17:37 2006
@@ -1,3 +1,13 @@
+liblingua-ispell-perl (0.07-5) unstable; urgency=low
+
+  * Adopting this package on behalf of the Debian pkg-perl group
+    (Closes: #321466)
+  * Raised debhelper compat version to 5
+  * Raised standards-version to 3.7.2
+  * Moved debhelper from build-depends-indep to build-depends
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 20 Dec 2006 23:13:44 -0600
+
 liblingua-ispell-perl (0.07-4) unstable; urgency=low
 
   * QA Group upload orphaning this package

Added: packages/liblingua-ispell-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblingua-ispell-perl/trunk/debian/compat?rev=4643&op=file
==============================================================================
--- packages/liblingua-ispell-perl/trunk/debian/compat (added)
+++ packages/liblingua-ispell-perl/trunk/debian/compat Thu Dec 21 06:17:37 2006
@@ -1,0 +1,1 @@
+5

Modified: packages/liblingua-ispell-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblingua-ispell-perl/trunk/debian/control?rev=4643&op=diff
==============================================================================
--- packages/liblingua-ispell-perl/trunk/debian/control (original)
+++ packages/liblingua-ispell-perl/trunk/debian/control Thu Dec 21 06:17:37 2006
@@ -1,9 +1,11 @@
 Source: liblingua-ispell-perl
 Section: perl
 Priority: optional
-Build-Depends-Indep: debhelper, perl (>= 5.6.0-16)
-Maintainer: Debian QA Group <packages at qa.debian.org>
-Standards-Version: 3.6.1
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Build-Depends: debhelper (>= 5.0.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.7.2
 
 Package: liblingua-ispell-perl
 Architecture: all

Modified: packages/liblingua-ispell-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblingua-ispell-perl/trunk/debian/copyright?rev=4643&op=diff
==============================================================================
--- packages/liblingua-ispell-perl/trunk/debian/copyright (original)
+++ packages/liblingua-ispell-perl/trunk/debian/copyright Thu Dec 21 06:17:37 2006
@@ -3,6 +3,10 @@
 
 It was adopted by Jason Henry Parker <henry at debian.org> on
 Mon Mar 19 22:34:29 EST 2001.
+
+It was adopted by Gunnar Wolf <gwolf at debian.org> on behalf of the
+Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> on
+Wed, 20 Dec 2006 23:05:45 -0600 
 
 It was downloaded from http://www.perl.com/CPAN-local/modules/by-module/Lingua/
 
@@ -24,6 +28,6 @@
 
     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'.
+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: packages/liblingua-ispell-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblingua-ispell-perl/trunk/debian/rules?rev=4643&op=diff
==============================================================================
--- packages/liblingua-ispell-perl/trunk/debian/rules (original)
+++ packages/liblingua-ispell-perl/trunk/debian/rules Thu Dec 21 06:17:37 2006
@@ -5,21 +5,18 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
 ifndef PERL
 PERL = /usr/bin/perl
 endif
 
-TMP = `pwd`/debian/liblingua-ispell-perl
+TMP = $(CURDIR)/debian/liblingua-ispell-perl
 archlib =`$(PERL) -MConfig -e 'print $$Config{installarchlib}'`
 
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
-	
+
 	touch configure-stamp
 
 build: configure-stamp build-stamp
@@ -29,8 +26,8 @@
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-	find `pwd`/debian/liblingua-ispell-perl -type f -name .packlist |xargs -r rm -f
-	find `pwd`/debian/liblingua-ispell-perl -type d -empty .packlist |xargs -r rm -p --ignore-fail-on-empty
+	find $(TMP) -type f -name .packlist |xargs -r rm -f
+	find $(TMP) -type d -empty .packlist |xargs -r rm -p --ignore-fail-on-empty
 
 	touch build-stamp
 
@@ -38,10 +35,9 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	rm -f Makefile.old Makefile
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	if [ -e Makefile ]; then $(MAKE) distclean; fi
 
 	dh_clean
 
@@ -52,7 +48,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/liblingua-ispell-perl
-	$(MAKE) install PREFIX=$(PWD)/debian/liblingua-ispell-perl/usr
+	$(MAKE) install PREFIX=$(TMP)/usr
 
 # Build architecture-dependent files here.
 
@@ -64,7 +60,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installmanpages
+	dh_installman
 	dh_installchangelogs Changes
 	dh_installexamples spellcheck
 	dh_link




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