From: Gerfried Fuchs Date: Wed, 4 May 2005 14:02:45 +0000 (+0200) Subject: Imported Debian patch 1.99.1+2.0-rc2-0.sarge.1 X-Git-Tag: debian/1.99.1+2.0-rc2-0.sarge.1^0 X-Git-Url: https://git.deb.at/w?p=pkg%2Ft-prot.git;a=commitdiff_plain;h=7e64531ac869e9cf2cb793f4491ee556cc6ebd2d Imported Debian patch 1.99.1+2.0-rc2-0.sarge.1 --- diff --git a/debian/changelog b/debian/changelog index 8f48765..8b5c479 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +t-prot (1.99.1+2.0-rc2-0.sarge.1) testing; urgency=high + + * Upload to testing: The versions since 1.99 were just bugfix releases + (including some rather important ones, too) and were since quite some time + sitting in unstable without any bad report. The only difference to the + unstable version is gnupg locale patch (three strings) needed because of + frozen gnupg with different versions in unstable and testing. + + -- Gerfried Fuchs Wed, 04 May 2005 16:02:45 +0200 + t-prot (1.99.1+2.0-rc2-1) unstable; urgency=low * New upstream release: Bugfixes for inn and multipart handling. diff --git a/debian/rules b/debian/rules index 12362a8..d582756 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,8 @@ install: build $(INSTALL_SCRIPT) t-prot $(TMP)/usr/bin cd $(TMP)/usr/bin/ && patch t-prot \ $(TMP)/../../contrib/t-prot-r*-mutt157.diff + cd $(TMP)/usr/bin/ && patch t-prot \ + $(TMP)/../../contrib/t-prot-r*-gpg126.diff -rm -f $(TMP)/usr/bin/t-prot.orig $(INSTALL_FILE) t-prot.1 $(TMP)/usr/share/man/man1 $(INSTALL_FILE) debian/Muttrc.t-prot $(TMP)/etc