aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-22 18:11:28 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-22 18:11:28 +0200
commit27a49b5454a3257194f0c3bdc70d2d4e8dd6567f (patch)
tree0577e8a7ea4e4b0298e7548a753f8245e6facee8 /debian/rules
parent8be2b6cc92c0470cae7cae0774a0c8e59cf908b2 (diff)
New upstream development release
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 43fa28f2..e33baa9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,6 @@ DEB_BUILD_PARALLEL = 1
DEB_DH_AUTORECONF_ARGS += --as-needed
-# make autoreconf not call autopoint since we ship a patch for po/Makefile.in.in
-export AUTOPOINT=true
-
CFLAGS += -Wno-error
CXXFLAGS += -Wno-error
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
@@ -48,7 +45,7 @@ gst_abi=$(gst_major).$(gst_minor)
gst_lib=libgstreamer$(gst_abi)-0
gst_lib_dev=libgstreamer$(gst_abi)-dev
# what gstreamer version is needed
-gst_lib_dev_dep=$(gst_lib_dev) (>= 1.3.2)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.3.3)
gst_pkgname=gstreamer$(gst_abi)
gst_deb_abi=$(gst_abi)-0