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

X Strike Force X.Org X11 SVN commit: r2436 - branches/7.1/lib/libice/debian



Author: dnusinow
Date: 2006-07-03 16:56:38 -0400 (Mon, 03 Jul 2006)
New Revision: 2436

Modified:
   branches/7.1/lib/libice/debian/changelog
   branches/7.1/lib/libice/debian/compat
   branches/7.1/lib/libice/debian/control
   branches/7.1/lib/libice/debian/libice-dev.install
   branches/7.1/lib/libice/debian/rules
Log:
* New upstream release
* Run dh_install with --list-missing
* Bump debhelper compat to 5
* Remove extra x11-common dep in -dev package
* Version x11-common pre-dep in -dev package to use 1:7.0.0 to match the
  rest of Debian and shut lintian up
* Bump build-dep version on xtrans-dev to 1.0.1-1 to make sure we get the
  security fix
* Bump standards version to 3.7.2.0
* Don't look to install manpages for the -dev package, there aren't any

Modified: branches/7.1/lib/libice/debian/changelog
===================================================================
--- branches/7.1/lib/libice/debian/changelog	2006-07-03 20:46:49 UTC (rev 2435)
+++ branches/7.1/lib/libice/debian/changelog	2006-07-03 20:56:38 UTC (rev 2436)
@@ -1,3 +1,18 @@
+libice (1:1.0.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Run dh_install with --list-missing
+  * Bump debhelper compat to 5
+  * Remove extra x11-common dep in -dev package
+  * Version x11-common pre-dep in -dev package to use 1:7.0.0 to match the
+    rest of Debian and shut lintian up
+  * Bump build-dep version on xtrans-dev to 1.0.1-1 to make sure we get the
+    security fix
+  * Bump standards version to 3.7.2.0
+  * Don't look to install manpages for the -dev package, there aren't any
+
+ -- David Nusinow <dnusinow@debian.org>  Mon,  3 Jul 2006 16:54:13 -0400
+
 libice (1:1.0.0-3) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: branches/7.1/lib/libice/debian/compat
===================================================================
--- branches/7.1/lib/libice/debian/compat	2006-07-03 20:46:49 UTC (rev 2435)
+++ branches/7.1/lib/libice/debian/compat	2006-07-03 20:56:38 UTC (rev 2436)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libice/debian/control
===================================================================
--- branches/7.1/lib/libice/debian/control	2006-07-03 20:46:49 UTC (rev 2435)
+++ branches/7.1/lib/libice/debian/control	2006-07-03 20:56:38 UTC (rev 2436)
@@ -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), quilt, pkg-config, x11proto-core-dev, xtrans-dev (>= 0.2+cvs.20050530-1)
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), quilt, pkg-config, x11proto-core-dev, xtrans-dev (>= 1.0.1-1)
+Standards-Version: 3.7.2.0
 
 Package: libice6
 Architecture: any
@@ -39,8 +39,8 @@
 
 Package: libice-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libice6 (= ${Source-Version}), x11proto-core-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libice6 (= ${Source-Version}), x11proto-core-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Inter-Client Exchange library (development headers)
  This package provides the main interface to the X11 Inter-Client Exchange
  library, which allows for communciation of data between X clients.

Modified: branches/7.1/lib/libice/debian/libice-dev.install
===================================================================
--- branches/7.1/lib/libice/debian/libice-dev.install	2006-07-03 20:46:49 UTC (rev 2435)
+++ branches/7.1/lib/libice/debian/libice-dev.install	2006-07-03 20:56:38 UTC (rev 2436)
@@ -1,5 +1,4 @@
 usr/include/X11/*
-usr/share/man/man3/*
 usr/lib/libICE.a
 usr/lib/libICE.so
 usr/lib/pkgconfig/ice.pc

Modified: branches/7.1/lib/libice/debian/rules
===================================================================
--- branches/7.1/lib/libice/debian/rules	2006-07-03 20:46:49 UTC (rev 2435)
+++ branches/7.1/lib/libice/debian/rules	2006-07-03 20:56:38 UTC (rev 2436)
@@ -71,10 +71,10 @@
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp
+	dh_install --sourcedir=debian/tmp --list-missing
 	dh_installchangelogs
 	dh_link
-	dh_strip --dbg-package=$(PACKAGE)
+	dh_strip --dbg-package=$(PACKAGE)-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs



Reply to: