[Debian-iot-packaging] [alljoyn-services-1604] 01/01: Import Debian changes 16.04-4

Thorsten Alteholz alteholz at moszumanska.debian.org
Thu Aug 17 18:10:41 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-1604.

commit 82801312ceda4e02b6d8c5cbe1eeaccb39fd28d6
Author: Thorsten Alteholz <debian at alteholz.de>
Date:   Wed Aug 16 19:28:32 2017 +0200

    Import Debian changes 16.04-4
    
    alljoyn-services-1604 (16.04-4) unstable; urgency=medium
    
      * add gcc7 patch (Closes: #853308)
      * debian/control: change priority: from extra to optional
      * debian/control: bump standard to 4.0.1 (no changes)
---
 debian/changelog          |  8 ++++++++
 debian/control            |  4 ++--
 debian/patches/gcc7.patch | 15 +++++++++++++++
 debian/patches/series     |  1 +
 4 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 06af961..566feb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+alljoyn-services-1604 (16.04-4) unstable; urgency=medium
+
+  * add gcc7 patch (Closes: #853308)
+  * debian/control: change priority: from extra to optional
+  * debian/control: bump standard to 4.0.1 (no changes)
+
+ -- Thorsten Alteholz <debian at alteholz.de>  Wed, 16 Aug 2017 19:28:32 +0200
+
 alljoyn-services-1604 (16.04-3) unstable; urgency=medium
 
   * move package to debian-iot-maintainer
diff --git a/debian/control b/debian/control
index 74b205f..254a97a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: alljoyn-services-1604
 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-1604.git
 Vcs-Git: https://anonscm.debian.org/git/debian-iot/alljoyn-services-1604.git
diff --git a/debian/patches/gcc7.patch b/debian/patches/gcc7.patch
new file mode 100644
index 0000000..21bfc29
--- /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/ServerSample/provided/ControlPanelProvided.cc
+===================================================================
+--- alljoyn-services-1504.orig/sample_apps/cpp/samples/ServerSample/provided/ControlPanelProvided.cc	2015-06-05 22:59:30.000000000 +0200
++++ alljoyn-services-1504/sample_apps/cpp/samples/ServerSample/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 7f8f66c..f81c324 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ hardening.patch
 spelling.patch
 no-bsymbolic.patch
 remove-alljoyn_config.patch
+gcc7.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/alljoyn-services-1604.git



More information about the Debian-iot-packaging mailing list