[libdatetime-format-mysql-perl] 02/04: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Sun May 10 19:22:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdatetime-format-mysql-perl.

commit 5a8de8179df585497e583b56ea3c87ba8548139d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 10 21:13:01 2015 +0200

    Apply wrap-and-sort
---
 debian/changelog |  1 +
 debian/control   | 11 +++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba19c09..b1799aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libdatetime-format-mysql-perl (0.05-1) UNRELEASED; urgency=medium
   * Comment out version mangling in debian/watch. Not yet needed.
   * Import upstream version 0.05
   * Mention module name in long package description.
+  * Apply wrap-and-sort.
 
  -- Axel Beckert <abe at debian.org>  Sun, 10 May 2015 21:08:48 +0200
 
diff --git a/debian/control b/debian/control
index c000ba3..d7d13e9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9~),
                perl
-Build-Depends-Indep: libdatetime-perl,
-                     libdatetime-format-builder-perl
+Build-Depends-Indep: libdatetime-format-builder-perl,
+                     libdatetime-perl
 Standards-Version: 3.9.4
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-mysql-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-mysql-perl.git
@@ -15,14 +15,13 @@ Homepage: https://metacpan.org/release/DateTime-Format-MySQL
 
 Package: libdatetime-format-mysql-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
+Depends: libdatetime-format-builder-perl,
          libdatetime-perl,
-         libdatetime-format-builder-perl
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Parse and format MySQL dates and times
  DateTime::Format::MySQL understands the formats used by MySQL for its
  DATE, DATETIME, TIME, and TIMESTAMP data types.  It can be used to
  parse these formats in order to create DateTime objects, and it can
  take a DateTime object and produce a string representing it in the
  MySQL format.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-format-mysql-perl.git



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