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

chrism at alioth.debian.org chrism at alioth.debian.org
Fri Jun 13 12:19:58 UTC 2008


Author: chrism
Date: 2008-06-13 12:19:57 +0000 (Fri, 13 Jun 2008)
New Revision: 324

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/control
   openssl/trunk/debian/rules
Log:
* fix some lintian warnings
* update to newest standards version

Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2008-06-11 19:42:21 UTC (rev 323)
+++ openssl/trunk/debian/changelog	2008-06-13 12:19:57 UTC (rev 324)
@@ -14,8 +14,10 @@
       crash (CVE-2008-1672; Closes: #483379).
       This only works if openssl is compiled with enable-tlsext which is
       done in Debian.
+  * fix some lintian warnings
+  * update to newest standards version
 
- -- Christoph Martin <christoph.martin at uni-mainz.de>  Tue, 10 Jun 2008 15:07:42 +0200
+ -- Christoph Martin <Christoph.Martin at Uni-Mainz.DE>  Fri, 13 Jun 2008 14:19:40 +0200
 
 openssl (0.9.8g-10) unstable; urgency=low
 

Modified: openssl/trunk/debian/control
===================================================================
--- openssl/trunk/debian/control	2008-06-11 19:42:21 UTC (rev 323)
+++ openssl/trunk/debian/control	2008-06-13 12:19:57 UTC (rev 324)
@@ -4,7 +4,7 @@
 Priority: optional
 Maintainer: Debian OpenSSL Team <pkg-openssl-devel at lists.alioth.debian.org>
 Uploaders: Christoph Martin <christoph.martin at uni-mainz.de>, Kurt Roeckx <kurt at roeckx.be>
-Standards-Version: 3.7.0
+Standards-Version: 3.8.0
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-openssl/openssl
 Vcs-Svn: svn://svn.debian.org/pkg-openssl/openssl/
 
@@ -54,7 +54,7 @@
 Section: libdevel
 Priority: optional
 Architecture: any
-Depends: libssl0.9.8 (= ${Source-Version}), zlib1g-dev
+Depends: libssl0.9.8 (= ${binary:Version}), zlib1g-dev
 Conflicts: ssleay (<< 0.9.2b), libssl08-dev, libssl09-dev, libssl095a-dev, libssl096-dev
 Description: SSL development libraries, header files and documentation
  libssl and libcrypto development libraries, header files and manpages.
@@ -65,6 +65,6 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libssl0.9.8 (= ${Source-Version})
+Depends: libssl0.9.8 (= ${binary:Version})
 Description: Symbol tables for libssl and libcrypto
  This package is part of the OpenSSL implementation of SSL.

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2008-06-11 19:42:21 UTC (rev 323)
+++ openssl/trunk/debian/rules	2008-06-13 12:19:57 UTC (rev 324)
@@ -9,7 +9,6 @@
 #
 # Modified to be a prototype for debmake by Christoph Lameter <clameter at debian.org>
 SHELL=/bin/bash
-export DH_COMPAT=3
 
 package=openssl
 
@@ -66,7 +65,7 @@
 	-rm -f build
 	-perl util/perlpath.pl /usr/bin
 	-./Configure $(CONFARGS) debian-$(DEB_HOST_ARCH)
-	-make -f Makefile  clean clean-shared
+	[ ! -f Makefile ] || make -f Makefile  clean clean-shared
 	#-make -f Makefile  dclean
 	-perl util/perlpath.pl /usr/local/bin/perl
 #	perl util/ssldir.pl /usr/local/ssl




More information about the Pkg-openssl-changes mailing list