[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'debian-experimental'



 debian/changelog |    7 +++++++
 debian/rules     |    4 ----
 2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 19ef49e90031a613f7efd28db05ca7fd3a1905b9
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Sun Jul 17 06:11:30 2016 +0300

    rules: Drop MESA_GIT_SHA1 hack because upstream uses build timestamp instead.

diff --git a/debian/changelog b/debian/changelog
index 7ef44ee..e27bf88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (12.0.1-2) UNRELEASED; urgency=medium
+
+  * rules: Drop MESA_GIT_SHA1 hack because upstream uses build timestamp
+    instead.
+
+ -- Timo Aaltonen <tjaalton@debian.org>  Sun, 17 Jul 2016 06:11:25 +0300
+
 mesa (12.0.1-1) experimental; urgency=medium
 
   * New upstream release candidate.
diff --git a/debian/rules b/debian/rules
index 00622a8..258cffc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PKG_VERSION = $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
@@ -145,8 +143,6 @@ override_dh_auto_configure:
 		--disable-silent-rules \
 		$(confflags)
 
-	echo "#define MESA_GIT_SHA1 \"$(PKG_VERSION)\"" > build/src/git_sha1.h.tmp
-
 override_dh_auto_install:
 	dh_auto_install
 	for file in debian/*.in; \


Reply to: