[Pkg-openssl-changes] r123 - openssl/trunk/debian

Kurt Roeckx kroeckx at costa.debian.org
Tue Mar 14 18:22:17 UTC 2006


Author: kroeckx
Date: 2006-03-14 18:22:15 +0000 (Tue, 14 Mar 2006)
New Revision: 123

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/control
   openssl/trunk/debian/rules
Log:
Add udeb to the shlibs.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2006-03-14 18:19:35 UTC (rev 122)
+++ openssl/trunk/debian/changelog	2006-03-14 18:22:15 UTC (rev 123)
@@ -7,6 +7,8 @@
   * Don't install the LICENSE file, it's already in the copyright file.
   * Don't set an rpath on openssl to point to /usr/lib.
   * Add support for kfreebsd-amd64. (Closes: #355277)
+  * Add udeb to the shlibs.  Patch from Frans Pop <aragorn at tiscali.nl>
+    (Closes: #356908)
 
  -- Kurt Roeckx <kurt at roeckx.be>  Sat, 11 Feb 2006 14:14:37 +0100
 

Modified: openssl/trunk/debian/control
===================================================================
--- openssl/trunk/debian/control	2006-03-14 18:19:35 UTC (rev 122)
+++ openssl/trunk/debian/control	2006-03-14 18:22:15 UTC (rev 123)
@@ -1,5 +1,5 @@
 Source: openssl
-Build-Depends: debhelper (>= 4.2.0), binutils (>= 2.14.90.0.7), zlib1g-dev, m4, bc
+Build-Depends: debhelper (>= 5.0.22), binutils (>= 2.14.90.0.7), zlib1g-dev, m4, bc
 Section: utils
 Priority: optional
 Maintainer: Debian OpenSSL Team <pkg-openssl-devel at lists.alioth.debian.org>

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2006-03-14 18:19:35 UTC (rev 122)
+++ openssl/trunk/debian/rules	2006-03-14 18:22:15 UTC (rev 123)
@@ -155,7 +155,7 @@
 	dh_strip --dbg-package=libssl0.9.8
 	dh_perl -d
 #	dh_suidregister
-	dh_makeshlibs -V "libssl0.9.8 (>= 0.9.8a-1)"
+	dh_makeshlibs -V "libssl0.9.8 (>= 0.9.8a-1)" --add-udeb="libcrypto0.9.8-udeb"
 	dh_shlibdeps -L libssl0.9.8 -l debian/libssl0.9.8/usr/lib
 	dh_gencontrol
 	dh_installdeb




More information about the Pkg-openssl-changes mailing list