This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository ossim.

commit 840003d833e7585f1b179b039a486cc6522bf609
Author: Rashad Kanavath <[email protected]>
Date:   Wed Dec 30 12:28:20 2015 +0100

    date format used is yyyymmdd in OSSIM_BUILD_DATE
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 47e4699..f115208 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-BUILD_DATE=$(shell dpkg-parsechangelog | sed -n 's/^Date: //p' | LC_ALL=C date 
-u "+%d %B %Y" -f -)
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -n 's/^Date: //p' | LC_ALL=C date 
-u "+%Y%m%d" -f -)
 
 OSSIM_VERSION=$(shell dpkg-parsechangelog|grep Version:|cut -d' ' -f2|cut -d- 
-f1)
 OSSIM_VERSION_TAG=$(subst .,_,$(OSSIM_VERSION))
@@ -62,4 +62,3 @@ overridd_dh_auto_install:
 
 override_dh_install:
        dh_install --list-missing
-

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ossim.git

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to