Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 51 → Rev 52

/trunk/debian/libnettle-dev.install
File deleted
/trunk/debian/control
45,8 → 45,8
Section: libdevel
Architecture: any
Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev
Replaces: libnettle-dev (<< 1.16~cvs20070603)
Conflicts: libnettle-dev (<< 1.16~cvs20070603)
Replaces: libnettle-dev
Conflicts: libnettle-dev
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,20 → 62,6
.
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,5 → 1,10
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,18 → 71,8
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
# Build architecture-independent files here.
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
binary-indep:
# Nothing to do
 
# Build architecture-dependent files here.
binary-arch: build install
96,7 → 86,7
dh_installinfo -a
dh_installman -a
dh_strip -a --dbg-package=nettle-dbg
dh_compress -X.pdf
dh_compress -a -X.pdf
dh_fixperms -a
dh_makeshlibs #-V 'libnettle2 (>= 1.15)'
dh_installdeb -a
105,5 → 95,5
dh_md5sums -a
dh_builddeb -a
 
binary: binary-indep binary-arch
binary: binary-arch
.PHONY: build clean clean-patched binary-indep binary-arch binary install