[hamradio-commits] [xastir] 01/03: Removed dependency on Jasper #818217

Iain R. Learmonth irl at moszumanska.debian.org
Thu Jun 2 07:23:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository xastir.

commit a059287a106fc6c48007aab94ae538ab055aafb5
Author: Iain R. Learmonth <irl at debian.org>
Date:   Thu Jun 2 08:19:06 2016 +0100

    Removed dependency on Jasper #818217
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 31d74aa..b7d9385 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xastir (2.0.6-5) unstable; urgency=medium
+
+  * Removed dependency on Jasper, disabled in build process (Closes: #818217)
+
+ -- Iain R. Learmonth <irl at debian.org>  Thu, 02 Jun 2016 08:17:40 +0100
+
 xastir (2.0.6-4) unstable; urgency=medium
 
   * Included Dutch translation of debconf templates (Closes: #785331)
diff --git a/debian/rules b/debian/rules
index e252383..4b59300 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@ --with autoreconf
 
+override_dh_auto_configure:
+	dh_auto_configure -- --without-jasper
+
 override_dh_auto_install:
 	$(MAKE) install DESTDIR=`pwd`/debian/xastir
 	rm -rf debian/xastir/usr/share/doc/xastir/* # The files we want get put back later

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/xastir.git



More information about the pkg-hamradio-commits mailing list