r4605 - in /packages/libsearch-xapian-perl/trunk: debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules t/03podcoverage.t

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Fri Dec 8 02:14:33 CET 2006


Author: djpig
Date: Fri Dec  8 02:14:32 2006
New Revision: 4605

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4605
Log:
Add Debian changes for 0.9.9.0-1

Added:
    packages/libsearch-xapian-perl/trunk/debian/
    packages/libsearch-xapian-perl/trunk/debian/changelog
    packages/libsearch-xapian-perl/trunk/debian/compat
    packages/libsearch-xapian-perl/trunk/debian/control
    packages/libsearch-xapian-perl/trunk/debian/copyright
    packages/libsearch-xapian-perl/trunk/debian/rules   (with props)
Modified:
    packages/libsearch-xapian-perl/trunk/t/03podcoverage.t

Added: packages/libsearch-xapian-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsearch-xapian-perl/trunk/debian/changelog?rev=4605&op=file
==============================================================================
--- packages/libsearch-xapian-perl/trunk/debian/changelog (added)
+++ packages/libsearch-xapian-perl/trunk/debian/changelog Fri Dec  8 02:14:32 2006
@@ -1,0 +1,8 @@
+libsearch-xapian-perl (0.9.9.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #402074)
+  * t/03podcoverage.t: Use TEST_POD_COVERAGE instead of
+    TEST_POD to be able to run t/02pod.t which is useful and
+    not t/03podcoverage.t which will currently always fail.
+
+ -- Frank Lichtenheld <djpig at debian.org>  Fri,  8 Dec 2006 01:19:45 +0100

Added: packages/libsearch-xapian-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsearch-xapian-perl/trunk/debian/compat?rev=4605&op=file
==============================================================================
--- packages/libsearch-xapian-perl/trunk/debian/compat (added)
+++ packages/libsearch-xapian-perl/trunk/debian/compat Fri Dec  8 02:14:32 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libsearch-xapian-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsearch-xapian-perl/trunk/debian/control?rev=4605&op=file
==============================================================================
--- packages/libsearch-xapian-perl/trunk/debian/control (added)
+++ packages/libsearch-xapian-perl/trunk/debian/control Fri Dec  8 02:14:32 2006
@@ -1,0 +1,25 @@
+Source: libsearch-xapian-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), perl (>= 5.8.0-7), libtest-pod-perl, libxapian-dev
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Frank Lichtenheld <djpig at debian.org>, Olly Betts <olly at survex.com>
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libsearch-xapian-perl/trunk/
+
+Package: libsearch-xapian-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: xapian-doc
+Description: Perl bindings for the Xapian C++ search library
+ This package provides Perl bindings for Xapian.
+ .
+ The Xapian search engine library is a highly adaptable toolkit to allow
+ developers to easily add advanced indexing and search facilities to their own
+ applications.  It implements the probabilistic model of information retrieval,
+ and provides facilities for performing ranked free-text searches, relevance
+ feedback, phrase searching, boolean searching, stemming, and simultaneous
+ update and searching.  It is highly scalable, and is capable of working with
+ collections containing hundreds of millions of documents.
+ .
+  Homepage: http://www.xapian.org/ 

Added: packages/libsearch-xapian-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsearch-xapian-perl/trunk/debian/copyright?rev=4605&op=file
==============================================================================
--- packages/libsearch-xapian-perl/trunk/debian/copyright (added)
+++ packages/libsearch-xapian-perl/trunk/debian/copyright Fri Dec  8 02:14:32 2006
@@ -1,0 +1,22 @@
+This package was debianized by Frank Lichtenheld <djpig at debian.org>
+on Fri, 08 Dec 2006 01:12:48 +0100.
+
+The current maintainer is the Debian Perl Group
+<pkg-perl-maintainers at lists.alioth.debian.org>.
+
+The package was downloaded from http://www.oligarchy.co.uk/xapian/trunk/
+
+Upstream contact is xapian-discuss at lists.xapian.org
+
+Copyright:
+
+   Copyright (c) 2002,2003 Alex Bowley. All rights reserved.
+   Copyright (c) 2003,2004,2005,2006 Olly Betts. All rights reserved.
+
+   This library is free software; you can redistribute it and/or modify
+   it under the same terms as Perl itself.
+
+See /usr/share/common-licenses/GPL and
+/usr/share/common-licenses/Artistic for the basic licenses Perl is
+based on, and /usr/share/doc/perl/copyright for the license for
+Perl itself.

Added: packages/libsearch-xapian-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsearch-xapian-perl/trunk/debian/rules?rev=4605&op=file
==============================================================================
--- packages/libsearch-xapian-perl/trunk/debian/rules (added)
+++ packages/libsearch-xapian-perl/trunk/debian/rules Fri Dec  8 02:14:32 2006
@@ -1,0 +1,67 @@
+#!/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.
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	if [ -f Makefile ]; then $(MAKE) distclean; fi
+	dh_clean build-stamp install-stamp
+	rm -fr testdb testdb-exception
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	TEST_POD=1 $(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	
+	touch install-stamp
+
+binary-indep:
+# We have nothing to do by default.
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples examples/simplesearch.pl
+	dh_perl
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: packages/libsearch-xapian-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/libsearch-xapian-perl/trunk/t/03podcoverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsearch-xapian-perl/trunk/t/03podcoverage.t?rev=4605&op=diff
==============================================================================
--- packages/libsearch-xapian-perl/trunk/t/03podcoverage.t (original)
+++ packages/libsearch-xapian-perl/trunk/t/03podcoverage.t Fri Dec  8 02:14:32 2006
@@ -2,6 +2,6 @@
 
 eval "use Test::Pod::Coverage 1.04";
 plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
-plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
+plan skip_all => 'set TEST_POD_COVERAGE to enable this test' unless $ENV{TEST_POD_COVERAGE};
 
 all_pod_coverage_ok({also_private => [qr/[^\d][0123]$/]});




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