mesa: Changes to 'debian-unstable'
debian/changelog | 6 ++++++
debian/rules | 3 +--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 67a967e5787963c4cceb6730c22ef6f7ca3f2594
Author: Julien Cristau <jcristau@debian.org>
Date: Fri Aug 3 23:21:05 2012 +0200
Use xz for all binary packages not just *-dbg.
diff --git a/debian/changelog b/debian/changelog
index 21a8a2b..e2b6c5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (8.0.4-2) UNRELEASED; urgency=low
+
+ * Use xz for all binary packages not just *-dbg.
+
+ -- Julien Cristau <jcristau@debian.org> Fri, 03 Aug 2012 23:17:16 +0200
+
mesa (8.0.4-1) unstable; urgency=low
[ Sven Joachim ]
diff --git a/debian/rules b/debian/rules
index 3bf3702..551cb75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -335,8 +335,7 @@ endif
dh_shlibdeps -s
dh_gencontrol -s
dh_md5sums -s
- dh_builddeb $(foreach pkg,$(dbgpkg),-p$(pkg)) -- -Zxz
- dh_builddeb $(foreach pkg,$(otherpkg),-p$(pkg))
+ dh_builddeb -s -- -Zxz
binary: binary-indep binary-arch
.PHONY: configs build clean binary-indep binary-arch binary install
Reply to: