[Debian-iot-packaging] [alljoyn-core-1504] 01/01: Import Debian changes 15.04b+dfsg.1-2
Thorsten Alteholz
alteholz at moszumanska.debian.org
Tue Feb 20 19:09:40 UTC 2018
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository alljoyn-core-1504.
commit 5387f185a752bc5dce9a37f4b600a72e81b15cde
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Tue Feb 20 19:01:37 2018 +0100
Import Debian changes 15.04b+dfsg.1-2
alljoyn-core-1504 (15.04b+dfsg.1-2) unstable; urgency=medium
* debian/control: use dh11
* debian/control: bump standard to 4.1.3 (no changes)
* debian/control: add salsa URLs
* debian/control: remove dh_systemd dependency
* debian/rules: don't use --with systemd anymore
* debian/copyright: use https
---
debian/changelog | 11 +++++++++++
debian/compat | 2 +-
debian/control | 9 ++++-----
debian/copyright | 2 +-
debian/rules | 3 ++-
5 files changed, 19 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e10d81c..215326e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+alljoyn-core-1504 (15.04b+dfsg.1-2) unstable; urgency=medium
+
+ * debian/control: use dh11
+ * debian/control: bump standard to 4.1.3 (no changes)
+ * debian/control: add salsa URLs
+ * debian/control: remove dh_systemd dependency
+ * debian/rules: don't use --with systemd anymore
+ * debian/copyright: use https
+
+ -- Thorsten Alteholz <debian at alteholz.de> Tue, 20 Feb 2018 19:01:37 +0100
+
alljoyn-core-1504 (15.04b+dfsg.1-1) unstable; urgency=medium
* add gcc7 patch (Closes: #853304)
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index e7f2b3b..f9358ba 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ 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)
- , dh-systemd (>= 1.5)
- , debhelper (>=9)
+ , debhelper (>=11)
, libssl-dev
, libgtest-dev
, junit
@@ -16,10 +15,10 @@ Build-Depends: dh-exec (>=0.3)
, libcap-dev
# , javahelper
# , ant
-Standards-Version: 4.0.1
+Standards-Version: 4.1.3
Homepage: https://allseenalliance.org/framework
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-iot/alljoyn-core-1504.git
-Vcs-Git: https://anonscm.debian.org/git/debian-iot/alljoyn-core-1504.git
+Vcs-Browser: https://salsa.debian.org/debian-iot-team/alljoyn/alljoyn-core-1504.git
+Vcs-Git: https://salsa.debian.org/debian-iot-team/alljoyn/alljoyn-core-1504.git
#Package: alljoyn-doc-1504
#Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 684a5d6..638f639 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: alljoyn
Source: https://allseenalliance.org/framework
Files-Excluded: ./alljoyn_core/router/ConvertUTF.h ./alljoyn_core/router/ConvertUTF.cc
diff --git a/debian/rules b/debian/rules
index 68c5664..0eaae0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,8 @@ export OBJ_DIR := $(CURDIR)/build/$(OS)/$(CPU)/$(VARIANT)/obj
%:
# dh $@ --with javahelper
- dh $@ --with systemd
+# dh $@ --with systemd
+ dh $@
override_dh_auto_build:
#XXX does not build yet
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/alljoyn-core-1504.git
More information about the Debian-iot-packaging
mailing list