debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 20ac25c338cf6f824d81b1c8ec86278d6bbf022e Author: Julien Cristau <jcris...@debian.org> Date: Wed Oct 28 11:25:10 2015 +0000 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 9b41db4..6898035 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -libxrender (1:0.9.9-2) UNRELEASED; urgency=medium +libxrender (1:0.9.9-2) unstable; urgency=medium + * Team upload. * Restore separate build directory. - -- Julien Cristau <jcris...@debian.org> Wed, 28 Oct 2015 11:23:15 +0000 + -- Julien Cristau <jcris...@debian.org> Wed, 28 Oct 2015 11:23:44 +0000 libxrender (1:0.9.9-1) sid; urgency=medium commit 1ffc53ff0a9fa4aeb4730c3faca499f18a22e334 Author: Julien Cristau <jcris...@debian.org> Date: Wed Oct 28 11:23:26 2015 +0000 Restore separate build directory. diff --git a/debian/changelog b/debian/changelog index b324ec5..9b41db4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxrender (1:0.9.9-2) UNRELEASED; urgency=medium + + * Restore separate build directory. + + -- Julien Cristau <jcris...@debian.org> Wed, 28 Oct 2015 11:23:15 +0000 + libxrender (1:0.9.9-1) sid; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index baa9e92..70a600b 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ PACKAGE = libxrender1 %: - dh $@ --with autoreconf --parallel + dh $@ --with autoreconf --parallel --builddirectory=build/ override_dh_auto_configure: dh_auto_configure -- \