[Pkg-gnutls-commits] r1224 - in /packages/gnutls26/trunk/debian: changelog control
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Aug 27 06:52:27 UTC 2011
Author: ametzler
Date: Sat Aug 27 06:52:26 2011
New Revision: 1224
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1224
Log:
Since libgnutls*-dbg contains debugging symbols of helper applications libgnutls26-dbg and libgnutls28-dbg are not co-installable. Add Conflicts.
Modified:
packages/gnutls26/trunk/debian/changelog
packages/gnutls26/trunk/debian/control
Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=1224&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sat Aug 27 06:52:26 2011
@@ -1,6 +1,8 @@
gnutls26 (2.12.7-8) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * Since libgnutls*-dbg contains debugging symbols of helper applications
+ libgnutls26-dbg and libgnutls28-dbg are not co-installable. Add Conflicts.
-- Andreas Metzler <ametzler at debian.org> Mon, 22 Aug 2011 19:33:34 +0200
Modified: packages/gnutls26/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/control?rev=1224&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/control (original)
+++ packages/gnutls26/trunk/debian/control Sat Aug 27 06:52:26 2011
@@ -89,7 +89,7 @@
Architecture: any
Section: debug
Depends: libgnutls26 (= ${binary:Version}), ${misc:Depends}
-Conflicts: libgnutls13-dbg
+Conflicts: libgnutls13-dbg, libgnutls28-dbg
Description: GNU TLS library - debugger symbols
GnuTLS is a portable library which implements the Transport Layer
Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols.
More information about the Pkg-gnutls-commits
mailing list