[Pkg-gnutls-commits] r1225 - in /packages/gnutls28/trunk/debian: changelog control

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Aug 27 06:54:22 UTC 2011


Author: ametzler
Date: Sat Aug 27 06:54:22 2011
New Revision: 1225

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1225
Log:
Since libgnutls*-dbg contains debugging symbols of helper applications libgnutls26-dbg and libgnutls28-dbg are not co-installable. Add Conflicts.

Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/control

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1225&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sat Aug 27 06:54:22 2011
@@ -2,6 +2,9 @@
 
   * NOT RELEASED YET
   * Update debian/copyright for crywrap.
+  * Since libgnutls*-dbg contains debugging symbols of helper applications
+    libgnutls26-dbg and libgnutls28-dbg are not co-installable. Update
+    Conflicts.
 
  -- Andreas Metzler <ametzler at debian.org>  Sun, 21 Aug 2011 14:58:52 +0200
 

Modified: packages/gnutls28/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/control?rev=1225&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/control (original)
+++ packages/gnutls28/trunk/debian/control Sat Aug 27 06:54:22 2011
@@ -80,7 +80,7 @@
 Architecture: any
 Section: debug
 Depends: libgnutls28 (= ${binary:Version}), ${misc:Depends}
-Conflicts: libgnutls13-dbg
+Conflicts: libgnutls13-dbg, libgnutls26-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