--- libtext-aspell-perl-0.09.orig/debian/watch +++ libtext-aspell-perl-0.09/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Text-Aspell/ .*/Text-Aspell-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtext-aspell-perl-0.09.orig/debian/rules +++ libtext-aspell-perl-0.09/debian/rules @@ -0,0 +1,71 @@ +#!/usr/bin/make -f + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL + PERL = /usr/bin/perl +endif + +ifndef DESTDIR + DESTDIR=.. +endif +TMP =`pwd`/debian/$(PACKAGE) + +OPTIMIZE = -Wall +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + OPTIMIZE += -O0 +else + OPTIMIZE += -O2 +endif + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + OPTIMIZE += -g +endif + +build: build-stamp +build-stamp: + dh_testdir + + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH="" + + touch build-stamp + +clean: + dh_testdir + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) realclean + + dh_clean + +install: + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) install PREFIX=$(TMP)/usr + + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installman + dh_installchangelogs Changes + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb --destdir=$(DESTDIR) + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libtext-aspell-perl-0.09.orig/debian/copyright +++ libtext-aspell-perl-0.09/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Bill Moseley moseley@hank.org. + . + This module is based on a perl module written by Doru Theodor Petrescu . + . + Aspell is written and maintained by Kevin Atkinson. +Source: http://search.cpan.org/dist/Text-Aspell/ +Name: Text-Aspell + +Files: * +Copyright: Bill Moseley moseley@hank.org. + . + This module is based on a perl module written by Doru Theodor Petrescu . + . + Aspell is written and maintained by Kevin Atkinson. +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Brian Nelson +License: Artistic or GPL-1+ + +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' + +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' --- libtext-aspell-perl-0.09.orig/debian/compat +++ libtext-aspell-perl-0.09/debian/compat @@ -0,0 +1 @@ +7 --- libtext-aspell-perl-0.09.orig/debian/control +++ libtext-aspell-perl-0.09/debian/control @@ -0,0 +1,20 @@ +Source: libtext-aspell-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>> 7), perl (>= 5.8.0-7), libaspell-dev (>> 0.50) +Maintainer: Brian Nelson +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/~hank/Text-Aspell-0.09/Aspell.pm + +Package: libtext-aspell-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: Perl interface to the GNU Aspell library + This module provides a Perl interface to the GNU Aspell library. The + GNU Aspell library provides access to system spelling libraries, + including a spell checker. + . + This module is to meet the need of looking up many words, one at a + time, in a single session. It is a perl xs interface which should + provide good performance in comparison to forking the aspell program + for every word. --- libtext-aspell-perl-0.09.orig/debian/changelog +++ libtext-aspell-perl-0.09/debian/changelog @@ -0,0 +1,76 @@ +libtext-aspell-perl (0.09-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:56:45 +0100 + +libtext-aspell-perl (0.09-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:17:02 +0000 + +libtext-aspell-perl (0.09-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:32:07 +0100 + +libtext-aspell-perl (0.09-1) unstable; urgency=low + + * New upstream release + * Updated Standards-Version to 3.8.4 + * Increased debhelper to v7 + * Added a debian/watch file + * Updated the debian/copyright based on the output from dh-make-perl + * Added a homepage field to debian/control + + -- Brian Nelson Fri, 19 Feb 2010 19:03:16 -0800 + +libtext-aspell-perl (0.04-3) unstable; urgency=low + + * Reverted back to building against libaspell15, since the GCC 4 + transition for libaspell was undone. + + -- Brian Nelson Wed, 3 Aug 2005 22:18:10 -0700 + +libtext-aspell-perl (0.04-2) unstable; urgency=low + + * Rebuilt against libaspell15c2 for the GCC 4 transition + * Increased standards version to 3.6.2 + + -- Brian Nelson Fri, 8 Jul 2005 17:05:25 -0700 + +libtext-aspell-perl (0.04-1) unstable; urgency=low + + * New upstream release + + -- Brian Nelson Wed, 11 Feb 2004 23:12:54 -0800 + +libtext-aspell-perl (0.03-1) unstable; urgency=low + + * New upstream release + - An invalid config setting (such as Lang = "xx") was causing a + segfault (Closes: #203467) + - Was not correctly extending arg stack when pushing suggestions onto + an array (Closes: #203516) + * Use debian/compat instead of DH_COMPAT=n in debian/rules + * Removed unnecessary dh_testroot from debian/rules clean target + * Changed section to perl + * Bumped up standards version to 3.6.0 + * Added ${misc:Depends} substvar dependency + + -- Brian Nelson Mon, 11 Aug 2003 22:18:46 -0700 + +libtext-aspell-perl (0.02-2) unstable; urgency=low + + * Updated maintainer email address. + + -- Brian Nelson Wed, 19 Feb 2003 18:13:29 -0800 + +libtext-aspell-perl (0.02-1) unstable; urgency=low + + * Initial Release. (Closes: #165973) + + -- Brian Nelson Tue, 22 Oct 2002 18:33:23 -0700 +