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

libxfont: Changes to 'debian-unstable'



 debian/changelog |    7 +++++++
 debian/control   |    1 -
 debian/rules     |    3 ++-
 3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 17dcb4b47fe0f660f676378769015843118c2f39
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Aug 18 02:10:12 2013 +0200

    dev package is no longer Multi-Arch: same (closes: #720026).

diff --git a/debian/changelog b/debian/changelog
index 85a0073..0541ccf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxfont (1:1.4.6-2) UNRELEASED; urgency=low
 
   * Don't put dbg symbols from the udeb in the dbg package.
+  * dev package is no longer Multi-Arch: same (closes: #720026).
 
  -- Julien Cristau <jcristau@debian.org>  Sun, 18 Aug 2013 02:08:51 +0200
 
diff --git a/debian/control b/debian/control
index d2638cc..38af7f3 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,6 @@ Package: libxfont-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxfont1 (= ${binary:Version}), libx11-dev, x11proto-core-dev, x11proto-fonts-dev, libfreetype6-dev, libfontenc-dev (>= 1:1.0.1-1)
-Multi-Arch: same
 Description: X11 font rasterisation library (development headers)
  libXfont provides various services for X servers, most notably font
  selection and rasterisation (through external libraries).

commit 910f22cb3861a07d6fc54a2875d97c16d71b31ac
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Aug 18 02:09:04 2013 +0200

    Don't put dbg symbols from the udeb in the dbg package.

diff --git a/debian/changelog b/debian/changelog
index 411091c..85a0073 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxfont (1:1.4.6-2) UNRELEASED; urgency=low
+
+  * Don't put dbg symbols from the udeb in the dbg package.
+
+ -- Julien Cristau <jcristau@debian.org>  Sun, 18 Aug 2013 02:08:51 +0200
+
 libxfont (1:1.4.6-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 9c51175..414aa3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,8 @@ override_dh_install:
 	dh_install    -p$(PACKAGE)-udeb --sourcedir=debian/tmp-udeb --fail-missing
 
 override_dh_strip:
-	dh_strip --dbg-package=$(PACKAGE)-dbg
+	dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
+	dh_strip -N$(PACKAGE)
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V'libxfont1 (>= 1:1.4.2)' --add-udeb=$(PACKAGE)-udeb


Reply to: