~ubuntu-branches/ubuntu/precise/botan1.8/precise

« back to all changes in this revision

Viewing changes to src/pubkey/dsa/info.txt

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-08-04 00:47:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090804004732-bmf7f33nfoctocbz
Tags: 1.8.5-1
* Merging upstream version 1.8.5.
* Adding old changelog entries for separately uploaded botan packages
  in the past.
* Using correct rfc-2822 date formats in changelog.
* Wrapping build depends.
* Adding misc depends.
* Renaming local manpages directory to common name.
* Minimizing rules file.
* Doing some minor cosmetical updates in the manpage.
* Updating copyright file to reflect changes of upstream version
  1.8.0.
* Using new configure.py instread of configure.pl, updating necessary
  things to cope with that.
* Updating.
* Tidy debhelper install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
load_on auto
6
6
 
7
 
<requires>
8
 
asn1
9
 
bigint
10
 
dl_algo
11
 
keypair
12
 
numbertheory
13
 
pubkey
14
 
</requires>
15
 
 
16
7
<add>
17
8
dsa.cpp
18
9
dsa.h
21
12
dsa_op.cpp
22
13
dsa_op.h
23
14
</add>
 
15
 
 
16
<requires>
 
17
dl_algo
 
18
dl_group
 
19
keypair
 
20
libstate
 
21
numbertheory
 
22
</requires>