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

libx11: Changes to 'debian-experimental'



 debian/changelog |    2 ++
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 922fe690372f8f1d00a6e361c9947b50219b2c97
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Aug 7 18:20:13 2009 +0200

    Run dpkg-gensymbols with -c4
    
    Helps catch mismatches between the symbols file and the library.

diff --git a/debian/changelog b/debian/changelog
index 926f7c2..506b342 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libx11 (2:1.2.99.901-2) UNRELEASED; urgency=low
 
   * libx11-6.symbols: mark some more stuff as private.
   * libx11-6.symbols: add kfreebsd-amd64 tag for 64-bit symbols.
+  * Run dpkg-gensymbols with -c4 to catch mismatches between the symbols file
+    and the library.
 
  -- Julien Cristau <jcristau@debian.org>  Wed, 05 Aug 2009 21:18:06 +0200
 
diff --git a/debian/rules b/debian/rules
index 16ed4ac..523d646 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,7 +107,7 @@ binary-arch: build install
 	dh_strip -Nlibx11-6 -Nlibx11-xcb1
 	dh_compress -s
 	dh_fixperms -s
-	dh_makeshlibs -s
+	dh_makeshlibs -s -- -c4
 	dh_shlibdeps -s
 	dh_installdeb -s
 	dh_gencontrol -s


Reply to: