~ubuntu-branches/ubuntu/natty/aesfix/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jacob Appelbaum
  • Date: 2008-08-17 21:02:09 UTC
  • Revision ID: james.westby@ubuntu.com-20080817210209-erjbqbavly1boohu
Tags: 1.0.1-1
* Initial release (Closes: #495419)
* Adjusted the Makefile to add $DESTDIR
* Added a man page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: aesfix
 
2
Section: misc
 
3
Priority: optional
 
4
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
 
5
Uploaders: Jacob Appelbaum <jacob@appelbaum.net>
 
6
Build-Depends: debhelper (>= 7)
 
7
Standards-Version: 3.8.2
 
8
Homepage: http://citp.princeton.edu/memory/code/
 
9
Vcs-Browser: http://git.debian.net/?p=debian-forensics/aesfix.git
 
10
Vcs-Git: git://git.debian.net/git/debian-forensics/aesfix.git
 
11
 
 
12
Package: aesfix
 
13
Architecture: any
 
14
Depends: ${shlibs:Depends}, ${misc:Depends}
 
15
Description: tool for correcting bit errors in an AES key schedule
 
16
 This program illustrates a technique for correcting bit errors in an AES
 
17
 key schedule. It should be used with the output of the aeskeyfinder program.