[pkg-fso-commits] [fso-frameworkd] 01/01: fix #808849
Sebastian Reichel
sre at moszumanska.debian.org
Sat Sep 3 17:20:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
sre pushed a commit to annotated tag debian/0.10.1-3
in repository fso-frameworkd.
commit 8b60d76b28869ea19fd4da30a26e4cc374648e2c
Author: Sebastian Reichel <sre at ring0.de>
Date: Tue Jan 26 15:24:07 2016 +0100
fix #808849
---
debian/changelog | 8 ++++++++
debian/rules | 3 +++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8438be6..210b396 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+fso-frameworkd (0.10.1-3) unstable; urgency=medium
+
+ * Fix FTBFS by always building to debian/tmp. Previously the package
+ may have been detected as single-binary package when not building
+ on armel. (Closes: #808849)
+
+ -- Sebastian Reichel <sre at debian.org> Tue, 26 Jan 2016 15:22:10 +0100
+
fso-frameworkd (0.10.1-2) unstable; urgency=medium
* Remove ${python:Versions} from Depends (Closes: #804688)
diff --git a/debian/rules b/debian/rules
index 405753a..87f0974 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
%:
dh $@ --with quilt --with python2
+
+override_dh_auto_install:
+ dh_auto_install --destdir=$(CURDIR)/debian/tmp
--
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-fso/fso-frameworkd.git
More information about the pkg-fso-commits
mailing list