[Pkg-owncloud-commits] [owncloud-client] 02/15: Import patch for 1.3.0+dfsg-1.1 from Iain Lane.
Sandro Knauß
hefee-guest at alioth.debian.org
Wed Sep 11 22:15:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 959bb337df00775ca9ff0393304d63ffad506b11
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Wed Sep 11 19:20:20 2013 +0200
Import patch for 1.3.0+dfsg-1.1 from Iain Lane.
Don't run dh_sphinxdoc in an arch-dep build. (Closes: #719176)
---
debian/changelog | 7 +++++++
debian/rules | 3 +++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 696f4e6..2ccc730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+owncloud-client (1.3.0+dfsg-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Don't run dh_sphinxdoc in an arch-dep build. (Closes: #719176)
+
+ -- Iain Lane <laney at debian.org> Sat, 07 Sep 2013 17:41:01 +0000
+
owncloud-client (1.3.0+dfsg-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/rules b/debian/rules
index c6b1dfd..87d1f6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,6 @@ export CSYNC_DIR=/usr/include/ocsync
override_dh_auto_configure:
dh_auto_configure --buildsystem=kde -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc/owncloud -DCREATEDOC=ON -DWITH_DOC=ON
+
+# Only do this for an indep build
+override_dh_sphinxdoc-arch:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list