debian/changelog | 11 +++++++++++ debian/compat | 2 +- debian/control | 5 +---- debian/rules | 8 +------- 4 files changed, 14 insertions(+), 12 deletions(-)
New commits: commit 8be623270d97ff5b11e57d448af5b620d3cff105 Author: Andreas Boll <andreas.boll....@gmail.com> Date: Thu Dec 22 16:58:44 2016 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 3402a44..93c390b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mesa-demos (8.3.0-3) UNRELEASED; urgency=medium +mesa-demos (8.3.0-3) unstable; urgency=medium * Bump debhelper compat to 10. - Drop build-deps on dh-autoreconf, autoconf and automake. @@ -7,7 +7,7 @@ mesa-demos (8.3.0-3) UNRELEASED; urgency=medium * No need for --destdir=debian/tmp as we have multiple binary packages. - -- Andreas Boll <andreas.boll....@gmail.com> Thu, 22 Dec 2016 16:37:47 +0100 + -- Andreas Boll <andreas.boll....@gmail.com> Thu, 22 Dec 2016 16:58:32 +0100 mesa-demos (8.3.0-2) unstable; urgency=medium commit 96664243217ab6f274f29b4c3128003ac51bc60b Author: Andreas Boll <andreas.boll....@gmail.com> Date: Thu Dec 22 16:41:18 2016 +0100 No need for --destdir=debian/tmp as we have multiple binary packages. diff --git a/debian/changelog b/debian/changelog index f686eb7..3402a44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ mesa-demos (8.3.0-3) UNRELEASED; urgency=medium - Drop build-deps on dh-autoreconf, autoconf and automake. * No need to pass --disable-silent-rules to configure, debhelper does that for a while. + * No need for --destdir=debian/tmp as we have multiple binary + packages. -- Andreas Boll <andreas.boll....@gmail.com> Thu, 22 Dec 2016 16:37:47 +0100 diff --git a/debian/rules b/debian/rules index de24e6e..345b3f5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,3 @@ #!/usr/bin/make -f %: dh $@ --with=quilt - -override_dh_auto_install: - dh_auto_install --destdir=debian/tmp commit 6dfdaa2daba74c4c7e31225841b1be2ed9cec687 Author: Andreas Boll <andreas.boll....@gmail.com> Date: Thu Dec 22 16:40:31 2016 +0100 No need to pass --disable-silent-rules to configure, debhelper does that for a while. diff --git a/debian/changelog b/debian/changelog index c114d72..f686eb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ mesa-demos (8.3.0-3) UNRELEASED; urgency=medium * Bump debhelper compat to 10. - Drop build-deps on dh-autoreconf, autoconf and automake. + * No need to pass --disable-silent-rules to configure, debhelper does + that for a while. -- Andreas Boll <andreas.boll....@gmail.com> Thu, 22 Dec 2016 16:37:47 +0100 diff --git a/debian/rules b/debian/rules index 11930e5..de24e6e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,5 @@ %: dh $@ --with=quilt -override_dh_auto_configure: - dh_auto_configure -- --disable-silent-rules - override_dh_auto_install: dh_auto_install --destdir=debian/tmp commit 8aac29b8370769a6cbae0d4c27f6b8ec35fb2e70 Author: Andreas Boll <andreas.boll....@gmail.com> Date: Thu Dec 22 16:39:57 2016 +0100 Drop build-deps on dh-autoreconf, autoconf and automake. diff --git a/debian/changelog b/debian/changelog index 6216d71..c114d72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mesa-demos (8.3.0-3) UNRELEASED; urgency=medium * Bump debhelper compat to 10. + - Drop build-deps on dh-autoreconf, autoconf and automake. -- Andreas Boll <andreas.boll....@gmail.com> Thu, 22 Dec 2016 16:37:47 +0100 diff --git a/debian/control b/debian/control index c8ae966..82a9773 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,6 @@ Standards-Version: 3.9.8 Build-Depends: debhelper (>= 10), quilt, pkg-config, - autoconf, - automake, - dh-autoreconf, libx11-dev, libxext-dev, libgl1-mesa-dev, commit f277cb47ceafc43a5e19013084a7b7f0c8bda291 Author: Andreas Boll <andreas.boll....@gmail.com> Date: Thu Dec 22 16:38:01 2016 +0100 Bump debhelper compat to 10. diff --git a/debian/changelog b/debian/changelog index 2cd955e..6216d71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa-demos (8.3.0-3) UNRELEASED; urgency=medium + + * Bump debhelper compat to 10. + + -- Andreas Boll <andreas.boll....@gmail.com> Thu, 22 Dec 2016 16:37:47 +0100 + mesa-demos (8.3.0-2) unstable; urgency=medium [ Sven Joachim ] diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 768e51a..c8ae966 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Maarten Lankhorst <maarten.lankho...@ubuntu.com>, Andreas Boll <andreas.boll....@gmail.com> Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), quilt, pkg-config, autoconf, diff --git a/debian/rules b/debian/rules index 7ad497b..11930e5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with=quilt,autoreconf --parallel + dh $@ --with=quilt override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules