[Debian-iot-packaging] [alljoyn-core-1604] 03/03: new upstream versio
Thorsten Alteholz
alteholz at moszumanska.debian.org
Fri Oct 14 20:23:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository alljoyn-core-1604.
commit 78c5ec2b90890ecaebdf02c7e16bd4c9947da47b
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Fri Oct 14 19:36:40 2016 +0200
new upstream versio
---
build_core/conf/linux/arm/SConscript | 41 ------------------------------------
debian/changelog | 7 ++++++
debian/control | 1 +
3 files changed, 8 insertions(+), 41 deletions(-)
diff --git a/build_core/conf/linux/arm/SConscript b/build_core/conf/linux/arm/SConscript
deleted file mode 100644
index 7b07fcc..0000000
--- a/build_core/conf/linux/arm/SConscript
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright AllSeen Alliance. All rights reserved.
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-#
-
-Import('env')
-import os
-
-# Linux specific flags
-env.Append(CPPFLAGS=['-march=armv6',
- '-mthumb-interwork'])
-
-# Use the OpenEmbedded cross-compilation environment
-vars = Variables()
-vars.Add('CROSS_COMPILE', 'Cross compile toolchain prefix', os.environ.get('CROSS_COMPILE'))
-vars.Update(env)
-Help(vars.GenerateHelpText(env))
-
-# Use common CROSS_COMPILE prefix
-if '' == env.subst('$CROSS_COMPILE'):
- print 'CROSS_COMPILE variable is required for Linux/ARM builds'
- if not GetOption('help'):
- Exit(1)
-
-env['CC'] = env['CROSS_COMPILE'] + 'gcc'
-env['CXX'] = env['CROSS_COMPILE'] + 'g++'
-env['LINK'] = env['CROSS_COMPILE'] + 'gcc'
-
-
-
-
diff --git a/debian/changelog b/debian/changelog
index 9287fe6..89c3aab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+alljoyn-core-1604 (16.04a-1) unstable; urgency=medium
+
+ * new upstream version
+ * debian/control: add dependency for lsb-base
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 14 Oct 2016 19:31:37 +0200
+
alljoyn-core-1604 (16.04-4) unstable; urgency=medium
* take care of gcc-6 build errors (Closes: #831198)
diff --git a/debian/control b/debian/control
index 81697a4..e5e8f2d 100644
--- a/debian/control
+++ b/debian/control
@@ -104,6 +104,7 @@ Description: AllJoyn C development library
Package: alljoyn-daemon-1604
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+ , lsb-base (>= 3.0-6)
Conflicts: alljoyn-daemon-1504
, alljoyn-daemon-1509
Description: AllJoyn daemon service
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/alljoyn-core-1604.git
More information about the Debian-iot-packaging
mailing list