1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-01-21 05:25:29 +00:00
parent 7debff3867
commit 9ef0f26270
37 changed files with 2779 additions and 3925 deletions

10
debian/changelog vendored
View file

@ -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'.

6
debian/copyright vendored
View file

@ -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

8
debian/rules vendored
View file

@ -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)