Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 76 → Rev 77

/trunk/debian/control
2,7 → 2,7
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 7), libgmp10-dev, m4, autotools-dev (>= 20100122.1)
Build-Depends: debhelper (>= 8.1.3), libgmp10-dev, m4, autotools-dev (>= 20100122.1)
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
Vcs-Browser: http://svn.kibibyte.se/nettle
10,6 → 10,8
 
Package: libnettle4
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: low level cryptographic library (symmetric and one-way cryptos)
Nettle is a cryptographic library that is designed to fit easily in more or
26,6 → 28,8
 
Package: libhogweed2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: low level cryptographic library (public-key cryptos)
Nettle is a cryptographic library that is designed to fit easily in more or
/trunk/debian/changelog
8,8 → 8,9
* Update copyright information, in particular regarding blowfish and
serpent, trying to follow DEP5.
* Add manpage nettle-hash(1).
* Add multi-arch support.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 06 Aug 2011 17:03:06 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 06 Aug 2011 17:19:14 +0200
 
nettle (2.1-2) unstable; urgency=low
 
/trunk/debian/rules
10,6 → 10,7
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
buildflags = --build=$(DEB_BUILD_GNU_TYPE)
28,7 → 29,7
dh_autotools-dev_updateconfig
./configure $(buildflags) \
--prefix=/usr \
--libdir=\$${prefix}/lib \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--enable-shared \
--disable-dependency-tracking \
CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
/trunk/debian/libhogweed2.install
1,0 → 0,0
usr/lib/libhogweed*.so.*
usr/lib/*/libhogweed*.so.*
/trunk/debian/libnettle4.install
1,0 → 0,0
usr/lib/libnettle*.so.*
usr/lib/*/libnettle*.so.*
/trunk/debian/nettle-dev.install
1,3 → 1,3
usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/*/lib*.a
usr/lib/*/lib*.so