debian/changelog | 8 ++++++++ debian/rules | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-)
New commits: commit 11d6d82fb0193462b3e4811a133e245cdd135897 Author: Julien Cristau <[email protected]> Date: Sat Jun 11 23:47:30 2011 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 879434f..11be6a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -libxau (1:1.0.6-3) UNRELEASED; urgency=low +libxau (1:1.0.6-3) unstable; urgency=low + * Team upload. * Don't put debugging symbols for the udeb in libxau6-dbg. * Add build-arch and (empty) build-indep debian/rules targets. - -- Julien Cristau <[email protected]> Sat, 11 Jun 2011 23:44:35 +0200 + -- Julien Cristau <[email protected]> Sat, 11 Jun 2011 23:47:19 +0200 libxau (1:1.0.6-2) unstable; urgency=low commit d73b56dba0d75ff1b47c6df9ac1dfd3d617ab783 Author: Julien Cristau <[email protected]> Date: Sat Jun 11 23:47:17 2011 +0200 Add build-arch and (empty) build-indep debian/rules targets. diff --git a/debian/changelog b/debian/changelog index 383502f..879434f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxau (1:1.0.6-3) UNRELEASED; urgency=low * Don't put debugging symbols for the udeb in libxau6-dbg. + * Add build-arch and (empty) build-indep debian/rules targets. -- Julien Cristau <[email protected]> Sat, 11 Jun 2011 23:44:35 +0200 diff --git a/debian/rules b/debian/rules index ce9c781..a2960eb 100755 --- a/debian/rules +++ b/debian/rules @@ -47,7 +47,11 @@ build/config.status: configure $(confflags) \ CFLAGS="$(CFLAGS)" -build: build-stamp +build: build-indep build-arch +build-indep: +build-arch: build-stamp +.PHONY: build build-indep build-arch + build-stamp: build/config.status dh_testdir @@ -104,4 +108,4 @@ binary-indep: build install # Nothing to do binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: clean binary-indep binary-arch binary install commit 74647f50af8908052f7eed803345b16e3e4c6bb0 Author: Julien Cristau <[email protected]> Date: Sat Jun 11 23:45:28 2011 +0200 Don't put debugging symbols for the udeb in libxau6-dbg. diff --git a/debian/changelog b/debian/changelog index 9d7fc35..383502f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxau (1:1.0.6-3) UNRELEASED; urgency=low + + * Don't put debugging symbols for the udeb in libxau6-dbg. + + -- Julien Cristau <[email protected]> Sat, 11 Jun 2011 23:44:35 +0200 + libxau (1:1.0.6-2) unstable; urgency=low * Team upload. diff --git a/debian/rules b/debian/rules index daf708c..ce9c781 100755 --- a/debian/rules +++ b/debian/rules @@ -88,7 +88,8 @@ binary-arch: build install dh_install --sourcedir=debian/tmp --list-missing dh_installchangelogs ChangeLog dh_link - dh_strip --dbg-package=$(PACKAGE)-dbg + dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg + dh_strip -N$(PACKAGE) dh_compress dh_fixperms dh_makeshlibs --add-udeb=$(PACKAGE)-udeb -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

