[libtritonus-java] 01/02: drop build-dep on libesd0-dev; no longer try to build the esd module
Tony Mancill
tmancill at moszumanska.debian.org
Sat Feb 25 16:50:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository libtritonus-java.
commit db0dd73a70760de396885a2514a59710a1658086
Author: tony mancill <tmancill at debian.org>
Date: Sat Feb 25 08:08:37 2017 -0800
drop build-dep on libesd0-dev; no longer try to build the esd module
Closes: #856083
---
debian/control | 1 -
debian/rules | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 42463c0..29a5e70 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: ant,
default-jdk,
libasound2-dev | libasound-dev,
libcdparanoia-dev,
- libesd0-dev,
libfluidsynth-dev,
libjlayer-java,
libjorbis-java,
diff --git a/debian/rules b/debian/rules
index 611c6bd..a9f18b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,10 +11,10 @@ export JAVA_HOME = /usr/lib/jvm/default-java
JAVA := $(JAVA_HOME)/bin/java
JAVAH := $(CURDIR)/debian/javah
-EXTENSIONS := alsa cdparanoia cooked_ioctl esd fluidsynth pvorbis vorbis
+EXTENSIONS := alsa cdparanoia cooked_ioctl fluidsynth pvorbis vorbis
# We don't build the lame extension because lame is not part of Debian:
-#EXTENSIONS := alsa cdparanoia cooked_ioctl esd fluidsynth lame pvorbis vorbis
+#EXTENSIONS := alsa cdparanoia cooked_ioctl fluidsynth lame pvorbis vorbis
post-patches:: debian/stamp-configure
debian/stamp-configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libtritonus-java.git
More information about the pkg-java-commits
mailing list