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

« back to all changes in this revision

Viewing changes to src/math/numbertheory/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
define BIGINT_MATH
6
6
 
7
 
<requires>
8
 
bigint
9
 
</requires>
10
 
 
11
7
<add>
12
8
blinding.cpp
13
9
blinding.h
27
23
reducer.h
28
24
ressol.cpp
29
25
</add>
 
26
 
 
27
<requires>
 
28
algo_factory
 
29
bigint
 
30
hash
 
31
libstate
 
32
rng
 
33
</requires>