debian/changelog | 5 +++-- debian/rules | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-)
New commits: commit 88083e9bab9fd9b2d6bd5aa3badad1427be0e841 Author: Julien Cristau <[email protected]> Date: Sat Jan 10 22:34:36 2009 +0100 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 03c2d8b..ee0b2dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mesa (7.3~rc1-1) UNRELEASED; urgency=low +mesa (7.3~rc1-1) experimental; urgency=low * New upstream release candidate. + provides DRI2 (closes: #411141). @@ -18,7 +18,7 @@ mesa (7.3~rc1-1) UNRELEASED; urgency=low switched to using autoconf, and mesa-swx11-source is gone. * Delete some now unused code from debian/rules. - -- Timo Aaltonen <[email protected]> Tue, 09 Dec 2008 01:38:42 +0200 + -- Julien Cristau <[email protected]> Sat, 10 Jan 2009 22:14:55 +0100 mesa (7.2-1) experimental; urgency=low commit 47e54545ed7fa852b45b2eab9e4bff3c954c0799 Author: Julien Cristau <[email protected]> Date: Sat Jan 10 22:13:17 2009 +0100 Delete some now unused code from debian/rules. diff --git a/debian/changelog b/debian/changelog index e182e87..03c2d8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ mesa (7.3~rc1-1) UNRELEASED; urgency=low * Merge packaging changes from unstable, from 7.0.3-5 to 7.0.3-7. * Delete unused configs/debian-*, and install-source.sh script. We've switched to using autoconf, and mesa-swx11-source is gone. + * Delete some now unused code from debian/rules. -- Timo Aaltonen <[email protected]> Tue, 09 Dec 2008 01:38:42 +0200 diff --git a/debian/rules b/debian/rules index b289a48..120319e 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,6 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) -DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_BUILD_DIR ?= $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE) ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) confflags += --build=$(DEB_HOST_GNU_TYPE) @@ -30,9 +29,6 @@ else confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) endif -export DEB_BUILD_ARCH -export DEB_HOST_ARCH_CPU - # choose which configurations to build include debian/scripts/choose-configs -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

