1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-02-05 05:30:10 +00:00

Fix: date format in debian changelog

This commit is contained in:
jcorporation 2018-10-10 22:09:10 +02:00
parent ab7bde5af3
commit 2b6c5999d1
2 changed files with 3 additions and 2 deletions

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
mympd (4.3.1-1) stable; urgency=medium
mympd (4.3.1.-1) stable; urgency=medium
* Release from master
-- Juergen Mang <mail@jcgames.de> Mon, 02 Oct 2018 00:04:00 +0200
-- Juergen Mang <mail@jcgames.de> Wed, 10 Oct 2018 22:10:17 +0200

View File

@ -2,6 +2,7 @@
VERSION=$(grep VERSION_ CMakeLists.txt | cut -d\" -f2 | tr '\n' '.')
export LC_TIME="en_GB.UTF-8"
cat > debian/changelog << EOL
mympd (${VERSION}-1) stable; urgency=medium