r1428 - in packages/liblingua-preferred-perl/trunk: . debian

Gunnar Wolf gwolf at costa.debian.org
Mon Oct 17 19:52:46 UTC 2005


Author: gwolf
Date: 2005-10-17 19:52:45 +0000 (Mon, 17 Oct 2005)
New Revision: 1428

Added:
   packages/liblingua-preferred-perl/trunk/debian/
   packages/liblingua-preferred-perl/trunk/debian/changelog
   packages/liblingua-preferred-perl/trunk/debian/compat
   packages/liblingua-preferred-perl/trunk/debian/control
   packages/liblingua-preferred-perl/trunk/debian/copyright
   packages/liblingua-preferred-perl/trunk/debian/rules
   packages/liblingua-preferred-perl/trunk/debian/watch
Log:
Load liblingua-preferred-perl-0.2.4 into
packages/liblingua-preferred-perl/trunk.


Added: packages/liblingua-preferred-perl/trunk/debian/changelog
===================================================================
--- packages/liblingua-preferred-perl/trunk/debian/changelog	2005-10-17 19:51:55 UTC (rev 1427)
+++ packages/liblingua-preferred-perl/trunk/debian/changelog	2005-10-17 19:52:45 UTC (rev 1428)
@@ -0,0 +1,52 @@
+liblingua-preferred-perl (0.2.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added 'make test' to debian/rules.
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Mon,  5 Jan 2004 11:54:00 -0600
+
+liblingua-preferred-perl (0.2.2-2) unstable; urgency=low
+
+  * Changed maintainer address from @ieee.org to @debian.org.
+  * Removed DH_COMPAT settting from debian/rules.
+  * Added debian/compat file to replace DH_COMPAT setting.
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Sun, 30 Mar 2003 13:10:48 -0600
+
+liblingua-preferred-perl (0.2.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Tue, 21 Jan 2003 10:20:50 -0600
+
+liblingua-preferred-perl (0.2.1-5) unstable; urgency=low
+
+  * Added debian/watch to look for new package versions as they come out.
+  * Removed "full stop" (i.e. ".") from debian/control Description line.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Mon, 30 Dec 2002 15:10:21 -0600
+
+liblingua-preferred-perl (0.2.1-4) unstable; urgency=low
+
+  * Changed debian/copyright to reference /usr/share/common-licenses.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Sun,  3 Nov 2002 16:20:19 -0600
+
+liblingua-preferred-perl (0.2.1-3) unstable; urgency=low
+
+  * Minor packing cleanups.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Tue, 29 Oct 2002 10:16:26 -0600
+
+liblingua-preferred-perl (0.2.1-2) unstable; urgency=low
+
+  * Debian packaging clean-up.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Sun,  6 Oct 2002 15:40:04 -0500
+
+liblingua-preferred-perl (0.2.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Tue, 24 Sep 2002 20:20:44 -0500
+

Added: packages/liblingua-preferred-perl/trunk/debian/compat
===================================================================
--- packages/liblingua-preferred-perl/trunk/debian/compat	2005-10-17 19:51:55 UTC (rev 1427)
+++ packages/liblingua-preferred-perl/trunk/debian/compat	2005-10-17 19:52:45 UTC (rev 1428)
@@ -0,0 +1 @@
+4

Added: packages/liblingua-preferred-perl/trunk/debian/control
===================================================================
--- packages/liblingua-preferred-perl/trunk/debian/control	2005-10-17 19:51:55 UTC (rev 1427)
+++ packages/liblingua-preferred-perl/trunk/debian/control	2005-10-17 19:52:45 UTC (rev 1428)
@@ -0,0 +1,16 @@
+Source: liblingua-preferred-perl
+Maintainer: Kenneth J. Pronovici <pronovic at debian.org>
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 4.1.0), perl, liblog-tracemessages-perl
+Standards-Version: 3.5.7
+
+Package: liblingua-preferred-perl
+Architecture: all
+Depends: ${perl:Depends}, liblog-tracemessages-perl
+Description: Perl module which allows language content negotiation
+ This is the CPAN Perl module Lingua::Preferred.
+ .
+ Many web browsers let you specify which languages you understand.
+ Then they negotiate with the web server to get documents in the best
+ language possible.  This is something similar in Perl.

Added: packages/liblingua-preferred-perl/trunk/debian/copyright
===================================================================
--- packages/liblingua-preferred-perl/trunk/debian/copyright	2005-10-17 19:51:55 UTC (rev 1427)
+++ packages/liblingua-preferred-perl/trunk/debian/copyright	2005-10-17 19:52:45 UTC (rev 1428)
@@ -0,0 +1,19 @@
+This package was debianized by Kenneth Pronovici <pronovic at debian.org> on
+Tue, 24 Sep 2002 20:20:44 -0500
+
+It was downloaded from CPAN, http://www.cpan.org/modules/by-module/Lingua/
+
+Upstream Author: Ed Avis <ed at membled.com>
+
+Copyright:
+
+Copyright 2001-2002 Ed Avis.  This is free software; you may
+distribute it under the same terms as perl itself (either under the
+GNU General Public License, version 2 or at your option any later
+version); or under the Artistic License.
+
+-- Ed Avis, <ed at membled.com>, 2002-09-24
+
+On Debian systems, the complete text of the GNU General Public License can
+be found in `/usr/share/common-licenses/GPL', and the complete text of the
+Artistic license can be found in '/usr/share/common-licenses/Artistic'.

Added: packages/liblingua-preferred-perl/trunk/debian/rules
===================================================================
--- packages/liblingua-preferred-perl/trunk/debian/rules	2005-10-17 19:51:55 UTC (rev 1427)
+++ packages/liblingua-preferred-perl/trunk/debian/rules	2005-10-17 19:52:45 UTC (rev 1428)
@@ -0,0 +1,50 @@
+#!/usr/bin/make -f
+
+PERL=/usr/bin/perl
+
+binary: binary-indep
+
+binary-arch: 
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README 
+	dh_installchangelogs Changes
+	dh_strip
+	dh_fixperms
+	dh_compress
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_installdirs
+	$(MAKE) install INSTALLDIRS=vendor PREFIX=$(CURDIR)/debian/liblingua-preferred-perl/usr
+	rm -rf debian/liblingua-preferred-perl/usr/lib
+
+build: configure-stamp build-stamp
+build-stamp: 
+	dh_testdir
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	touch configure-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+	rm -f build-stamp configure-stamp
+	dh_clean
+
+.PHONY: binary binary-arch binary-indep install build configure clean


Property changes on: packages/liblingua-preferred-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/liblingua-preferred-perl/trunk/debian/watch
===================================================================
--- packages/liblingua-preferred-perl/trunk/debian/watch	2005-10-17 19:51:55 UTC (rev 1427)
+++ packages/liblingua-preferred-perl/trunk/debian/watch	2005-10-17 19:52:45 UTC (rev 1428)
@@ -0,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Lingua/Lingua-Preferred-(.*)\.tar\.gz    debian      uupdate




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