[Pkg-privacy-commits] [msva-perl] 13/15: prepare new 0.8.1-1 debian release for testing-proposed-updates for wheezy.
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to annotated tag msva-perl_debian/0.8.1-2
in repository msva-perl.
commit d46c6c1b1e3a4921e13835d9775f77b424e8e96e
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Fri Feb 8 00:00:48 2013 -0500
prepare new 0.8.1-1 debian release for testing-proposed-updates for wheezy.
---
debian/changelog | 12 ++++++++++++
debian/control | 4 ++--
debian/gbp.conf | 4 ++--
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d347eec..ee9fb34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+msva-perl (0.8.1-1) testing-proposed-updates; urgency=low
+
+ * incorporated minimized upstream changesets to deal with wheezy.
+ - spawn daemon as a subprocess instead of the master process
+ (Closes: #682353, #682518)
+ - avoid spurious logging errors (Closes: #642304)
+ - bind to IPv4 loopback explicitly (Closes: #661939)
+ - rely on new Net::Server (>= 2.00)
+ * bump Standards-Version to 3.9.4 (no changes needed).
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net> Thu, 07 Feb 2013 23:58:15 -0500
+
msva-perl (0.8-2) unstable; urgency=low
* Release into unstable.
diff --git a/debian/control b/debian/control
index 201f341..458f748 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Micah Anderson <micah at debian.org>
Build-Depends:
debhelper (>= 7.0),
perl
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
Homepage: http://web.monkeysphere.info/
Vcs-Git: git://git.monkeysphere.info/msva-perl
@@ -15,7 +15,7 @@ Architecture: all
Depends:
libcrypt-x509-perl,
libconvert-asn1-perl,
- libnet-server-perl,
+ libnet-server-perl (>= 2.00),
libhttp-server-simple-perl,
libjson-perl,
libparent-perl,
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 4a210f5..0d6a168 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,6 +1,6 @@
[DEFAULT]
-upstream-branch = master
-debian-branch = debian
+upstream-branch = 0.8-stable
+debian-branch = wheezy
upstream-tag = msva-perl/%(version)s
debian-tag = msva-perl_debian/%(version)s
pristine-tar = False
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git
More information about the Pkg-privacy-commits
mailing list