[libhttp-daemon-ssl-perl] 06/07: Import Debian changes 1.04-3

Mike Gabriel sunweaver at debian.org
Mon Sep 18 16:02:15 UTC 2017


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

sunweaver pushed a commit to branch master
in repository libhttp-daemon-ssl-perl.

commit 6b871531e464d3b23fd6424f64f1a5c012060a0a
Author: Matej Vela <vela at debian.org>
Date:   Sat Apr 2 15:27:02 2011 +0200

    Import Debian changes 1.04-3
    
    libhttp-daemon-ssl-perl (1.04-3) unstable; urgency=low
    
      * Prepare for libwww-perl 6; thanks to Nicholas Bamber.  Closes: #620485.
        - Depend on libhttp-daemon-perl | libwww-perl (<< 6).
        - Suggest libhttp-message-perl for HTTP::Status.
      * Use new 3.0 (quilt) source format.
      * Switch to debhelper 8.
      * debian/patches/pod-errors.diff: Fix missing POD markup,
        <http://rt.cpan.org/Ticket/Display.html?id=46038>.
      * debian/control: Add Homepage field.
      * debian/control: Drop versioned dependency on perl (>= 5.6.0-16)
        (a no-op since woody).
      * Conforms to Standards version 3.9.1.
---
 debian/changelog               | 16 ++++++++++++++++
 debian/compat                  |  2 +-
 debian/control                 | 10 ++++++----
 debian/docs                    |  2 ++
 debian/patches/pod-errors.diff | 17 +++++++++++++++++
 debian/patches/series          |  1 +
 debian/rules                   |  8 ++------
 debian/source/format           |  1 +
 8 files changed, 46 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da4246a..44a3d32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+libhttp-daemon-ssl-perl (1.04-3) unstable; urgency=low
+
+  * Prepare for libwww-perl 6; thanks to Nicholas Bamber.  Closes: #620485.
+    - Depend on libhttp-daemon-perl | libwww-perl (<< 6).
+    - Suggest libhttp-message-perl for HTTP::Status.
+  * Use new 3.0 (quilt) source format.
+  * Switch to debhelper 8.
+  * debian/patches/pod-errors.diff: Fix missing POD markup,
+    <http://rt.cpan.org/Ticket/Display.html?id=46038>.
+  * debian/control: Add Homepage field.
+  * debian/control: Drop versioned dependency on perl (>= 5.6.0-16)
+    (a no-op since woody).
+  * Conforms to Standards version 3.9.1.
+
+ -- Matej Vela <vela at debian.org>  Sat, 02 Apr 2011 15:27:02 +0200
+
 libhttp-daemon-ssl-perl (1.04-2) unstable; urgency=low
 
   * Don't try to remove /usr/lib/perl5 if it's not there.
diff --git a/debian/compat b/debian/compat
index b8626c4..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+8
diff --git a/debian/control b/debian/control
index 7015a4c..df77356 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,16 @@
 Source: libhttp-daemon-ssl-perl
 Section: perl
 Priority: extra
-Build-Depends: cdbs, debhelper
-Build-Depends-Indep: perl (>= 5.6.0-16), libio-socket-ssl-perl, libwww-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libio-socket-ssl-perl, libhttp-daemon-perl | libwww-perl (<< 6)
 Maintainer: Matej Vela <vela at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/HTTP-Daemon-SSL/
 
 Package: libhttp-daemon-ssl-perl
 Architecture: all
-Depends: ${perl:Depends}, libio-socket-ssl-perl, libwww-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl, libhttp-daemon-perl | libwww-perl (<< 6)
+Suggests: libhttp-message-perl
 Description: A simple HTTP server class with SSL support
  HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL sockets
  (via IO::Socket::SSL) instead of cleartext sockets.  It also handles
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..4326f0d
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+BUGS
+README
diff --git a/debian/patches/pod-errors.diff b/debian/patches/pod-errors.diff
new file mode 100644
index 0000000..ffb8e6c
--- /dev/null
+++ b/debian/patches/pod-errors.diff
@@ -0,0 +1,17 @@
+Description: Fix missing POD markup
+Origin: upstream, http://rt.cpan.org/Ticket/Display.html?id=46038
+Bug: http://rt.cpan.org/Ticket/Display.html?id=46038
+Applied-Upstream: 1.05_01
+Last-Update: 2011-04-02
+
+--- libhttp-daemon-ssl-perl-1.04~/SSL.pm
++++ libhttp-daemon-ssl-perl-1.04/SSL.pm
+@@ -161,6 +161,8 @@
+ *DEBUG = \$HTTP::Daemon::DEBUG;
+ 
+ 
++=back
++
+ =head1 SEE ALSO
+ 
+ RFC 2068
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6085f13
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-errors.diff
diff --git a/debian/rules b/debian/rules
index 0b9f045..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-
-install/libhttp-daemon-ssl-perl::
-	[ ! -d $(DEB_DESTDIR)/usr/lib/perl5 ] \
-		|| rmdir -p --ignore-fail-on-non-empty $(DEB_DESTDIR)/usr/lib/perl5
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-daemon-ssl-perl.git



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