r7788 - in /trunk/libdbd-sqlite3-perl/debian: changelog control copyright libdbd-sqlite3-perl.docs libdbd-sqlite3-perl.install rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Sep 20 10:18:30 UTC 2007


Author: hanska-guest
Date: Thu Sep 20 10:18:30 2007
New Revision: 7788

URL: http://svn.debian.org/wsvn/?sc=1&rev=7788
Log:
* New upstream release
* debian/control:
  - added myself to Uploaders and wrapped it
  - added Homepage pseudofield
  - long description purged from useless empty lines
* debian/libdbd-sqlite3-perl.docs removed - passing argument directly
  to dh_installdocs
* debian/libdbd-sqlite3-perl.install removed - it's not needed
* debian/rules:
  - some stylistic changes
  - removed unneeded comment lines
  - moved dh_clean before $(MAKE) realclean
* debian/copyright - typo fixed

Removed:
    trunk/libdbd-sqlite3-perl/debian/libdbd-sqlite3-perl.docs
    trunk/libdbd-sqlite3-perl/debian/libdbd-sqlite3-perl.install
Modified:
    trunk/libdbd-sqlite3-perl/debian/changelog
    trunk/libdbd-sqlite3-perl/debian/control
    trunk/libdbd-sqlite3-perl/debian/copyright
    trunk/libdbd-sqlite3-perl/debian/rules

Modified: trunk/libdbd-sqlite3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbd-sqlite3-perl/debian/changelog?rev=7788&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/changelog (original)
+++ trunk/libdbd-sqlite3-perl/debian/changelog Thu Sep 20 10:18:30 2007
@@ -1,6 +1,18 @@
 libdbd-sqlite3-perl (1.14-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
+  * debian/control:
+    - added myself to Uploaders and wrapped it
+    - added Homepage pseudofield
+    - long description purged from useless empty lines
+  * debian/libdbd-sqlite3-perl.docs removed - passing argument directly
+    to dh_installdocs
+  * debian/libdbd-sqlite3-perl.install removed - it's not needed
+  * debian/rules:
+    - some stylistic changes
+    - removed unneeded comment lines
+    - moved dh_clean before $(MAKE) realclean
+  * debian/copyright - typo fixed
 
  -- David Paleino <d.paleino at gmail.com>  Thu, 20 Sep 2007 11:42:53 +0200
 

Modified: trunk/libdbd-sqlite3-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdbd-sqlite3-perl/debian/control?rev=7788&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/control (original)
+++ trunk/libdbd-sqlite3-perl/debian/control Thu Sep 20 10:18:30 2007
@@ -1,12 +1,14 @@
 Source: libdbd-sqlite3-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 5.0), perl (>= 5.8), libdbi-perl (>= 1.03), libsqlite3-dev (>> 3.1.3)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Marcelo E. Magallon <mmagallo at debian.org>, Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Marcelo E. Magallon <mmagallo at debian.org>,
+ Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>,
+ David Paleino <d.paleino at gmail.com>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-sqlite3-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/
-Build-Depends: debhelper (>= 5.0), perl (>= 5.8), libdbi-perl (>= 1.03), libsqlite3-dev (>> 3.1.3)
 
 Package: libdbd-sqlite3-perl
 Section: perl
@@ -24,14 +26,14 @@
  .
   * Implements a large subset of SQL92
     See http://www.hwaci.com/sw/sqlite/lang.html for details.
- .
   * A complete DB in a single disk file
     Everything for your database is stored in a single disk file, making it
     easier to move things around than with DBD::CSV.
- .
   * Atomic commit and rollback
  .
  The engine is very fast, but for updates/inserts/dml it does perform
  a global lock on the entire database.  This, obviously, might not be
  good for multiple user systems.  So beware.  The database also
  appears to be significantly faster if your transactions are coarse.
+ .
+  Homepage: http://search.cpan.org/dist/DBD-SQLite/

Modified: trunk/libdbd-sqlite3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libdbd-sqlite3-perl/debian/copyright?rev=7788&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/copyright (original)
+++ trunk/libdbd-sqlite3-perl/debian/copyright Thu Sep 20 10:18:30 2007
@@ -4,7 +4,7 @@
 It was downloaded from the Comprehensive Perl Archive Network (CPAN).
 Visit <http://www.cpan.org/> to find a CPAN site near you.
 
-Upstream Authors: Matt Sergeant <matt at sergeant.org>
+Upstream Author: Matt Sergeant <matt at sergeant.org>
 
 Copyright:
 

Modified: trunk/libdbd-sqlite3-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdbd-sqlite3-perl/debian/rules?rev=7788&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/rules (original)
+++ trunk/libdbd-sqlite3-perl/debian/rules Thu Sep 20 10:18:30 2007
@@ -1,66 +1,53 @@
 #!/usr/bin/make -f
-## ----------------------------------------------------------------------
-## debian/rules : package script for libdbd-sqlite3-perl
-## ----------------------------------------------------------------------
 
-## ----------------------------------------------------------------------
-## uncomment this to turn on verbose mode
+# uncomment this to turn on verbose mode
 #export DH_VERBOSE=1
 
-## ----------------------------------------------------------------------
 b := $(shell pwd)/debian/libdbd-sqlite3-perl
 
-## ----------------------------------------------------------------------
-## targets
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+	-rm -rf output junk
 
-clean:
-		dh_testdir
-		dh_testroot
-		[ ! -f Makefile ] || $(MAKE) realclean
-		dh_clean
-		-rm -rf output
-		-rm -rf junk
-		rm -f build-stamp install-stamp
+build: build-stamp
+build-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor USE_LOCAL_SQLITE=0
+	mkdir -p junk/
+	$(MAKE)
+	$(MAKE) test
+	touch $@
 
-build:		build-stamp
-build-stamp:
-		dh_testdir
-		perl Makefile.PL INSTALLDIRS=vendor USE_LOCAL_SQLITE=0
-		mkdir -p junk/
-		$(MAKE)
-		$(MAKE) test
-		touch build-stamp
-
-install:	install-stamp
+install: install-stamp
 install-stamp:	build
-		dh_testdir
-		dh_testroot
-		dh_clean -k
-		dh_installdirs
-		$(MAKE) install PREFIX=$(b)/usr
-		mv $(b)/usr/lib/perl5/DBD/ $(b)/usr/share/perl5/
-		touch install-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX=$(b)/usr
+	mv $(b)/usr/lib/perl5/DBD/ $(b)/usr/share/perl5/
+	touch $@
 
 binary-indep:
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_installdebconf
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
 
-binary-arch:	build install
-		dh_testdir
-		dh_testroot
-		dh_installdocs
-		dh_installchangelogs Changes
-		dh_installdebconf
-		dh_strip
-		dh_compress
-		dh_fixperms
-		dh_installdeb
-		dh_shlibdeps
-		dh_perl
-		dh_gencontrol
-		dh_md5sums
-		dh_builddeb
+binary: binary-indep binary-arch
 
-binary:		binary-indep binary-arch
-
-.PHONY:		clean build install binary-indep binary-arch binary
-
-## ----------------------------------------------------------------------
+.PHONY:	clean build install binary-indep binary-arch binary




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