[hamradio-commits] [xastir] 03/03: Get festival support compiled.

Iain Learmonth irl-guest at moszumanska.debian.org
Wed Apr 1 20:18:11 UTC 2015


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

irl-guest pushed a commit to branch master
in repository xastir.

commit a0a1b0d360660de823b48a44c0314f60ea1d0e61
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Wed Apr 1 20:54:26 2015 +0100

    Get festival support compiled.
---
 debian/changelog | 9 ++++++---
 debian/control   | 8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b8ddbb..3e5d217 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,9 +4,12 @@ xastir (2.0.6-2) UNRELEASED; urgency=medium
     - Fixed formatting with cme.
     - Add automake as explicit build dependency.
     - Only depend on libax25 for architecture linux-any.
-  * debian/rules
+    - Add festival (alongside festival-dev) as build dependency to enable
+      festival support to be compiled.
+    - Moved festival from Suggests to Recommends.
+  * debian/rules:
     - Use dh_autoreconf.
-    - Stop configure being run twice.
+    - Stop configure being run twice by just using dh_auto_configure.
     - Use dh_auto_clean to simplify clean target.
 
  -- Iain R. Learmonth <irl at fsfe.org>  Wed, 01 Apr 2015 19:55:56 +0100
@@ -24,7 +27,7 @@ xastir (2.0.6-1) unstable; urgency=medium
     - Set Vcs-* fields to new repository at anonscm.debian.org.
     - Move python from Suggests to Recommends.
     - Drop wget, gpsman, gpsmanshp, x11-utils from Suggests.
-    - Add dirwolf | soundmodem to Suggests.
+    - Add direwolf | soundmodem to Suggests.
   * debian/compat:
     - Bump to level 9.
   * debian/copyright:
diff --git a/debian/control b/debian/control
index bd24a33..18394bd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,11 @@ Uploaders: Iain R. Learmonth <irl at fsfe.org>,
 Section: hamradio
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               libax25-dev,
+               libax25-dev [linux-any],
                libmotif-dev,
                libxext-dev,
                libxt-dev,
+               festival,
                festival-dev,
                libgraphicsmagick1-dev | libgraphicsmagick-dev,
                libshp-dev,
@@ -30,9 +31,8 @@ Package: xastir
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: python
-Suggests: festival,
-          direwolf | soundmodem
+Recommends: python, festival
+Suggests: direwolf | soundmodem
 Description: X Amateur Station Tracking and Information Reporting
  Xastir is an APRS client for X. APRS is the Automatic Position Reporting
  System, a system where objects report their position (usually obtained from

-- 
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