> diff -Nru python3.4-3.4.3/debian/rules python3.4-3.4.3/debian/rules
> --- python3.4-3.4.3/debian/rules      2015-04-30 13:58:06.000000000 +0200
> +++ python3.4-3.4.3/debian/rules      2015-05-27 10:35:12.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 have been 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 for the noise.

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

Attachment: signature.asc
Description: Digital signature

Reply via email to