r48677 - in /trunk/libdatetime-format-sqlite-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 13 12:55:30 UTC 2009


Author: gregoa
Date: Sun Dec 13 12:55:25 2009
New Revision: 48677

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48677
Log:
* Minimize debian/rules.
* Set Standards-Version to 3.8.3 (no changes).
* Add /me to Uploaders.
* debian/control: make short description a noun phrase; wrap long line.

Modified:
    trunk/libdatetime-format-sqlite-perl/debian/changelog
    trunk/libdatetime-format-sqlite-perl/debian/control
    trunk/libdatetime-format-sqlite-perl/debian/rules

Modified: trunk/libdatetime-format-sqlite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-sqlite-perl/debian/changelog?rev=48677&op=diff
==============================================================================
--- trunk/libdatetime-format-sqlite-perl/debian/changelog (original)
+++ trunk/libdatetime-format-sqlite-perl/debian/changelog Sun Dec 13 12:55:25 2009
@@ -11,6 +11,10 @@
   [ gregor herrmann ]
   * New upstream release:
     - fixes "FTBFS: tests failed" (closes: #560622)
+  * Minimize debian/rules.
+  * Set Standards-Version to 3.8.3 (no changes).
+  * Add /me to Uploaders.
+  * debian/control: make short description a noun phrase; wrap long line.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 13 Dec 2009 13:51:19 +0100
 

Modified: trunk/libdatetime-format-sqlite-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-sqlite-perl/debian/control?rev=48677&op=diff
==============================================================================
--- trunk/libdatetime-format-sqlite-perl/debian/control (original)
+++ trunk/libdatetime-format-sqlite-perl/debian/control Sun Dec 13 12:55:25 2009
@@ -2,10 +2,13 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libdatetime-perl (>= 0.1), libdatetime-format-builder-perl (>= 0.6), libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl, libdatetime-perl (>= 0.1),
+ libdatetime-format-builder-perl (>= 0.6), libdbd-sqlite3-perl,
+ libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>
-Standards-Version: 3.8.0
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/DateTime-Format-SQLite/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-sqlite-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-sqlite-perl/
@@ -14,7 +17,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl (>= 0.1),
   libdatetime-format-builder-perl (>= 0.6)
-Description: Parse and format SQLite dates and times
+Description: module to parse and format SQLite dates and times
  DateTime::Format::SQLite understands the formats used by SQLite for its date,
  datetime and time functions. It can be used to parse these formats in order
  to create DateTime objects, and it can take a DateTime object and produce a

Modified: trunk/libdatetime-format-sqlite-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-sqlite-perl/debian/rules?rev=48677&op=diff
==============================================================================
--- trunk/libdatetime-format-sqlite-perl/debian/rules (original)
+++ trunk/libdatetime-format-sqlite-perl/debian/rules Sun Dec 13 12:55:25 2009
@@ -1,23 +1,3 @@
 #!/usr/bin/make -f
-
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-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