r50041 - in /trunk/libtext-query-perl/debian: ./ changelog control copyright dirs docs rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 3 06:31:22 UTC 2010


Author: jawnsy-guest
Date: Sun Jan  3 06:31:14 2010
New Revision: 50041

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

Added:
    trunk/libtext-query-perl/debian/
    trunk/libtext-query-perl/debian/changelog
    trunk/libtext-query-perl/debian/control
    trunk/libtext-query-perl/debian/copyright
    trunk/libtext-query-perl/debian/dirs
    trunk/libtext-query-perl/debian/docs
    trunk/libtext-query-perl/debian/rules   (with props)

Added: trunk/libtext-query-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/changelog?rev=50041&op=file
==============================================================================
--- trunk/libtext-query-perl/debian/changelog (added)
+++ trunk/libtext-query-perl/debian/changelog Sun Jan  3 06:31:14 2010
@@ -1,0 +1,30 @@
+libtext-query-perl (0.07-4) unstable; urgency=low
+
+  * Bumped Standards-Version to 3.5.6.1 (no changes required)
+  * control: s/Build-Depends/Build-Depends-Indep/
+  * copyright: fixed copyright notice and a typo
+  * rules: set DH_COMPAT to 3, build package in binary-indep 
+
+ -- Guillaume Morin <gemorin at debian.org>  Tue, 20 Aug 2002 18:28:13 +0200
+
+libtext-query-perl (0.07-3) unstable; urgency=low
+
+  * Updated package for new Perl policy
+
+ -- Guillaume Morin <gemorin at debian.org>  Fri, 16 Mar 2001 22:41:03 +0100
+
+libtext-query-perl (0.07-2) unstable; urgency=low
+
+  * Removed the hardcoded dependancy on perl 5.005 (closes: #80694)
+
+ -- Guillaume Morin <gemorin at debian.org>  Thu, 28 Dec 2000 13:18:11 +0100
+
+libtext-query-perl (0.07-1) unstable; urgency=low
+
+  * Initial Release with pristine sources.
+
+ -- Guillaume Morin <gemorin at debian.org>  Thu,  6 Jul 2000 16:16:58 +0200
+
+Local variables:
+mode: debian-changelog
+End:

Added: trunk/libtext-query-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/control?rev=50041&op=file
==============================================================================
--- trunk/libtext-query-perl/debian/control (added)
+++ trunk/libtext-query-perl/debian/control Sun Jan  3 06:31:14 2010
@@ -1,0 +1,23 @@
+Source: libtext-query-perl
+Section: interpreters
+Priority: optional
+Maintainer: Guillaume Morin <gemorin at debian.org>
+Standards-Version: 3.5.6.1
+Build-Depends-Indep: debhelper(>= 3.0.5),perl(>= 5.6.0-16)
+
+Package: libtext-query-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Text::Query - Query processing framework
+ This module provides an object that matches a data source
+ against a query expression.
+ .
+ Query expressions are compiled into an internal form when a new
+ object is created or the `prepare' method is called; they are
+ not recompiled on each match.
+ .
+ The class provided by this module uses four packages to process
+ the query. The query parser parses the question and calls a
+ query expression builder (internal form of the question). The
+ optimizer is then called to reduce the complexity of the
+ expression. The solver applies the expression on a data source.

Added: trunk/libtext-query-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/copyright?rev=50041&op=file
==============================================================================
--- trunk/libtext-query-perl/debian/copyright (added)
+++ trunk/libtext-query-perl/debian/copyright Sun Jan  3 06:31:14 2010
@@ -1,0 +1,18 @@
+This package was debianized by Guillaume Morin <guillaume.morin at alcove.fr> on
+Thu,  6 Jul 2000 16:16:58 +0200.
+
+It was downloaded from ftp.lip6.fr/pub/perl/CPAN/modules/by-module/Text/Text-Query-0.07.tar.gz
+
+Upstream Authors: Eric Bohlman <ebohlman at netcom.com>,Loic Dachary <loic at senga.org>
+
+   Copyright (C) 1999 Eric Bohlman, Loic Dachary
+
+   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 2, or (at your option) any
+   later version.  You may also use, redistribute and/or modify it
+   under the terms of the Artistic License supplied with your Perl
+   distribution
+
+
+see /usr/share/common-licenses/{Artistic,GPL} for more details.

Added: trunk/libtext-query-perl/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/dirs?rev=50041&op=file
==============================================================================
--- trunk/libtext-query-perl/debian/dirs (added)
+++ trunk/libtext-query-perl/debian/dirs Sun Jan  3 06:31:14 2010
@@ -1,0 +1,2 @@
+usr/lib/perl5/Text/Query
+usr/share/man/man3

Added: trunk/libtext-query-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/docs?rev=50041&op=file
==============================================================================
--- trunk/libtext-query-perl/debian/docs (added)
+++ trunk/libtext-query-perl/debian/docs Sun Jan  3 06:31:14 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libtext-query-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/rules?rev=50041&op=file
==============================================================================
--- trunk/libtext-query-perl/debian/rules (added)
+++ trunk/libtext-query-perl/debian/rules Sun Jan  3 06:31:14 2010
@@ -1,0 +1,77 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=3
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+	
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) install PREFIX=$(PWD)/debian/libtext-query-perl/usr
+	rm -rf $(PWD)/debian/libtext-query-perl/usr/lib
+
+# Build architecture-independent files here.
+binary-indep: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs
+#	dh_installexamples
+#	dh_installmenu
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installinit
+#	dh_installcron
+	dh_installmanpages
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs ChangeLog
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_suidregister
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

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




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