mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
debian packaging fixes
This commit is contained in:
parent
70ea2d7561
commit
e7c3241cdc
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,3 +1,8 @@
|
||||
mt-daapd (0.2.1.1-1) unstable; urgency=low
|
||||
* Trivial fixes for stupid bugs
|
||||
|
||||
-- Ron Pedde <ron@pedde.com> Sat, 5 Feb 2005 15:18:00 -0600
|
||||
|
||||
mt-daapd (0.2.1-1) unstable; urgency=low
|
||||
* Add support for ogg metainfo
|
||||
* Add support for xing/lame tags
|
||||
|
6
debian/postinst
vendored
6
debian/postinst
vendored
@ -1,12 +1,14 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
action="$1"
|
||||
CONF=/etc/mt-daapd.conf
|
||||
PLAY=/etc/mt-daapd.playlist
|
||||
CONFDIR=/etc/mt-daapd
|
||||
CONF=$CONFDIR/mt-daapd.conf
|
||||
PLAY=$CONFDIR/mt-daapd.playlist
|
||||
CACHE=/var/cache/mt-daapd
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
if [ ! -d $CONFDIR ]; then mkdir -p $CONFDIR; fi
|
||||
if [ ! -f $CONF ] ; then cp /usr/share/doc/mt-daapd/mt-daapd.conf $CONF; fi
|
||||
if [ ! -f $PLAY ] ; then cp /usr/share/doc/mt-daapd/mt-daapd.playlist $PLAY; fi
|
||||
if [ ! -d $CACHE ] ; then mkdir -p $CACHE; fi
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -86,13 +86,13 @@ binary-arch: build install
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
dh_installinit --init-script=daap
|
||||
dh_installinit --init-script=mt-daapd
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
dh_installman
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
# dh_compress
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
# dh_python
|
||||
|
Loading…
Reference in New Issue
Block a user