[Pkg-cli-apps-commits] [SCM] tasque branch, master, updated. debian/0.1.11-1
Andrew Starr-Bochicchio
a.starr.b at gmail.com
Mon Sep 17 11:43:15 UTC 2012
The following commit has been merged in the master branch:
commit c72d4f50fa1b431c3d4367ca00c1e30a53aa15d8
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date: Tue Sep 11 13:31:57 2012 -0400
Disable app-indicator support.
diff --git a/debian/changelog b/debian/changelog
index ca87cc9..57d29ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,9 @@ tasque (0.1.11-1) UNRELEASED; urgency=low
- The --enable-release flag was dropped upstream (LP: #315218).
- The EDS backend is now disabled by default so we simply enable the
standard backends.
+ - Disable app-indicator support.
* Drop 01-build.patch, no longer needed.
- * debian/control: Bump Standards-Version to 3.9.3, no changes needed.
- *
+ * debian/control: Bump Standards-Version to 3.9.3, no changes needed.
-- Andrew Starr-Bochicchio <a.starr.b at gmail.com> Tue, 11 Sep 2012 13:13:17 -0400
diff --git a/debian/rules b/debian/rules
index 71e5dbf..130482b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,8 @@
override_dh_auto_configure:
dh_auto_configure -- \
- --enable-standard-backends=no \
- --enable-backend-rtm \
- --enable-backend-sqlite \
+ --enable-standard-backends=yes \
+ --enable-appindicator=no \
GMCS=/usr/bin/mono-csc
override_dh_auto_build:
--
tasque
More information about the Pkg-cli-apps-commits
mailing list