X Strike Force X.Org X11 SVN commit: r2440 - branches/7.1/lib/libsm/debian
Author: dnusinow
Date: 2006-07-03 17:24:41 -0400 (Mon, 03 Jul 2006)
New Revision: 2440
Modified:
branches/7.1/lib/libsm/debian/changelog
branches/7.1/lib/libsm/debian/compat
branches/7.1/lib/libsm/debian/control
branches/7.1/lib/libsm/debian/libsm-dev.install
branches/7.1/lib/libsm/debian/rules
Log:
* New upstream release
* Run dh_install with --list-missing
* Bump debhelper compat to 5
* Remove extra x11-common dep from -dev package
* Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
of Debian and shut lintian up
* Bump standards version to 3.7.2.0
* Don't look to install manpages for -dev package, there aren't any
Modified: branches/7.1/lib/libsm/debian/changelog
===================================================================
--- branches/7.1/lib/libsm/debian/changelog 2006-07-03 21:05:35 UTC (rev 2439)
+++ branches/7.1/lib/libsm/debian/changelog 2006-07-03 21:24:41 UTC (rev 2440)
@@ -1,3 +1,16 @@
+libsm (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 from -dev package
+ * Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
+ of Debian and shut lintian up
+ * Bump standards version to 3.7.2.0
+ * Don't look to install manpages for -dev package, there aren't any
+
+ -- David Nusinow <dnusinow@debian.org> Mon, 3 Jul 2006 17:18:41 -0400
+
libsm (1:1.0.0-4) unstable; urgency=low
* Reorder makeshlib command in rules file so that ldconfig is run
Modified: branches/7.1/lib/libsm/debian/compat
===================================================================
--- branches/7.1/lib/libsm/debian/compat 2006-07-03 21:05:35 UTC (rev 2439)
+++ branches/7.1/lib/libsm/debian/compat 2006-07-03 21:24:41 UTC (rev 2440)
@@ -1 +1 @@
-4
+5
Modified: branches/7.1/lib/libsm/debian/control
===================================================================
--- branches/7.1/lib/libsm/debian/control 2006-07-03 21:05:35 UTC (rev 2439)
+++ branches/7.1/lib/libsm/debian/control 2006-07-03 21:24:41 UTC (rev 2440)
@@ -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), pkg-config, x11proto-core-dev (>= 6.8.99.15+cvs.20050722-1), xtrans-dev, libice-dev (>= 1:1.0.0-1)
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), pkg-config, x11proto-core-dev (>= 6.8.99.15+cvs.20050722-1), xtrans-dev, libice-dev (>= 1:1.0.0-1)
+Standards-Version: 3.7.2.0
Package: libsm6
Architecture: any
@@ -41,8 +41,8 @@
Package: libsm-dev
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libsm6 (= ${Source-Version}), x11proto-core-dev, libice-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsm6 (= ${Source-Version}), x11proto-core-dev, libice-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 Session Management
library, which allows for applications to both manage sessions, and make use
Modified: branches/7.1/lib/libsm/debian/libsm-dev.install
===================================================================
--- branches/7.1/lib/libsm/debian/libsm-dev.install 2006-07-03 21:05:35 UTC (rev 2439)
+++ branches/7.1/lib/libsm/debian/libsm-dev.install 2006-07-03 21:24:41 UTC (rev 2440)
@@ -1,5 +1,4 @@
usr/include/X11/*
-usr/share/man/man3/*
usr/lib/libSM.a
usr/lib/libSM.so
usr/lib/pkgconfig/sm.pc
Modified: branches/7.1/lib/libsm/debian/rules
===================================================================
--- branches/7.1/lib/libsm/debian/rules 2006-07-03 21:05:35 UTC (rev 2439)
+++ branches/7.1/lib/libsm/debian/rules 2006-07-03 21:24:41 UTC (rev 2440)
@@ -72,10 +72,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: