Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 136 → Rev 146

/tags/3.1.1-4/debian/changelog
1,3 → 1,32
nettle (3.1.1-4) unstable; urgency=low
 
* multiarch_dev.patch (new): Remove compiler version info causing
nettle-dev for different architectures to be incompatible with each
other from nettle-stdint.h (Closes: #783699).
* Rearrange debian/copyright to comply with the machine-readable format
specification.
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 03 Aug 2015 20:02:18 +0200
 
nettle (3.1.1-3) unstable; urgency=low
 
* Switch libgmp10-dev Build-Depends to libgmp-dev (Closes: #783085).
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 01 Jun 2015 23:57:24 +0200
 
nettle (3.1.1-2) experimental; urgency=low
 
* Tag some more (ECC related) symbols that only exist on some
architectures (implemented in assembly).
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 15 May 2015 15:12:50 +0200
 
nettle (3.1.1-1) experimental; urgency=low
 
* New upstream bugfix release.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 14 May 2015 11:51:00 +0200
 
nettle (3.1-1) experimental; urgency=low
 
* New upstream release. New SONAMEs libnettle6 and libhogweed4.
/tags/3.1.1-4/debian/control
3,7 → 3,7
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 8.1.3),
libgmp10-dev, m4, autotools-dev (>= 20100122.1)
libgmp-dev, m4, autotools-dev (>= 20100122.1), texinfo
Standards-Version: 3.9.6
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
Vcs-Browser: http://svn.kibibyte.se/nettle
/tags/3.1.1-4/debian/copyright
1,4 → 1,4
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Nettle
Upstream-Contact: Niels Möller <nisse@lysator.liu.se>
Source: http://www.lysator.liu.se/~nisse/nettle/
263,7 → 263,7
 
Files: config.guess config.sub
Copyright: © 1992-2003 Free Software Foundation, Inc.
License: GPL-2+
License: GPL-2+ with Autoconf exception
As a special exception to the GNU General Public License, if you
distribute this file as part of a program that contains a
configuration script generated by Autoconf, you may include it under
/tags/3.1.1-4/debian/libhogweed4.symbols
108,9 → 108,11
nettle_dsa_signature_init@HOGWEED_4 0
nettle_dsa_verify@HOGWEED_4 0
(arch=any-amd64 armel armhf)nettle_ecc_192_modp@HOGWEED_4 0
nettle_ecc_25519_modp@HOGWEED_4 0
(arch=any-amd64 armel armhf)nettle_ecc_224_modp@HOGWEED_4 3.1.1~
(arch=any-amd64)nettle_ecc_25519_modp@HOGWEED_4 0
(arch=any-amd64 armel armhf)nettle_ecc_256_redc@HOGWEED_4 0
(arch=any-amd64 armel armhf)nettle_ecc_384_modp@HOGWEED_4 0
(arch=any-amd64 armel armhf)nettle_ecc_521_modp@HOGWEED_4 3.1.1~
nettle_ecc_bit_size@HOGWEED_4 0
nettle_ecc_ecdsa_sign@HOGWEED_4 0
nettle_ecc_ecdsa_sign_itch@HOGWEED_4 0
/tags/3.1.1-4/debian/patches/multiarch_dev.patch
0,0 → 1,28
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -856,11 +856,7 @@ AC_CHECK_TYPE(intmax_t,,,[#include <$ac_
fi # shortcircut to system "stdint.h"
# ------------------ PREPARE VARIABLES ------------------------------
-if test "$GCC" = "yes" ; then
-ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1`
-else
ac_cv_stdint_message="using $CC"
-fi
AC_MSG_RESULT([make use of $ac_cv_header_stdint in $ac_stdint_h dnl
$ac_cv_stdint_result])
--- a/configure
+++ b/configure
@@ -6415,11 +6415,7 @@ fi
fi # shortcircut to system "stdint.h"
# ------------------ PREPARE VARIABLES ------------------------------
-if test "$GCC" = "yes" ; then
-ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1`
-else
ac_cv_stdint_message="using $CC"
-fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: make use of $ac_cv_header_stdint in $ac_stdint_h $ac_cv_stdint_result" >&5
$as_echo "make use of $ac_cv_header_stdint in $ac_stdint_h $ac_cv_stdint_result" >&6; }
/tags/3.1.1-4/debian/patches/series
1,0 → 0,0
fPIC.patch
multiarch_dev.patch