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

X Strike Force X.Org X11 SVN commit: r2797 - trunk/lib/libxau/debian



Author: barbier
Date: 2006-08-14 14:53:08 -0400 (Mon, 14 Aug 2006)
New Revision: 2797

Modified:
   trunk/lib/libxau/debian/changelog
   trunk/lib/libxau/debian/control
   trunk/lib/libxau/debian/rules
Log:
  * Build with LIB_MAN_SUFFIX=3 so that manual pages have a .3 extension
    insteod of .3x.  Closes: #356545, #368165
  * Bump Standards-Version: 3.7.2, no changes needed.
  * Clean out Depends fields in debian/control, drop all ${misc:Depends}
    substitutions, and libxau-dev does not need ${shlibs:Depends} and
    x11-common (the latter because it Pre-Depends on it).
  * Lintian wants libxau-dev Pre-Depends: x11-common (>= 1:7.0.0)
    so bump x11-common version to this value.


Modified: trunk/lib/libxau/debian/changelog
===================================================================
--- trunk/lib/libxau/debian/changelog	2006-08-14 14:40:23 UTC (rev 2796)
+++ trunk/lib/libxau/debian/changelog	2006-08-14 18:53:08 UTC (rev 2797)
@@ -1,3 +1,16 @@
+libxau (1:1.0.0-4) unstable; urgency=low
+
+  * Build with LIB_MAN_SUFFIX=3 so that manual pages have a .3 extension
+    insteod of .3x.  Closes: #356545, #368165
+  * Bump Standards-Version: 3.7.2, no changes needed.
+  * Clean out Depends fields in debian/control, drop all ${misc:Depends}
+    substitutions, and libxau-dev does not need ${shlibs:Depends} and
+    x11-common (the latter because it Pre-Depends on it).
+  * Lintian wants libxau-dev Pre-Depends: x11-common (>= 1:7.0.0)
+    so bump x11-common version to this value.
+
+ -- Denis Barbier <barbier@debian.org>  Mon, 14 Aug 2006 20:10:31 +0200
+
 libxau (1:1.0.0-3) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: trunk/lib/libxau/debian/control
===================================================================
--- trunk/lib/libxau/debian/control	2006-08-14 14:40:23 UTC (rev 2796)
+++ trunk/lib/libxau/debian/control	2006-08-14 18:53:08 UTC (rev 2797)
@@ -4,11 +4,11 @@
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
 Build-Depends: debhelper (>= 4.0.0), pkg-config, x11proto-core-dev
-Standards-Version: 3.6.1.0
+Standards-Version: 3.7.2
 
 Package: libxau6
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Depends: ${shlibs:Depends}, x11-common
 Description: X11 authorisation library
  This package provides the main interface to the X11 authorisation handling,
  which controls authorisation for X connections, both client-side and
@@ -23,7 +23,7 @@
 
 Package: libxau6-dbg
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxau6 (= ${Source-Version})
+Depends: ${shlibs:Depends}, x11-common, libxau6 (= ${Source-Version})
 Description: X11 authorisation library (debug package)
  This package provides the main interface to the X11 authorisation handling,
  which controls authorisation for X connections, both client-side and
@@ -41,8 +41,8 @@
 
 Package: libxau-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxau6 (= ${Source-Version}), x11proto-core-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: libxau6 (= ${Source-Version}), x11proto-core-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 authorisation library (development headers)
  This package provides the main interface to the X11 authorisation handling,
  which controls authorisation for X connections, both client-side and

Modified: trunk/lib/libxau/debian/rules
===================================================================
--- trunk/lib/libxau/debian/rules	2006-08-14 14:40:23 UTC (rev 2796)
+++ trunk/lib/libxau/debian/rules	2006-08-14 18:53:08 UTC (rev 2797)
@@ -40,7 +40,7 @@
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
-	             CFLAGS="$(CFLAGS)" 
+	             CFLAGS="$(CFLAGS)" LIB_MAN_SUFFIX=3
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 
 	touch build-stamp



Reply to: