> --- python3.5-3.5.0~b1/debian/rules   2015-05-26 02:07:36.000000000 +0200
> +++ python3.5-3.5.0~b1/debian/rules   2015-05-27 09:28:58.000000000 +0200
> @@ -23,6 +23,17 @@
>  PKGSOURCE  := $(call vafilt,$(CHANGELOG_VARS),Source)
>  PKGVERSION := $(call vafilt,$(CHANGELOG_VARS),Version)
>  
> +LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
> +
> +BUILD_DATE := $(shell LC_ALL=C date -u +'"%H:%M:%S"' -d "$(LAST_CHANGE)")
> +BUILD_TIME := $(shell LC_ALL=C date -u +'"%b %e %Y"' -d "$(LAST_CHANGE)")

These two are reversed. It should be:

BUILD_DATE := $(shell LC_ALL=C date -u +'"%b %e %Y"' -d "$(LAST_CHANGE)")
BUILD_TIME := $(shell LC_ALL=C date -u +'"%H:%M:%S"' -d "$(LAST_CHANGE)")

Sorry about the noise.

-- 
Lunar                                .''`. 
lu...@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature

Reply via email to