[Pkg-fglrx-devel] r1600 - fglrx-driver/branches/15.9-wheezy-backports/debian
Andreas Beckmann
anbe at moszumanska.debian.org
Fri Jan 29 23:13:02 UTC 2016
Author: anbe
Date: 2016-01-29 23:13:01 +0000 (Fri, 29 Jan 2016)
New Revision: 1600
Modified:
fglrx-driver/branches/15.9-wheezy-backports/debian/changelog
fglrx-driver/branches/15.9-wheezy-backports/debian/rules
Log:
replace 'dpkg-parsechangelog --show-field=Date' with a sed expression
Modified: fglrx-driver/branches/15.9-wheezy-backports/debian/changelog
===================================================================
--- fglrx-driver/branches/15.9-wheezy-backports/debian/changelog 2016-01-29 23:02:23 UTC (rev 1599)
+++ fglrx-driver/branches/15.9-wheezy-backports/debian/changelog 2016-01-29 23:13:01 UTC (rev 1600)
@@ -1,6 +1,7 @@
fglrx-driver (1:15.9-4~deb8u1~bpo70+1) wheezy-backports; urgency=medium
* Rebuild for wheezy-backports.
+ * Replace 'dpkg-parsechangelog --show-field=Date' with a sed expression.
-- Andreas Beckmann <anbe at debian.org> Sat, 30 Jan 2016 00:00:58 +0100
Modified: fglrx-driver/branches/15.9-wheezy-backports/debian/rules
===================================================================
--- fglrx-driver/branches/15.9-wheezy-backports/debian/rules 2016-01-29 23:02:23 UTC (rev 1599)
+++ fglrx-driver/branches/15.9-wheezy-backports/debian/rules 2016-01-29 23:13:01 UTC (rev 1600)
@@ -4,7 +4,7 @@
packagename := $(shell dpkg-parsechangelog | sed -nr '/^Source:/s/Source: (.*)/\1/p')
upstream_version := $(shell dpkg-parsechangelog | sed -nr '/^Version:/s/Version: (.*:)?(.*)-(.*)/\2/p')
-BUILD_DATE := $(shell dpkg-parsechangelog --show-field=Date)
+BUILD_DATE := $(shell dpkg-parsechangelog | sed -nr '/^Date:/s/Date: //p')
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
More information about the Pkg-fglrx-devel
mailing list