diff options
author | Werner Koch <wk@gnupg.org> | 1999-03-08 20:50:18 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-03-08 20:50:18 +0100 |
commit | b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f (patch) | |
tree | c55d9d29f4fe50c598024dbaa31f8fb9f4c56299 /debian | |
parent | add some demo keys (diff) | |
download | gnupg2-b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f.tar.xz gnupg2-b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f.zip |
See ChangeLog: Mon Mar 8 20:47:17 CET 1999 Werner Koch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/rules | 2 |
3 files changed, 14 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index dd58db671..6d71f15cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gnupg (0.9.4) unstable; urgency=low + + * New version. + * debian/control: s/GNUPG/GnuPG/ + + -- Werner Koch <wk@isil.d.suttle.de> Mon, 8 Mar 1999 19:58:28 +0100 + gnupg (0.9.2-1) unstable; urgency=low * New version. diff --git a/debian/control b/debian/control index 1c5f906e9..dfb4546c1 100644 --- a/debian/control +++ b/debian/control @@ -8,16 +8,16 @@ Package: gnupg Architecture: any Depends: ${shlibs:Depends} Description: GNU privacy guard - a free PGP replacement. - GNUPG is the GNU encryption and signing tool. As you can see from the - version number, the program may have some bugs and some features may not + GnuPG is the GNU encryption and signing tool. As you can see from the + version number, the program may have some bugs and some features may not work at all. . - Due to the fact that GNUPG does not use use any patented algorithm, + Due to the fact that GnuPG does not use use any patented algorithm, it cannot be compatible to old PGP versions, because those use IDEA (which is worldwide patented) and RSA (which is patented in - the United States until Sep 20, 2000). + the United States until Sep 20, 2000). . - GNUPG is in almost all aspects compatible with other OpenPGP - implementations. The default algorithms are DSA and ELGamal. + GnuPG is in almost all aspects compatible with other OpenPGP + implementations. The default algorithms are DSA and ELGamal. Symmetric algorithms are: Blowfish and CAST5, Digest algorithms are MD5, RIPEMD160, SHA1 and TIGER/192. diff --git a/debian/rules b/debian/rules index f0d81e18f..96b966018 100644 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# debian/rules file - for GNUPG (0.9.2) +# debian/rules file - for GNUPG (0.9.4) # Based on sample debian/rules file - for GNU Hello (1.3). # Copyright 1994,1995 by Ian Jackson. # Copyright 1998 James Troup |