aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2014-07-22 12:26:15 +0000
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2014-07-22 12:26:15 +0000
commitc01d001dfb3188d1b0e9a2744ba2fcd2aa1e5cf7 (patch)
treeb461284f71cd320978f737c846041c39a6e5a9b9
parent3def83883e9f7d26b253d73d8d97a52d5491027e (diff)
debian: upload to Linaro QCOM overlay PPAdebian/1.4.0-1_trust1
disable tests since running tests on virtualized PPA is problematic Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a84ed36..1e6714d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gst-plugins-base1.0 (1.4.0-1~trust1) trusty; urgency=medium
+
+ * Upload to trusty
+ * Disable tests
+
+ -- Nicolas Dechesne <nicolas.dechesne@linaro.org> Mon, 21 Jul 2014 18:16:26 +0000
+
gst-plugins-base1.0 (1.4.0-1) unstable; urgency=medium
* New upstream stable release.
diff --git a/debian/rules b/debian/rules
index a2e69ce..c63022e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEB_DH_AUTORECONF_ARGS += --as-needed
CFLAGS += -Wno-error
CXXFLAGS += -Wno-error
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_MAKE_CHECK_TARGET = check || true
+DEB_MAKE_CHECK_TARGET =
# upstream version with epoch
gst_version := $(shell dpkg-parsechangelog | sed -n 's/Version: //p' | cut -d '-' -f 1)