[Debian-iot-packaging] [alljoyn-services-1509] 01/01: Import Debian changes 15.09-5
Thorsten Alteholz
alteholz at moszumanska.debian.org
Thu Aug 17 18:09:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository alljoyn-services-1509.
commit 458192fe98f1b5392fa0279e2fced4831e408e13
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Tue Aug 15 19:28:32 2017 +0200
Import Debian changes 15.09-5
alljoyn-services-1509 (15.09-5) unstable; urgency=medium
* add gcc7 patch
* debian/control: change priority: from extra to optional
* debian/control: bump standard to 4.0.1 (no changes)
alljoyn-services-1509 (15.09-4) unstable; urgency=medium
* fix broken symlink (closes: #857521).
(thanks to Michael Ott for the patch)
---
debian/changelog | 15 +++++++++++++++
debian/control | 4 ++--
debian/liballjoynservices1509.install | 1 +
debian/patches/gcc7.patch | 15 +++++++++++++++
debian/patches/series | 1 +
5 files changed, 34 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 55b30b8..0a0c7fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+alljoyn-services-1509 (15.09-5) unstable; urgency=medium
+
+ * add gcc7 patch
+ * debian/control: change priority: from extra to optional
+ * debian/control: bump standard to 4.0.1 (no changes)
+
+ -- Thorsten Alteholz <debian at alteholz.de> Tue, 15 Aug 2017 19:28:32 +0200
+
+alljoyn-services-1509 (15.09-4) unstable; urgency=medium
+
+ * fix broken symlink (closes: #857521).
+ (thanks to Michael Ott for the patch)
+
+ -- Thorsten Alteholz <debian at alteholz.de> Sun, 26 Mar 2017 12:28:32 +0200
+
alljoyn-services-1509 (15.09-3) unstable; urgency=medium
* move package to debian-iot-maintainer
diff --git a/debian/control b/debian/control
index c3e5df4..c38f985 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
Source: alljoyn-services-1509
Section: net
-Priority: extra
+Priority: optional
Maintainer: Debian IoT Maintainers <debian-iot-maintainers at lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian at alteholz.de>
Build-Depends: dh-exec (>=0.3)
@@ -18,7 +18,7 @@ Build-Depends: dh-exec (>=0.3)
# , libitext-java
# , ant
# , libcap-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.1
Homepage: https://allseenalliance.org/framework
Vcs-Browser: https://anonscm.debian.org/cgit/debian-iot/alljoyn-services-1509.git
Vcs-Git: https://anonscm.debian.org/git/debian-iot/alljoyn-services-1509.git
diff --git a/debian/liballjoynservices1509.install b/debian/liballjoynservices1509.install
index 30ab97c..888fb89 100755
--- a/debian/liballjoynservices1509.install
+++ b/debian/liballjoynservices1509.install
@@ -5,3 +5,4 @@ services_common/build/*/*/*/dist/services_common/lib/liballjoyn_services_common.
controlpanel/build/*/*/*/dist/controlpanel/lib/liballjoyn_controlpanel.so.* /usr/lib/${DEB_HOST_MULTIARCH}
notification/build/*/*/*/dist/notification/lib/liballjoyn_notification.so.* /usr/lib/${DEB_HOST_MULTIARCH}
onboarding/build/*/*/*/dist/onboarding/lib/liballjoyn_onboarding.so.* /usr/lib/${DEB_HOST_MULTIARCH}
+config/build/*/*/*/dist/config/lib/liballjoyn_config.so.* /usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/patches/gcc7.patch b/debian/patches/gcc7.patch
new file mode 100644
index 0000000..6845038
--- /dev/null
+++ b/debian/patches/gcc7.patch
@@ -0,0 +1,15 @@
+Description: fix gcc-7 issues
+Author: Thorsten Alteholz <debian at alteholz.de>
+Index: alljoyn-services-1504/sample_apps/cpp/samples/ACServerSample/provided/ControlPanelProvided.cc
+===================================================================
+--- alljoyn-services-1504.orig/sample_apps/cpp/samples/ACServerSample/provided/ControlPanelProvided.cc 2015-06-05 22:59:30.000000000 +0200
++++ alljoyn-services-1504/sample_apps/cpp/samples/ACServerSample/provided/ControlPanelProvided.cc 2017-08-16 08:55:13.045632407 +0200
+@@ -36,7 +36,7 @@
+ static char statusText[150] = "Unit is off \0";
+ static char* statusString = statusText;
+ static uint16_t triggerAnUpdate = 0;
+-static char notificationText[50] = "Notification text goes here";
++static char notificationText[150] = "Notification text goes here";
+ static char* notificationString = notificationText;
+ static uint16_t sendANotification = 0;
+ static uint8_t signalsToSend = 0;
diff --git a/debian/patches/series b/debian/patches/series
index 78b7e3e..bd1b441 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ add-linux-pthread.patch
hardening.patch
spelling.patch
no-bsymbolic.patch
+gcc7.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/alljoyn-services-1509.git
More information about the Debian-iot-packaging
mailing list