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

X Strike Force X.Org X11 SVN commit: r2449 - branches/7.1/lib/libxmu/debian



Author: dnusinow
Date: 2006-07-03 18:50:04 -0400 (Mon, 03 Jul 2006)
New Revision: 2449

Modified:
   branches/7.1/lib/libxmu/debian/changelog
   branches/7.1/lib/libxmu/debian/compat
   branches/7.1/lib/libxmu/debian/control
   branches/7.1/lib/libxmu/debian/rules
Log:
* New upstream release
* Bump debhelper compat to 5
* Run dh_install with --list-missing
* Version the -headers package's x11-common pre-dep to use version 1:7.0.0
  to match the rest of Debian and shut lintian up
* Bump standards version to 3.7.2.0

Modified: branches/7.1/lib/libxmu/debian/changelog
===================================================================
--- branches/7.1/lib/libxmu/debian/changelog	2006-07-03 22:39:50 UTC (rev 2448)
+++ branches/7.1/lib/libxmu/debian/changelog	2006-07-03 22:50:04 UTC (rev 2449)
@@ -1,3 +1,14 @@
+libxmu (1:1.0.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Bump debhelper compat to 5
+  * Run dh_install with --list-missing
+  * Version the -headers package's x11-common pre-dep to use version 1:7.0.0
+    to match the rest of Debian and shut lintian up
+  * Bump standards version to 3.7.2.0
+
+ -- David Nusinow <dnusinow@debian.org>  Mon,  3 Jul 2006 18:43:32 -0400
+
 libxmu (1:1.0.1-3) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: branches/7.1/lib/libxmu/debian/compat
===================================================================
--- branches/7.1/lib/libxmu/debian/compat	2006-07-03 22:39:50 UTC (rev 2448)
+++ branches/7.1/lib/libxmu/debian/compat	2006-07-03 22:50:04 UTC (rev 2449)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxmu/debian/control
===================================================================
--- branches/7.1/lib/libxmu/debian/control	2006-07-03 22:39:50 UTC (rev 2448)
+++ branches/7.1/lib/libxmu/debian/control	2006-07-03 22:50:04 UTC (rev 2449)
@@ -3,8 +3,8 @@
 Priority: optional
 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), libx11-dev (>= 1:0.99.2-1), libxt-dev (>= 1:0.99.1-1), libxext-dev (>= 1:0.99.1-1), pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxt-dev (>= 1:0.99.1-1), libxext-dev (>= 1:0.99.1-1), pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libxmu6
 Architecture: any
@@ -111,7 +111,7 @@
 Package: libxmu-headers
 Architecture: all
 Depends: libx11-dev, x11proto-core-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 miscellaneous utility library headers
  libXmu and libXmuu are miscellaneous utility libraries for X library
  developers to abstract some common functions.  This package provides the

Modified: branches/7.1/lib/libxmu/debian/rules
===================================================================
--- branches/7.1/lib/libxmu/debian/rules	2006-07-03 22:39:50 UTC (rev 2448)
+++ branches/7.1/lib/libxmu/debian/rules	2006-07-03 22:50:04 UTC (rev 2449)
@@ -69,12 +69,12 @@
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp
+	dh_install --sourcedir=debian/tmp --list-missing
 	dh_installchangelogs
 	dh_link
 	dh_strip -Nlibxmu6 -Nlibxmuu1
-	dh_strip -plibxmu6 --dbg-package=libxmu6
-	dh_strip -plibxmuu1 --dbg-package=libxmuu1
+	dh_strip -plibxmu6 --dbg-package=libxmu6-dbg
+	dh_strip -plibxmuu1 --dbg-package=libxmuu1-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs



Reply to: