[SCM] Debian packaging of libnet-gpsd3-perl branch, master, updated. 5c0c335fa1cca848f1ab174f17074297079cf625

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Aug 22 10:38:21 UTC 2011


The following commit has been merged in the master branch:
commit 5c0c335fa1cca848f1ab174f17074297079cf625
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Aug 22 10:35:44 2011 +0000

    add dependency on libdatetime-format-w3cdtf-perl

diff --git a/debian/changelog b/debian/changelog
index ced78ef..150f952 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libnet-gpsd3-perl (0.17-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.17
   * Update Standards-Version to 3.9.2 (link directly to GPL-1).
   * Use debhelper 8 / source-format 3.0 (quilt).
+  * add dependency on libdatetime-format-w3cdtf-perl
 
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.
diff --git a/debian/control b/debian/control
index 669b4d3..785b29a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libdatetime-perl, libjson-xs-perl,
-  libio-socket-inet6-perl, libgps-point-perl
+  libio-socket-inet6-perl, libgps-point-perl, libdatetime-format-w3cdtf-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, 
   Florian Schlichting <fschlich at zedat.fu-berlin.de>
@@ -15,7 +15,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-gpsd3-
 Package: libnet-gpsd3-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl,
-  libjson-xs-perl, libio-socket-inet6-perl, libgps-point-perl
+  libjson-xs-perl, libio-socket-inet6-perl, libgps-point-perl,
+  libdatetime-format-w3cdtf-perl
 Suggests: gpsd (>= 2.90)
 Description: Perl interface to the gpsd server daemon protocol version 3 (JSON)
  Net::GPSD3 provides an object client interface to the gpsd server daemon

-- 
Debian packaging of libnet-gpsd3-perl



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