mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix date stamping to work in that back to front oh-so-strange american month-day-year format so that debian devtools dont get confusticated by version numbers...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5525 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
0bb7fb5e76
commit
703ac0e06d
@ -20,5 +20,5 @@ fi
|
|||||||
|
|
||||||
export DEBFULLNAME="Tim Sutton"
|
export DEBFULLNAME="Tim Sutton"
|
||||||
export DEBEMAIL=tim@linfiniti.com
|
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
|
fakeroot dpkg-buildpackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user