Skip to content

Commit 2b86361

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/qgis@5527 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6914f48 commit 2b86361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_debian_package.sh

Lines changed: 1 addition & 1 deletion
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)