~ubuntu-branches/ubuntu/vivid/nettle/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Magnus Holmgren
  • Date: 2009-04-13 22:52:44 UTC
  • Revision ID: james.westby@ubuntu.com-20090413225244-ac20g0ggvlkmw2u4
Tags: 1.15-6
* No longer install sexp-conv as an alternative; conflict with lsh-utils
  prior to 2.0.4-dfsg-1, which depends on nettle-bin instead of shipping
  a copy of sexp-conv (Closes: #510942). Drop nettle-bin.postinst and
  nettle-bin.prerm (nettle-bin.prerm will remove the alternative on
  upgrade, which is actually a bug, but works out fine in this case).
* Switch to Debhelper level 5. Remove files that don't exist from install
  lists (copied from a template, apparently).
* Upgrade to Standards-Version 3.8.1:
  + Add debian/README.source (§ 4.9).
* Add debian/libnettle2.symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: libs
3
3
Priority: optional
4
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
 
Build-Depends: debhelper (>= 4), libgmp3-dev, m4, autotools-dev, dpatch
6
 
Standards-Version: 3.7.3
 
5
Build-Depends: debhelper (>= 5), libgmp3-dev, m4, autotools-dev, dpatch
 
6
Standards-Version: 3.8.1
7
7
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
8
8
Vcs-Browser: http://svn.kibibyte.se/nettle
9
9
Homepage: http://www.lysator.liu.se/~nisse/nettle/
10
10
 
11
11
Package: libnettle2
12
 
Section: libs
13
12
Architecture: any
14
13
Depends: ${shlibs:Depends}, ${misc:Depends}
15
14
Description: low level cryptographic library
48
47
Section: misc
49
48
Architecture: any
50
49
Depends: ${shlibs:Depends}, ${misc:Depends}
51
 
Conflicts: libnettle1
 
50
Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1)
52
51
Description: low level cryptographic library (binary tools)
53
52
 Nettle is a cryptographic library that is designed to fit easily in more or
54
53
 less any context: In crypto toolkits for object-oriented languages (C++,