debian/changelog | 8 ++++++++ debian/rules | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-)
New commits: commit 44faf5c7d26bb2bac356edddafd0478376fa96e3 Author: Julien Cristau <[email protected]> Date: Sun Jun 12 00:27:33 2011 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 9f91623..a58e2f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -libxinerama (2:1.1.1-3) UNRELEASED; urgency=low +libxinerama (2:1.1.1-3) unstable; urgency=low + * Team upload. * Don't ship debug symbols for the udeb in libxinerama1-dbg. * Add build-{arch,indep} debian/rules targets. - -- Julien Cristau <[email protected]> Sun, 12 Jun 2011 00:24:44 +0200 + -- Julien Cristau <[email protected]> Sun, 12 Jun 2011 00:27:25 +0200 libxinerama (2:1.1.1-2) unstable; urgency=low commit 41f909f932abe70e16d114f23a59672bf35aad80 Author: Julien Cristau <[email protected]> Date: Sun Jun 12 00:27:23 2011 +0200 Add build-{arch,indep} debian/rules targets. diff --git a/debian/changelog b/debian/changelog index e533321..9f91623 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxinerama (2:1.1.1-3) UNRELEASED; urgency=low * Don't ship debug symbols for the udeb in libxinerama1-dbg. + * Add build-{arch,indep} debian/rules targets. -- Julien Cristau <[email protected]> Sun, 12 Jun 2011 00:24:44 +0200 diff --git a/debian/rules b/debian/rules index a8f55b9..d5c007f 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,11 @@ else endif -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: +.PHONY: build build-arch build-indep + build-stamp: dh_testdir autoreconf -vfi @@ -98,4 +102,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 51e7d28e54356432d676e3c961f3f6e142f51b5e Author: Julien Cristau <[email protected]> Date: Sun Jun 12 00:25:16 2011 +0200 Don't ship debug symbols for the udeb in libxinerama1-dbg. diff --git a/debian/changelog b/debian/changelog index 6643b30..e533321 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxinerama (2:1.1.1-3) UNRELEASED; urgency=low + + * Don't ship debug symbols for the udeb in libxinerama1-dbg. + + -- Julien Cristau <[email protected]> Sun, 12 Jun 2011 00:24:44 +0200 + libxinerama (2:1.1.1-2) unstable; urgency=low * Team upload. diff --git a/debian/rules b/debian/rules index 8eac788..a8f55b9 100755 --- a/debian/rules +++ b/debian/rules @@ -82,7 +82,8 @@ binary-arch: build install dh_installchangelogs ChangeLog dh_installman 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]

