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

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Aug 22 14:52:57 UTC 2011


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

    fix TODO items
    
    - versioned dependency on libdatetime-format-w3cdtf-perl
    - Debian systems are not limited to GNU/Linux
    
    also, delete mass-commit changelog entry superseded by conversion to 3.0
    (quilt) source format

diff --git a/debian/changelog b/debian/changelog
index 9e9b2e0..3b42edb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,12 @@
-libnet-gpsd3-perl (0.17-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control: make libdatetime-format-w3cdtf-perl (build) dependency
-    versioned (lenny and squeeze have older versions)
-  - d/copyright: s|GNU/Linux||g
+libnet-gpsd3-perl (0.17-1) unstable; urgency=low
 
   [ Florian Schlichting ]
   * 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.
+  * Add dependency on libdatetime-format-w3cdtf-perl (>= 0.06).
   * Patch Makefile.PL to not install examples into /usr/bin.
 
-  [ gregor herrmann ]
-  * debian/rules: switch order of arguments to dh.
-
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
@@ -22,7 +14,7 @@ libnet-gpsd3-perl (0.17-1) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
- -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Mon, 22 Aug 2011 12:27:51 +0000
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Mon, 22 Aug 2011 14:28:22 +0000
 
 libnet-gpsd3-perl (0.11-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 785b29a..eb82570 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, libdatetime-format-w3cdtf-perl
+  libio-socket-inet6-perl, libgps-point-perl, libdatetime-format-w3cdtf-perl (>= 0.06)
 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>
@@ -16,7 +16,7 @@ Package: libnet-gpsd3-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl,
   libjson-xs-perl, libio-socket-inet6-perl, libgps-point-perl,
-  libdatetime-format-w3cdtf-perl
+  libdatetime-format-w3cdtf-perl (>= 0.06)
 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
diff --git a/debian/copyright b/debian/copyright
index c551d42..c1caea8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -28,7 +28,7 @@ License: Artistic
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian GNU/Linux systems, the complete text of the Artistic License
+ On Debian systems, the complete text of the Artistic License
  can be found in `/usr/share/common-licenses/Artistic'
 
 License: GPL-1+
@@ -37,5 +37,5 @@ License: GPL-1+
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
+ On Debian systems, the complete text of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'

-- 
Debian packaging of libnet-gpsd3-perl



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