[Pkg-mpd-commits] [pkg-mpd] 07/10: enable ZIP archive support

Florian Schlichting fsfs at moszumanska.debian.org
Sun Dec 29 01:40:32 UTC 2013


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

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit b33b636e773d92eb8984b4f4feb2515e99c06401
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Dec 29 01:26:32 2013 +0100

    enable ZIP archive support
---
 debian/control | 1 +
 debian/rules   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 23e0ee5..10663e4 100644
--- a/debian/control
+++ b/debian/control
@@ -53,6 +53,7 @@ Build-Depends: debhelper (>= 9),
                libwildmidi-dev,
                libwrap0-dev,
                libyajl-dev,
+               libzzip-dev,
                xmlto
 Standards-Version: 3.9.5
 Homepage: http://www.musicpd.org/
diff --git a/debian/rules b/debian/rules
index 28c6b4d..d02b7fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,8 @@ endif
 
 # Archive support
 ENABLE_ARCHIVES=--enable-bzip2 \
-	        --enable-iso9660
+	        --enable-iso9660 \
+		--enable-zzip
 
 # Autodiscovery support
 ENABLE_AUTODISCOVERY=--with-zeroconf=avahi

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



More information about the Pkg-mpd-commits mailing list