summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-11-18 12:10:19 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2015-11-18 12:10:19 +0100
commit428c587bd8dce1d14baf17f88180f2fcb749fda1 (patch)
tree284f66fd39539dfe4ce8c7073918d66be40feefe
parent942fb290490836f39215b0da971c3be768efcb3b (diff)
TMPtmp
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules13
3 files changed, 19 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 63d1d26..415e0e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wcnss-config (1.7) jessie; urgency=medium
+
+ * wcnss-wlan: workaround for race condition
+
+ -- Nicolas Dechesne <nicolas.dechesne@linaro.org> Wed, 18 Nov 2015 10:44:56 +0100
+
wcnss-config (1.6) jessie; urgency=medium
* wcnss-bt.service: hciattach is in /usr/bin, not sbin, on Debian
diff --git a/debian/control b/debian/control
index 648d936..06d35d0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: wcnss-config
Section: utils
Priority: optional
Maintainer: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-Build-Depends: cdbs, debhelper (>= 7)
+Build-Depends: cdbs, debhelper (>= 7), dh-systemd (>= 1.5)
Standards-Version: 3.9.3
Homepage: https://git.linaro.org/landing-teams/working/qualcomm/wcnss-config.git
Vcs-Git: https://git.linaro.org/landing-teams/working/qualcomm/wcnss-config.git
diff --git a/debian/rules b/debian/rules
index e6192f6..3dc6013 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,14 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
+export DH_VERBOSE=1
+
+%:
+ dh $@ --with=systemd
+
+override_dh_systemd_enable:
+ dh_systemd_enable -pwcnss-wlan wcnss-wlan.service
+ dh_systemd_enable -pwcnss-bt --no-enable wcnss-bt.service
+
+override_dh_systemd_start:
+ dh_systemd_start -pwcnss-bt --no-start wcnss-bt.service
+ dh_systemd_start -pwcnss-wlan --no-start wcnss-wlan.service