Skip to content

Commit 12887dd

Browse files
author
timlinux
committedJun 16, 2006
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@5525 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e464365 commit 12887dd

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 +%d%m%Y`
23+
dch -v 0.7.9+svn`date +%m%d%Y`
2424
fakeroot dpkg-buildpackage

0 commit comments

Comments
 (0)
Please sign in to comment.