debian/changelog | 9 +++++++++ debian/rules | 12 ++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-)
New commits: commit 41203c50555600417522a3c49fea8ceff19203a2 Author: Julien Cristau <[email protected]> Date: Sat Jun 11 23:59:11 2011 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 34cb19a..174ffbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -libxcursor (1:1.1.11-3) UNRELEASED; urgency=low +libxcursor (1:1.1.11-3) unstable; urgency=low + * Team upload. * Don't put debugging symbols for the udeb in libxcursor1-dbg. * Add build-arch and build-indep debian/rules target, and fix dependency for build-stamp. - -- Julien Cristau <[email protected]> Sat, 11 Jun 2011 23:55:50 +0200 + -- Julien Cristau <[email protected]> Sat, 11 Jun 2011 23:59:05 +0200 libxcursor (1:1.1.11-2) unstable; urgency=low commit 4efa60bf062e3e576a5fa246ec1bb1b88a0cda0e Author: Julien Cristau <[email protected]> Date: Sat Jun 11 23:58:55 2011 +0200 Add build-arch and build-indep debian/rules target, and fix dependency for build-stamp. diff --git a/debian/changelog b/debian/changelog index 69caad0..34cb19a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ libxcursor (1:1.1.11-3) UNRELEASED; urgency=low * Don't put debugging symbols for the udeb in libxcursor1-dbg. + * Add build-arch and build-indep debian/rules target, and fix dependency for + build-stamp. -- Julien Cristau <[email protected]> Sat, 11 Jun 2011 23:55:50 +0200 diff --git a/debian/rules b/debian/rules index 1f93db5..1ac169c 100755 --- a/debian/rules +++ b/debian/rules @@ -33,9 +33,12 @@ else confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) endif +build: build-indep build-arch +build-indep: +build-arch: build-stamp +.PHONY: build build-indep build-arch -build: patch build-stamp -build-stamp: +build-stamp: $(STAMP_DIR)/patch dh_testdir autoreconf -vfi mkdir -p build @@ -98,4 +101,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 ec3b0d0fe9905c1ee0da5377bb542dfda5383764 Author: Julien Cristau <[email protected]> Date: Sat Jun 11 23:56:05 2011 +0200 Don't put debugging symbols for the udeb in libxcursor1-dbg. diff --git a/debian/changelog b/debian/changelog index 311021b..69caad0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxcursor (1:1.1.11-3) UNRELEASED; urgency=low + + * Don't put debugging symbols for the udeb in libxcursor1-dbg. + + -- Julien Cristau <[email protected]> Sat, 11 Jun 2011 23:55:50 +0200 + libxcursor (1:1.1.11-2) unstable; urgency=low * Team upload. diff --git a/debian/rules b/debian/rules index 409649c..1f93db5 100755 --- a/debian/rules +++ b/debian/rules @@ -82,7 +82,8 @@ binary-arch: build install dh_installman dh_installchangelogs 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 -V "libxcursor1 (>> 1.1.2)" --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]

