debian/changelog | 8 ++++++++ debian/rules | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-)
New commits: commit fb5cee23a4c829437f79e7f38e858f1aa7398f50 Author: Julien Cristau <[email protected]> Date: Sun Jun 12 00:06:45 2011 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 08af09c..d36138e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -libxdmcp (1:1.1.0-3) UNRELEASED; urgency=low +libxdmcp (1:1.1.0-3) unstable; urgency=low + * Team upload. * Don't put the debug symbols for the udeb in libxdmcp6-dbg. * Add build-{arch,indep} debian/rules targets. - -- Julien Cristau <[email protected]> Sun, 12 Jun 2011 00:04:59 +0200 + -- Julien Cristau <[email protected]> Sun, 12 Jun 2011 00:06:39 +0200 libxdmcp (1:1.1.0-2) unstable; urgency=low commit 9a0d8dba28dcd4d7675a88e5f04cc62c58dfb737 Author: Julien Cristau <[email protected]> Date: Sun Jun 12 00:06:38 2011 +0200 Add build-{arch,indep} debian/rules targets. diff --git a/debian/changelog b/debian/changelog index 834ef4a..08af09c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxdmcp (1:1.1.0-3) UNRELEASED; urgency=low * Don't put the debug symbols for the udeb in libxdmcp6-dbg. + * Add build-{arch,indep} debian/rules targets. -- Julien Cristau <[email protected]> Sun, 12 Jun 2011 00:04:59 +0200 diff --git a/debian/rules b/debian/rules index d2fbcec..e47a12d 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,11 @@ else endif -build: build-stamp +build: build-indep build-arch +build-indep: +build-arch: build-stamp +.PHONY: build build-indep build-arch + build-stamp: dh_testdir autoreconf -vfi @@ -99,4 +103,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 a109bdb566f16000b82c760b4e88b6ac7a1acae4 Author: Julien Cristau <[email protected]> Date: Sun Jun 12 00:05:12 2011 +0200 Don't put the debug symbols for the udeb in libxdmcp6-dbg. diff --git a/debian/changelog b/debian/changelog index c9908c4..834ef4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxdmcp (1:1.1.0-3) UNRELEASED; urgency=low + + * Don't put the debug symbols for the udeb in libxdmcp6-dbg. + + -- Julien Cristau <[email protected]> Sun, 12 Jun 2011 00:04:59 +0200 + libxdmcp (1:1.1.0-2) unstable; urgency=low * Team upload. diff --git a/debian/rules b/debian/rules index ea863da..d2fbcec 100755 --- a/debian/rules +++ b/debian/rules @@ -83,7 +83,8 @@ binary-arch: build install dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXdmcp.la 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]

