r57458 - in /trunk/libkinosearch-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 4 19:26:44 UTC 2010


Author: jawnsy-guest
Date: Tue May  4 19:26:31 2010
New Revision: 57458

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57458
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libkinosearch-perl/debian/
    trunk/libkinosearch-perl/debian/changelog
    trunk/libkinosearch-perl/debian/compat
    trunk/libkinosearch-perl/debian/control
    trunk/libkinosearch-perl/debian/copyright
    trunk/libkinosearch-perl/debian/rules   (with props)
    trunk/libkinosearch-perl/debian/watch

Added: trunk/libkinosearch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/changelog?rev=57458&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/changelog (added)
+++ trunk/libkinosearch-perl/debian/changelog Tue May  4 19:26:31 2010
@@ -1,0 +1,14 @@
+libkinosearch-perl (0.165-1) unstable; urgency=low
+
+  * New upstream release
+    - fixes FTBFS on some archs; thanks to the Fedora project for the
+      fix (closes: #503383).
+  * Update Standards-Version (no changes)
+
+ -- Dominic Hargreaves <dom at earth.li>  Mon, 13 Apr 2009 18:11:05 +0100
+
+libkinosearch-perl (0.163-1) unstable; urgency=low
+
+  * Initial Release (closes: #493909).
+
+ -- Dominic Hargreaves <dom at earth.li>  Wed,  3 Sep 2008 23:11:22 +0100

Added: trunk/libkinosearch-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/compat?rev=57458&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/compat (added)
+++ trunk/libkinosearch-perl/debian/compat Tue May  4 19:26:31 2010
@@ -1,0 +1,1 @@
+5

Added: trunk/libkinosearch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/control?rev=57458&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/control (added)
+++ trunk/libkinosearch-perl/debian/control Tue May  4 19:26:31 2010
@@ -1,0 +1,15 @@
+Source: libkinosearch-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), libmodule-build-perl, libcompress-zlib-perl, liblingua-stopwords-perl (>= 0.02), liblingua-stem-snowball-perl (>= 0.94), libextutils-cbuilder-perl, libextutils-parsexs-perl, perl (>= 5.6.10-12)
+Maintainer: Dominic Hargreaves <dom at earth.li>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/KinoSearch/
+
+Package: libkinosearch-perl
+Architecture: any
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, libcompress-zlib-perl, liblingua-stem-snowball-perl, liblingua-stopwords-perl (>= 0.02), liblingua-stem-snowball-perl (>= 0.94)
+Description: search engine library
+ KinoSearch is a loose port of the Java search engine library Apache
+ Lucene, written in Perl and C. The archetypal application is website
+ search, but it can be put to many different uses.

Added: trunk/libkinosearch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/copyright?rev=57458&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/copyright (added)
+++ trunk/libkinosearch-perl/debian/copyright Tue May  4 19:26:31 2010
@@ -1,0 +1,23 @@
+This is the debian package for the KinoSearch module.
+It was created by Dominic Hargreaves <dom at earth.li> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/KinoSearch/
+
+The upstream author is: Marvin Humphrey <marvin at rectangular dot com>.
+
+Copyright 2005-2007 Marvin Humphrey
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+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'.
+
+Terms of usage for Apache Lucene, from which portions of KinoSearch are
+derived, are spelled out in the Apache License: see the file
+`/usr/share/common-licenses/Apache-2.0`.
+
+The Debian packaging is (C) 2008, Dominic Hargreaves <dom at earth.li> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libkinosearch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/rules?rev=57458&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/rules (added)
+++ trunk/libkinosearch-perl/debian/rules Tue May  4 19:26:31 2010
@@ -1,0 +1,73 @@
+#!/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)
+
+# Allow disabling build optimisation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor config=optimize="$(CFLAGS)"
+	OPTIMIZE="$(CFLAGS)" $(PERL) Build
+	$(PERL) Build test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP) here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	touch $@
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do here for an architecture-dependent package
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_shlibdeps
+	dh_strip
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libkinosearch-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libkinosearch-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/watch?rev=57458&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/watch (added)
+++ trunk/libkinosearch-perl/debian/watch Tue May  4 19:26:31 2010
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/KinoSearch/   .*/KinoSearch-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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