mirror of
https://github.com/SuperBFG7/ympd
synced 2024-12-26 02:50:26 +00:00
Fix: debian version
This commit is contained in:
parent
d7a63016ce
commit
66a59068ce
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,5 +1,5 @@
|
||||
mympd (4.3.1.-1) stable; urgency=medium
|
||||
mympd (4.5.0-1) stable; urgency=medium
|
||||
|
||||
* Release from master
|
||||
|
||||
-- Juergen Mang <mail@jcgames.de> Wed, 10 Oct 2018 22:10:17 +0200
|
||||
-- Juergen Mang <mail@jcgames.de> Sun, 04 Nov 2018 19:11:17 +0100
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=$(grep VERSION_ CMakeLists.txt | cut -d\" -f2 | tr '\n' '.')
|
||||
VERSION=$(grep VERSION_ CMakeLists.txt | cut -d\" -f2 | tr '\n' '.' | sed 's/\.$//')
|
||||
|
||||
export LC_TIME="en_GB.UTF-8"
|
||||
cat > debian/changelog << EOL
|
||||
|
Loading…
Reference in New Issue
Block a user