diff options
author | Werner Koch <wk@gnupg.org> | 1999-01-21 06:25:29 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-01-21 06:25:29 +0100 |
commit | 9ef0f26270cb4c21686b69f34cb8768cb7a22e5d (patch) | |
tree | 976c623aa7666cd3578725dbb600efc971a40e7f /debian | |
parent | See ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner Koch (diff) | |
download | gnupg2-9ef0f26270cb4c21686b69f34cb8768cb7a22e5d.tar.xz gnupg2-9ef0f26270cb4c21686b69f34cb8768cb7a22e5d.zip |
See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner KochV0-9-2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/copyright | 6 | ||||
-rw-r--r-- | debian/rules | 8 |
3 files changed, 15 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 65c4bf31f..dd58db671 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gnupg (0.9.2-1) unstable; urgency=low + + * New version. + * debian/rules (build): Removed CFLAGS as the default is now sufficient. + * debian/rules (clean): remove special handling cleanup in intl. + + -- Werner Koch <wk@isil.d.suttle.de> Wed, 20 Jan 1999 21:23:11 +0100 + gnupg (0.9.1-1) unstable; urgency=low * New upstream version. @@ -41,7 +49,7 @@ gnupg (0.4.2-1) unstable; urgency=low * New upstream version. * debian/preinst: improve message about the NEWS file which isn't actually installed when it's referred to, thanks to Martin Mitchell - <martin@debian.org>. + <martin@debian.org>. * debian/rules (binary-arch): don't install the now non-existent `rfcs', but do install `OpenPGP'. diff --git a/debian/copyright b/debian/copyright index bf4c9e3fa..9ee053bb2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,13 +4,13 @@ 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.1.tar.gz. The changes were +ftp://ftp.gnupg.org/pub/gcrypt/gnupg-0.9.2.tar.gz. The changes were minimal, namely: - adding support for the Debian package maintenance scheme, by adding - various debian/* files. + various debian/* files. -Program Copyright (C) 1997, 1998 Werner Koch (dd9jn). +Program Copyright (C) 1998, 1999 Free Software Foundation, Inc. Modifications for Debian Copyright (C) 1998 James Troup. GNUPG is free software; you can redistribute it and/or modify diff --git a/debian/rules b/debian/rules index 0a67f794b..f0d81e18f 100644 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# debian/rules file - for GNUPG (0.9.1) +# debian/rules file - for GNUPG (0.9.2) # Based on sample debian/rules file - for GNU Hello (1.3). # Copyright 1994,1995 by Ian Jackson. # Copyright 1998 James Troup @@ -12,7 +12,7 @@ build: $(checkdir) ./configure --prefix=/usr --with-included-gettext - $(MAKE) CFLAGS="-O2 -g -Wall" + $(MAKE) touch build test: build @@ -25,8 +25,6 @@ clean: -rm -f build -$(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean -rm -rf debian/tmp debian/*~ debian/files* debian/substvars - # Cruft not removed by `make clean' - -rm -f intl/libintl.h binary-indep: @@ -63,7 +61,7 @@ endef # Below here is fairly generic really -binary: binary-indep binary-arch +binary: binary-indep binary-arch checkroot: $(checkdir) |