r50817 - in /trunk/libtext-querysql-perl/debian: changelog compat control docs rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jan 12 18:11:27 UTC 2010


Author: jawnsy-guest
Date: Tue Jan 12 18:11:13 2010
New Revision: 50817

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50817
Log:
Take over package (Closes: #547242)

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

Modified: trunk/libtext-querysql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-querysql-perl/debian/changelog?rev=50817&op=diff
==============================================================================
--- trunk/libtext-querysql-perl/debian/changelog (original)
+++ trunk/libtext-querysql-perl/debian/changelog Tue Jan 12 18:11:13 2010
@@ -1,3 +1,9 @@
+libtext-querysql-perl (0.07-7) UNRELEASED; urgency=low
+
+  * Take over package (Closes: #547242)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 03 Jan 2010 20:55:48 -0500
+
 libtext-querysql-perl (0.07-6) unstable; urgency=low
 
   * control: bumped Standards-Version to 3.5.6.1 (no changes required)

Added: trunk/libtext-querysql-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-querysql-perl/debian/compat?rev=50817&op=file
==============================================================================
--- trunk/libtext-querysql-perl/debian/compat (added)
+++ trunk/libtext-querysql-perl/debian/compat Tue Jan 12 18:11:13 2010
@@ -1,0 +1,1 @@
+7

Modified: trunk/libtext-querysql-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-querysql-perl/debian/control?rev=50817&op=diff
==============================================================================
--- trunk/libtext-querysql-perl/debian/control (original)
+++ trunk/libtext-querysql-perl/debian/control Tue Jan 12 18:11:13 2010
@@ -1,13 +1,19 @@
 Source: libtext-querysql-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),libtext-query-perl,libdbi-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtext-query-perl, libdbi-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-SQL/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-querysql-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-querysql-perl/
 
 Package: libtext-querysql-perl
 Architecture: all
-Depends: ${perl:Depends},libtext-query-perl(>=0.07),libdbi-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libtext-query-perl (>= 0.07),
+ libdbi-perl
 Description: Text-Query-SQL provides query builders for SQL databases
  Text-Query-SQL is derived from the Text-Query module.
  What is Text-Query then ? It is a general purpose query

Modified: trunk/libtext-querysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-querysql-perl/debian/rules?rev=50817&op=diff
==============================================================================
--- trunk/libtext-querysql-perl/debian/rules (original)
+++ trunk/libtext-querysql-perl/debian/rules Tue Jan 12 18:11:13 2010
@@ -1,78 +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-querysql-perl/usr
-	rm -rf $(PWD)/debian/libtext-querysql-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
-# Nothing
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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