mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
9 lines
163 B
Plaintext
Executable File
9 lines
163 B
Plaintext
Executable File
#!/bin/sh
|
|
|
|
make clean
|
|
svn update
|
|
./reconf.sh
|
|
VERSION=`svnversion .`
|
|
cat debian/changelog.templ | sed s/@ver@/svn-$VERSION/g > debian/changelog
|
|
debian/rules binary
|