Skip to content

Commit 527d76a

Browse files
author
shalasz
committed
For the debian version to sort properly you actually need to use Ymd format.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5527 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d9741ba commit 527d76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_debian_package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ fi
2020

2121
export DEBFULLNAME="Tim Sutton"
2222
export DEBEMAIL=tim@linfiniti.com
23-
dch -v 0.7.9+svn`date +%m%d%Y`
23+
dch -v 0.7.9+svn`date +%Y%m%d`
2424
fakeroot dpkg-buildpackage

0 commit comments

Comments
 (0)