r38354 - in /trunk/libdbix-class-timestamp-perl/debian: changelog control rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Jun 21 16:28:01 UTC 2009


Author: carnil-guest
Date: Sun Jun 21 16:27:52 2009
New Revision: 38354

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38354
Log:
* Bump Standards Version to 3.8.2 (no changes)
* Add Build-Depends on libdatetime-format-sqlite-perl (Closes: #533949).
* Add myself to Uploaders
* Minimize debian/rules using override_ targets.

Modified:
    trunk/libdbix-class-timestamp-perl/debian/changelog
    trunk/libdbix-class-timestamp-perl/debian/control
    trunk/libdbix-class-timestamp-perl/debian/rules

Modified: trunk/libdbix-class-timestamp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/changelog?rev=38354&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/changelog (original)
+++ trunk/libdbix-class-timestamp-perl/debian/changelog Sun Jun 21 16:27:52 2009
@@ -1,10 +1,6 @@
-libdbix-class-timestamp-perl (0.08-1) UNRELEASED; urgency=low
+libdbix-class-timestamp-perl (0.08-1) unstable; urgency=medium
 
   [ gregor herrmann ]
-  TODO:
-  - t/05datetime.t fails
-  - the hack in debian/rules looks ugly -- other ideas?
-
   * New upstream release.
   * Remove whatis.patch (included upstream) and patch framework.
   * debian/copyright: fix typo in years of copyright for files in inc/*.
@@ -15,7 +11,13 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Mon, 27 Apr 2009 18:12:49 +0200
+  [ Salvatore Bonaccorso ]
+  * Bump Standards Version to 3.8.2 (no changes)
+  * Add Build-Depends on libdatetime-format-sqlite-perl (Closes: #533949).
+  * Add myself to Uploaders
+  * Minimize debian/rules using override_ targets.
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 21 Jun 2009 18:26:49 +0200
 
 libdbix-class-timestamp-perl (0.07-1) unstable; urgency=low
 

Modified: trunk/libdbix-class-timestamp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/control?rev=38354&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/control (original)
+++ trunk/libdbix-class-timestamp-perl/debian/control Sun Jun 21 16:27:52 2009
@@ -3,14 +3,21 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.2)
 Build-Depends-Indep: libclass-accessor-grouped-perl,
-  libdatetime-format-mysql-perl, libdatetime-perl, libdbix-class-perl,
-  perl (>= 5.6.0-12), libdbix-class-dynamicdefault-perl, libtime-warp-perl,
-  libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl,
+  libdatetime-format-mysql-perl, 
+  libdatetime-format-sqlite-perl,  
+  libdatetime-perl,
+  libdbix-class-perl,
+  perl (>= 5.6.0-12), 
+  libdbix-class-dynamicdefault-perl,
+  libtime-warp-perl,
+  libdbd-sqlite3-perl,
+  libtest-pod-perl,
+  libtest-pod-coverage-perl,
   libsql-translator-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Brian Cassidy <brian.cassidy at gmail.com>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.1
+ gregor herrmann <gregoa at debian.org>, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/DBIx-Class-TimeStamp/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-class-timestamp-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/

Modified: trunk/libdbix-class-timestamp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-timestamp-perl/debian/rules?rev=38354&op=diff
==============================================================================
--- trunk/libdbix-class-timestamp-perl/debian/rules (original)
+++ trunk/libdbix-class-timestamp-perl/debian/rules Sun Jun 21 16:27:52 2009
@@ -1,26 +1,10 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	TEST_POD=1 dh build
-	touch $@
+%:
+	dh $@
+
+override_dh_auto_test:
+	TEST_POD=1 dh_auto_test
 
 override_dh_auto_configure:
 	PERL5_CPANPLUS_IS_RUNNING=1 dh_auto_configure -- --skipdeps
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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