summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-01-10 19:39:39 +0100
committerWerner Koch <wk@gnupg.org>1999-01-10 19:39:39 +0100
commit8ddca5a28a2cbc40a10cc6bee84a8f040022c79d (patch)
treee8f9d539699df9e51d497ab42a4b85dc59bdc009
parentSee ChangeLog: Sun Jan 10 15:10:02 CET 1999 Werner Koch (diff)
downloadgnupg2-8ddca5a28a2cbc40a10cc6bee84a8f040022c79d.tar.xz
gnupg2-8ddca5a28a2cbc40a10cc6bee84a8f040022c79d.zip
See ChangeLog: Sun Jan 10 19:36:42 CET 1999 Werner Koch
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright2
-rw-r--r--debian/rules2
-rw-r--r--g10/armor.c4
4 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index f8f9eebd8..65c4bf31f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnupg (0.9.1-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- James Troup <james@nocrew.org> Sat, 9 Jan 1999 22:29:11 +0000
+
gnupg (0.9.0-1) unstable; urgency=low
* New upstream version.
diff --git a/debian/copyright b/debian/copyright
index bf1042084..bf4c9e3fa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ have some bugs and some features may not work at all.
This package was put together by me, James Troup
<james@nocrew.org>, from the sources, which I obtained from
-ftp://ftp.guug.de/pub/gcrypt/gnupg-0.9.0.tar.gz. The changes were
+ftp://ftp.guug.de/pub/gcrypt/gnupg-0.9.1.tar.gz. The changes were
minimal, namely:
- adding support for the Debian package maintenance scheme, by adding
diff --git a/debian/rules b/debian/rules
index aa074754f..0a67f794b 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
-# debian/rules file - for GNUPG (0.9.0)
+# debian/rules file - for GNUPG (0.9.1)
# Based on sample debian/rules file - for GNU Hello (1.3).
# Copyright 1994,1995 by Ian Jackson.
# Copyright 1998 James Troup
diff --git a/g10/armor.c b/g10/armor.c
index 40c6618f8..097d7075c 100644
--- a/g10/armor.c
+++ b/g10/armor.c
@@ -729,7 +729,7 @@ armor_filter( void *opaque, int control,
int idx, idx2;
size_t n=0;
u32 crc;
- #if 1
+ #if 0
static FILE *fp ;
if( !fp ) {
@@ -827,7 +827,7 @@ armor_filter( void *opaque, int control,
}
else
rc = radix64_read( afx, a, &n, buf, size );
- #if 1
+ #if 0
if( n )
if( fwrite(buf, n, 1, fp ) != 1 )
BUG();