diff --git a/debian/changelog b/debian/changelog index 3c691d25..84f52b17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mt-daapd (0.2.0-1) unstable; urgency=low + * Add gdbm database + * Add support for .m4a and .m4p + * Various bug fixes + + -- Ron Pedde Mon, 6 Apr 2004 21:10:00 -0600 + mt-daapd (0.1.1-1) unstable; urgency=low * Add track information diff --git a/debian/control b/debian/control index af3443f6..4ae754e8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mt-daapd Section: sound Priority: optional Maintainer: Aubin Paul -Build-Depends: debhelper (>= 4.0.0), libid3tag0-dev, zlib1g-dev +Build-Depends: debhelper (>= 4.0.0), libid3tag0-dev, zlib1g-dev, libgdbm-dev Standards-Version: 3.6.0 Package: mt-daapd diff --git a/debian/dirs b/debian/dirs index ca882bbb..e74ecbec 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,2 +1,3 @@ usr/bin usr/sbin +var/cache/mt-daapd diff --git a/debian/rules b/debian/rules index af1d1928..2a3fa87e 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-gdbm build: build-stamp