r50124 - in /trunk/libtext-query-perl/debian: changelog compat control docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 4 02:02:25 UTC 2010


Author: jawnsy-guest
Date: Mon Jan  4 02:02:02 2010
New Revision: 50124

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50124
Log:
* Take over package (Closes: #547244)
* Add a watch file pointing to CPAN
* Rewrite control description
* Add myself to Uploaders and Copyright
* Use new short debhelper 7 rules format
* Standards-Version 3.8.3 (add Homepage, Vcs-Svn
  and Vcs-Browser fields)
* No longer install README

Added:
    trunk/libtext-query-perl/debian/compat
    trunk/libtext-query-perl/debian/watch
Removed:
    trunk/libtext-query-perl/debian/docs
Modified:
    trunk/libtext-query-perl/debian/changelog
    trunk/libtext-query-perl/debian/control
    trunk/libtext-query-perl/debian/rules

Modified: trunk/libtext-query-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/changelog?rev=50124&op=diff
==============================================================================
--- trunk/libtext-query-perl/debian/changelog (original)
+++ trunk/libtext-query-perl/debian/changelog Mon Jan  4 02:02:02 2010
@@ -1,3 +1,16 @@
+libtext-query-perl (0.07-5) UNRELEASED; urgency=low
+
+  * Take over package (Closes: #547244)
+  * Add a watch file pointing to CPAN
+  * Rewrite control description
+  * Add myself to Uploaders and Copyright
+  * Use new short debhelper 7 rules format
+  * Standards-Version 3.8.3 (add Homepage, Vcs-Svn
+    and Vcs-Browser fields)
+  * No longer install README
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 03 Jan 2010 20:55:26 -0500
+
 libtext-query-perl (0.07-4) unstable; urgency=low
 
   * Bumped Standards-Version to 3.5.6.1 (no changes required)

Added: trunk/libtext-query-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/compat?rev=50124&op=file
==============================================================================
--- trunk/libtext-query-perl/debian/compat (added)
+++ trunk/libtext-query-perl/debian/compat Mon Jan  4 02:02:02 2010
@@ -1,0 +1,1 @@
+7

Modified: trunk/libtext-query-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/control?rev=50124&op=diff
==============================================================================
--- trunk/libtext-query-perl/debian/control (original)
+++ trunk/libtext-query-perl/debian/control Mon Jan  4 02:02:02 2010
@@ -1,23 +1,20 @@
 Source: libtext-query-perl
-Section: interpreters
+Section: perl
 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)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Text-Query/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-query-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-query-perl/
 
 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.
+Description: query processing framework
+ Text::Query is a Perl module that provides an object for matching arbitrary
+ data sources against query expressions. 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.

Modified: trunk/libtext-query-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/rules?rev=50124&op=diff
==============================================================================
--- trunk/libtext-query-perl/debian/rules (original)
+++ trunk/libtext-query-perl/debian/rules Mon Jan  4 02:02:02 2010
@@ -1,77 +1,4 @@
 #!/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
+%:
+	dh $@

Added: trunk/libtext-query-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-query-perl/debian/watch?rev=50124&op=file
==============================================================================
--- trunk/libtext-query-perl/debian/watch (added)
+++ trunk/libtext-query-perl/debian/watch Mon Jan  4 02:02:02 2010
@@ -1,0 +1,5 @@
+# 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/Text-Query/   .*/Text-Query-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+




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