debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 1 - 3 files changed, 9 insertions(+), 2 deletions(-)
New commits: commit 09f07f49956de1ee14e405a3a1066974d14a3a60 Author: Fabio Pedretti <fabio....@libero.it> Date: Thu May 15 17:10:00 2014 +0200 debian/control: remove python-libxml2 dependency libxml2 dependency was removed with 2de70fe23f320ce4f559e37057fe07b7af99cf5a Since then python is enough. Signed-off-by: Julien Cristau <jcris...@debian.org> diff --git a/debian/changelog b/debian/changelog index b96e108..cbec095 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mesa (10.2.0~rc1-2) UNRELEASED; urgency=medium [ Fabio Pedretti ] * debian/rules: remove unused --with-llvm-shared-libs configure option + * debian/control: remove python-libxml2 dependency -- Julien Cristau <jcris...@debian.org> Thu, 15 May 2014 17:19:49 +0200 diff --git a/debian/control b/debian/control index 026702b..af24e9e 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Build-Depends: libxcb-randr0-dev, libxcb-sync-dev, libxshmfence-dev (>= 1.1), - python-libxml2, + python, libudev-dev [linux-any], flex, bison, commit 6700dc0fd3918b70aa8d9be1f2779c881dbbab74 Author: Fabio Pedretti <fabio....@libero.it> Date: Thu May 15 14:26:45 2014 +0200 debian/rules: remove unused --with-llvm-shared-libs configure option Removed upstream with commit a4c734297f890eb7034793428ee20c28eaad5a69 Signed-off-by: Julien Cristau <jcris...@debian.org> diff --git a/debian/changelog b/debian/changelog index 35d3c9b..b96e108 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (10.2.0~rc1-2) UNRELEASED; urgency=medium + + [ Fabio Pedretti ] + * debian/rules: remove unused --with-llvm-shared-libs configure option + + -- Julien Cristau <jcris...@debian.org> Thu, 15 May 2014 17:19:49 +0200 + mesa (10.2.0~rc1-1) experimental; urgency=medium [ Timo Aaltonen ] diff --git a/debian/rules b/debian/rules index 760c3e4..befb011 100755 --- a/debian/rules +++ b/debian/rules @@ -109,7 +109,6 @@ else ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf)) GALLIUM_DRIVERS += radeonsi confflags_GALLIUM += --enable-gallium-llvm - confflags_GALLIUM += --with-llvm-shared-libs endif confflags_DIRECT_RENDERING = --enable-driglx-direct -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wkxtm-0007gx...@moszumanska.debian.org