Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 52 → Rev 51

/trunk/debian/control
45,8 → 45,8
Section: libdevel
Architecture: any
Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev
Replaces: libnettle-dev
Conflicts: libnettle-dev
Replaces: libnettle-dev (<< 1.16~cvs20070603)
Conflicts: libnettle-dev (<< 1.16~cvs20070603)
Description: low level cryptographic library (development files)
Nettle is a cryptographic library that is designed to fit easily in more or
less any context: In crypto toolkits for object-oriented languages (C++,
62,6 → 62,20
.
This package contains the development files (C headers and static libraries)
 
Package: libnettle-dev
Section: libdevel
Architecture: all
Depends: nettle-dev
Description: dummy package for transition to nettle-dev
Nettle is a cryptographic library that is designed to fit easily in more or
less any context: In crypto toolkits for object-oriented languages (C++,
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
space.
.
Since nettle now is split in two libraries, libnettle and libhogweed,
the -dev package is called nettle-dev. This dummy package simply
depends on that and can safely be uninstalled.
 
Package: nettle-bin
Section: misc
Architecture: any
/trunk/debian/changelog
1,10 → 1,5
nettle (2.0-1) unstable; urgency=low
 
* Merge with experimental branch.
- There was no lsh-utils 2.0.3-2 in Debian, so the conflict is with
lsh-utils < 2.0.4-dfsg-1.
- Drop the transitional libnettle-dev package that was in experimental.
Due to the split, depending packages will need sourceful uploads anyway.
* New upstream version.
- Drop 30_sparc_aes_include.dpatch; incorporated upstream.
* Add debug package.
/trunk/debian/rules
71,8 → 71,18
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
# Build architecture-independent files here.
binary-indep:
# Nothing to do
binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs -i ChangeLog
dh_installdocs -i
dh_compress -i
dh_fixperms -i
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
 
# Build architecture-dependent files here.
binary-arch: build install
86,7 → 96,7
dh_installinfo -a
dh_installman -a
dh_strip -a --dbg-package=nettle-dbg
dh_compress -a -X.pdf
dh_compress -X.pdf
dh_fixperms -a
dh_makeshlibs #-V 'libnettle2 (>= 1.15)'
dh_installdeb -a
95,5 → 105,5
dh_md5sums -a
dh_builddeb -a
 
binary: binary-arch
binary: binary-indep binary-arch
.PHONY: build clean clean-patched binary-indep binary-arch binary install
/trunk/debian/libnettle-dev.install
0,0 → 1,3
usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so