[SCM] mhWaveEdit packaging branch, master, updated. upstream/1.4.18-30-g1ec0786
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Jun 24 07:52:00 UTC 2010
The following commit has been merged in the master branch:
commit 1ec0786e1bc508662f01254fa5a6b75af7840a9f
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Jun 24 09:51:56 2010 +0200
Drop aRTs support.
diff --git a/debian/changelog b/debian/changelog
index 6190a86..ef93667 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ mhwaveedit (1.4.18-1) UNRELEASED; urgency=low
according to DEP-5 proposal.
* Add debian/gbp.conf file.
* Add myself to Uploaders field.
- * Switch to DH 7 + autotools_dev.
+ * Switch to DH 7 + autotools_dev (Closes: #549350).
* Drop CDBS.
+ * Drop aRTs support (LP: #320915).
* Link with --as-needed flag.
* Update debian/watch file.
diff --git a/debian/control b/debian/control
index 446994c..a6cb61d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 7.0.50~),
libsndfile1-dev,
libsamplerate0-dev,
libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
- libartsc0-dev,
ladspa-sdk
Standards-Version: 3.8.4
DM-Upload-Allowed: yes
diff --git a/debian/rules b/debian/rules
index 97a9c75..8254e8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,7 @@ LDFLAGS+=-Wl,--as-needed
dh --with autotools_dev $@
override_dh_auto_configure:
- dh_auto_configure -- --without-portaudio --without-sdl
+ dh_auto_configure -- \
+ --without-portaudio \
+ --without-sdl \
+ --without-arts
--
mhWaveEdit packaging
More information about the pkg-multimedia-commits
mailing list