Skip to content

Commit

Permalink
For the debian version to sort properly you actually need to use Ymd …
Browse files Browse the repository at this point in the history
…format.

git-svn-id: http://svn.osgeo.org/qgis/trunk@5527 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
shalasz committed Jun 17, 2006
1 parent d9741ba commit 527d76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_debian_package.sh
Expand Up @@ -20,5 +20,5 @@ fi

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

0 comments on commit 527d76a

Please sign in to comment.