[Debian-iot-packaging] [openzwave] 01/01: Import Debian changes 1.5+ds-5
Thorsten Alteholz
alteholz at moszumanska.debian.org
Sun Aug 27 17:32:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository openzwave.
commit b94d85af9315d4d554d408005e4a3be1cc306c82
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Mon Aug 21 19:20:00 2017 +0200
Import Debian changes 1.5+ds-5
openzwave (1.5+ds-5) unstable; urgency=medium
* debian/control: bump to version 4.0.1 (no changes)
* debian/control: use dh 10 now
* debian/rules: more compiler options to make gcc7 happy (Closes: #871088)
---
debian/changelog | 8 ++++++++
debian/compat | 2 +-
debian/control | 4 ++--
...bopenzwave1.5.triggers => now-unused.libopenzwave1.5.triggers} | 0
debian/rules | 3 ++-
5 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 398765e..baa3d61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+openzwave (1.5+ds-5) unstable; urgency=medium
+
+ * debian/control: bump to version 4.0.1 (no changes)
+ * debian/control: use dh 10 now
+ * debian/rules: more compiler options to make gcc7 happy (Closes: #871088)
+
+ -- Thorsten Alteholz <debian at alteholz.de> Mon, 21 Aug 2017 19:20:00 +0200
+
openzwave (1.5+ds-4) unstable; urgency=medium
* move maintenance to debian-iot
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index d2dd836..1fce2bf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Maintainer: Debian IoT Maintainers <debian-iot-maintainers at lists.alioth.debian.o
Uploaders: Thorsten Alteholz <debian at alteholz.de>
Section: devel
Priority: optional
-Build-Depends: debhelper (>=9), dh-exec (>=0.2), g++ (>= 4.4), quilt, libudev-dev, libxml2-utils
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>=10), dh-exec (>=0.2), g++ (>= 4.4), quilt, libudev-dev, libxml2-utils
+Standards-Version: 4.0.1
Homepage: http://www.openzwave.com/
Vcs-Browser: https://anonscm.debian.org/cgit/debian-iot/openzwave.git
Vcs-Git: https://anonscm.debian.org/git/debian-iot/openzwave.git
diff --git a/debian/libopenzwave1.5.triggers b/debian/now-unused.libopenzwave1.5.triggers
similarity index 100%
rename from debian/libopenzwave1.5.triggers
rename to debian/now-unused.libopenzwave1.5.triggers
diff --git a/debian/rules b/debian/rules
index a67f6ac..f1d2846 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
#XXX: MORECPPFLAGS=-fPIE -pie
-MORECPPFLAGS=
+# add CFLAGS here as upstream make does not care about them and we need -Wformat
+MORECPPFLAGS=$(CFLAGS)
MORELDFLAGS:=-Wl,-z,now
ifndef DESTDIR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/openzwave.git
More information about the Debian-iot-packaging
mailing list