mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
Update debian package
This commit is contained in:
parent
dc9c7c96be
commit
e872e33342
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <ron@pedde.com> Mon, 6 Apr 2004 21:10:00 -0600
|
||||||
|
|
||||||
mt-daapd (0.1.1-1) unstable; urgency=low
|
mt-daapd (0.1.1-1) unstable; urgency=low
|
||||||
|
|
||||||
* Add track information
|
* Add track information
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: mt-daapd
|
|||||||
Section: sound
|
Section: sound
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Aubin Paul <debian@outlyer.org>
|
Maintainer: Aubin Paul <debian@outlyer.org>
|
||||||
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
|
Standards-Version: 3.6.0
|
||||||
|
|
||||||
Package: mt-daapd
|
Package: mt-daapd
|
||||||
|
1
debian/dirs
vendored
1
debian/dirs
vendored
@ -1,2 +1,3 @@
|
|||||||
usr/bin
|
usr/bin
|
||||||
usr/sbin
|
usr/sbin
|
||||||
|
var/cache/mt-daapd
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -27,7 +27,7 @@ endif
|
|||||||
config.status: configure
|
config.status: configure
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# Add here commands to configure the package.
|
# 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
|
build: build-stamp
|
||||||
|
Loading…
Reference in New Issue
Block a user