[med-svn] [Git][med-team/libzeep][master] 6 commits: debhelper-compat 12
Andreas Tille
gitlab at salsa.debian.org
Mon Sep 9 12:18:10 BST 2019
Andreas Tille pushed to branch master at Debian Med / libzeep
Commits:
af29dc3b by Andreas Tille at 2019-09-09T10:56:38Z
debhelper-compat 12
- - - - -
e0fd309e by Andreas Tille at 2019-09-09T10:56:41Z
Standards-Version: 4.4.0
- - - - -
ef9ec02b by Andreas Tille at 2019-09-09T10:56:42Z
Remove trailing whitespace in debian/changelog
- - - - -
d6cc92cd by Andreas Tille at 2019-09-09T10:56:43Z
Use secure URI in Homepage field.
Fixes lintian: homepage-field-uses-insecure-uri
See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details.
- - - - -
7f743b9b by Andreas Tille at 2019-09-09T10:56:43Z
Fix day-of-week for changelog entries 3.0.1-1, 2.9.0-2, 2.9.0-1.
Fixes lintian: debian-changelog-has-wrong-day-of-week
See https://lintian.debian.org/tags/debian-changelog-has-wrong-day-of-week.html for more details.
- - - - -
91afbc5e by Andreas Tille at 2019-09-09T11:03:38Z
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- − debian/compat
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,18 @@
-libzeep (3.0.5-2) UNRELEASED; urgency=medium
+libzeep (3.0.5-2) unstable; urgency=medium
- * Non-maintainer upload.
+ [ Helmut Grohne ]
* Fix FTCBFS: (Closes: #929274)
+ Let dh_auto_build pass cross tools to make.
+ nostrip.patch: Defer all stripping to dh_strip.
- -- Helmut Grohne <helmut at subdivi.de> Mon, 20 May 2019 17:36:30 +0200
+ [ Andreas Tille ]
+ * debhelper-compat 12
+ * Standards-Version: 4.4.0
+ * Remove trailing whitespace in debian/changelog
+ * Use secure URI in Homepage field.
+ * Fix day-of-week for changelog entries 3.0.1-1, 2.9.0-2, 2.9.0-1.
+
+ -- Andreas Tille <tille at debian.org> Mon, 09 Sep 2019 12:56:43 +0200
libzeep (3.0.5-1) experimental; urgency=medium
@@ -56,10 +63,10 @@ libzeep (3.0.2-5) unstable; urgency=medium
libzeep (3.0.2-4) unstable; urgency=medium
* Team upload.
- * d/p/libzeep-3.0-g++6-boost1.60.patch: correct compiling with
+ * d/p/libzeep-3.0-g++6-boost1.60.patch: correct compiling with
libboost1.60 in combination with g++ Closes: #824013
- * d/control: cme fix dpkg-control
- * d/control: set secure url for repository viewer
+ * d/control: cme fix dpkg-control
+ * d/control: set secure url for repository viewer
-- Gert Wollny <gw.fossdev at gmail.com> Fri, 13 May 2016 07:41:01 +0000
@@ -94,7 +101,7 @@ libzeep (3.0.1-1) unstable; urgency=low
* New upstream release with fix for IBM S/390 (Closes: #710543)
- -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Wed, 06 Jun 2013 10:00:00 +0200
+ -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Thu, 06 Jun 2013 10:00:00 +0200
libzeep (3.0.0-1) unstable; urgency=low
@@ -109,10 +116,10 @@ libzeep (2.9.0-2) unstable; urgency=low
* Work arounds for compilation failures on i386-hurd and s390
* Added the include-binaries file to the svn repository.
- -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Wed, 22 May 2012 10:00:00 +0200
+ -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Tue, 22 May 2012 10:00:00 +0200
libzeep (2.9.0-1) unstable; urgency=low
* Initial release. (Closes: #671481)
- -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Wed, 07 May 2012 10:00:00 +0200
+ -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Mon, 07 May 2012 10:00:00 +0200
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Maarten L. Hekkelman <maarten at hekkelman.com>,
Andreas Tille <tille at debian.org>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
libboost-dev,
libboost-filesystem-dev,
libboost-system-dev,
@@ -18,10 +18,10 @@ Build-Depends: debhelper (>= 11~),
docbook-xsl,
docbook-website,
xsltproc
-Standards-Version: 4.3.0
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/libzeep
Vcs-Git: https://salsa.debian.org/med-team/libzeep.git
-Homepage: http://github.com/mhekkel/libzeep
+Homepage: https://github.com/mhekkel/libzeep
Package: libzeep-dev
Architecture: any
@@ -33,8 +33,8 @@ Depends: ${misc:Depends},
libboost-system-dev,
libboost-regex-dev,
libboost-thread-dev,
- libboost-program-options-dev,
- libboost-random-dev
+ libboost-program-options-dev,
+ libboost-random-dev
Description: Development files for libzeep
Libzeep is a C++ library providing a validating XML parser, XML DOM tree
implementation, XPath 1.0 support and code to create SOAP/REST servers as
View it on GitLab: https://salsa.debian.org/med-team/libzeep/compare/afe5b32aaa3845ff86c8bd38fcd315edb91f4e4a...91afbc5ec40115b66053053e317cd436075dd1f4
--
View it on GitLab: https://salsa.debian.org/med-team/libzeep/compare/afe5b32aaa3845ff86c8bd38fcd315edb91f4e4a...91afbc5ec40115b66053053e317cd436075dd1f4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190909/cb0a40e1/attachment-0001.html>
More information about the debian-med-commit
mailing list