libsm: Changes to 'debian-unstable'
debian/changelog | 6 ++++++
debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit a46e0c4d36c246149812f4f47c6e2b387501386b
Author: Brice Goglin <bgoglin@debian.org>
Date: Fri Jun 13 13:53:23 2008 +0200
Use ${binary:Version} instead of the deprecated ${Source-Version}
diff --git a/debian/changelog b/debian/changelog
index b6ab6ab..1ee60c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsm (2:1.0.3-3) UNRELEASED; urgency=low
+
+ * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+
+ -- Brice Goglin <bgoglin@debian.org> Fri, 13 Jun 2008 11:42:13 +0200
+
libsm (2:1.0.3-2) unstable; urgency=low
* Fix short descriptions of libsm-dev and libsm-dbg,
diff --git a/debian/control b/debian/control
index 9ebe1b7..a1477b1 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Package: libsm6-dbg
Section: libdevel
Architecture: any
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libsm6 (= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libsm6 (= ${binary:Version})
Description: X11 Session Management library (debug package)
This package provides the main interface to the X11 Session Management
library, which allows for applications to both manage sessions, and make use
@@ -49,7 +49,7 @@ Description: X11 Session Management library (debug package)
Package: libsm-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsm6 (= ${Source-Version}), x11proto-core-dev, libice-dev (>= 1:1.0.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsm6 (= ${binary:Version}), x11proto-core-dev, libice-dev (>= 1:1.0.0-1)
Pre-Depends: x11-common (>= 1:7.0.0)
Description: X11 Session Management library (development headers)
This package provides the main interface to the X11 Session Management
Reply to: