aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2014-07-22 12:47:57 +0000
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2014-07-22 12:47:57 +0000
commitadb31ece0bfb0e2e87c9971ce64d78a9fe683ac8 (patch)
tree7c80c7255e23af5cb72f3029b7af58ae90c9bfca
parent69b35f8ac0577c6aa2eea2eb287c09f25ab137bf (diff)
debian: upload to Linaro QCOM overlay PPA
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 1ecc406..f740074 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gst-plugins-ugly1.0 (1.4.0-1~trusty1) trusty; urgency=medium
+
+ * Upload to trusty
+ * Disable tests
+
+ -- Nicolas Dechesne <nicolas.dechesne@linaro.org> Tue, 22 Jul 2014 10:34:21 +0000
+
gst-plugins-ugly1.0 (1.4.0-1) unstable; urgency=medium
* New upstream stable release.
diff --git a/debian/rules b/debian/rules
index 60f4bea..10320e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,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 =
# this is for compatibility with dpkg-dev < 1.13.5, see
# <http://lists.debian.org/debian-devel-announce/2005/06/msg00010.html>