Skip to content

Commit

Permalink
Fix date stamping to work in that back to front oh-so-strange america…
Browse files Browse the repository at this point in the history
…n month-day-year format so that debian devtools dont get confusticated by version numbers...

git-svn-id: http://svn.osgeo.org/qgis/trunk@5525 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jun 16, 2006
1 parent e464365 commit 12887dd
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 +%d%m%Y`
dch -v 0.7.9+svn`date +%m%d%Y`
fakeroot dpkg-buildpackage

0 comments on commit 12887dd

Please sign in to comment.