[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxext: Changes to 'debian-unstable'



 debian/changelog |    8 ++++++++
 debian/rules     |   11 ++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit 94a231afa6853b7eb0964111ee8bce4b50de3a68
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 00:10:55 2011 +0200

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index b661925..9f5b55a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libxext (2:1.3.0-3) UNRELEASED; urgency=low
+libxext (2:1.3.0-3) unstable; urgency=low
 
+  * Team upload.
   * Don't put debug symbols for the udeb in libxdmcp6-dbg.
   * Add build-indep and build-arch debian/rules targets.
 
- -- Julien Cristau <jcristau@debian.org>  Sun, 12 Jun 2011 00:09:36 +0200
+ -- Julien Cristau <jcristau@debian.org>  Sun, 12 Jun 2011 00:10:43 +0200
 
 libxext (2:1.3.0-2) unstable; urgency=low
 

commit 15070e1a5aeed00ad16b7a4331a8cc305d8e0321
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 00:10:36 2011 +0200

    Add build-indep and build-arch debian/rules targets.

diff --git a/debian/changelog b/debian/changelog
index c6fd231..b661925 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxext (2:1.3.0-3) UNRELEASED; urgency=low
 
   * Don't put debug symbols for the udeb in libxdmcp6-dbg.
+  * Add build-indep and build-arch debian/rules targets.
 
  -- Julien Cristau <jcristau@debian.org>  Sun, 12 Jun 2011 00:09:36 +0200
 
diff --git a/debian/rules b/debian/rules
index dcb07f5..eca2aec 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
@@ -102,4 +106,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 ad160c5e368206f578a4dffdf1d036f05e064513
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Jun 12 00:09:50 2011 +0200

    Don't put debug symbols for the udeb in libxdmcp6-dbg.

diff --git a/debian/changelog b/debian/changelog
index 58b31eb..c6fd231 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxext (2:1.3.0-3) UNRELEASED; urgency=low
+
+  * Don't put debug symbols for the udeb in libxdmcp6-dbg.
+
+ -- Julien Cristau <jcristau@debian.org>  Sun, 12 Jun 2011 00:09:36 +0200
+
 libxext (2:1.3.0-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 0f3c6ac..dcb07f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,8 @@ binary-arch: build install
 	dh_installchangelogs ChangeLog
 	dh_link
 	dh_installman
-	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"$(PACKAGE) (>= 2:1.3.0)" --add-udeb=$(PACKAGE)-udeb -- -c4


Reply to: