Browse Source

Gee, thanks Javier...

Scott James Remnant 20 years ago
parent
commit
2d637acca9
4 changed files with 11 additions and 3 deletions
  1. 8 0
      ChangeLog
  2. 0 1
      THANKS
  3. 2 0
      debian/changelog
  4. 1 2
      scripts/dpkg-buildpackage.sh

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+Thu Mar 11 11:18:29 GMT 2004 Scott James Remnant <scott@netsplit.com>
+
+  * scripts/dpkg-buildpackage.sh: Revert change suggested by Javier
+  Fernandez-Sanguino Pena, and don't echo a blank line when dealing
+  with PGP.  PGP itself will fail if we do this, it's needed to
+  satisfy pgpgp, which quite frankly is a bug in pgpgp's emulation
+  of pgp.
+  
 Thu Mar  8 01:10:00 CEST 2004  Tollef Fog Heen  <tfheen@debian.org>
 
   * po/pt_BR.po: Fix typo.

+ 0 - 1
THANKS

@@ -28,7 +28,6 @@ Ian Jackson <ian@chiark.greenend.org.uk>
 Ian Murdock <imurdock@debian.org>
 Ivo Timmermans <itimmermans@bigfoot.com>
 J.H.M. Dassen <jdassen@cistron.nl>
-Javier Fernandez-Sanguino Pena <jfs@computer.org>
 Jim Pick <jim@jimpick.com>
 Jim Van Zandt <jrv@vanzandt.mv.com>
 Joel Klecker <jk@espy.org>

+ 2 - 0
debian/changelog

@@ -4,6 +4,8 @@ dpkg (1.10.20) unstable; urgency=low
   * Update French translation.  Closes: #218713
   * Fix spelling error in German md5sum man page.  Closes: #230750
   * Fix typo in pt_BR po file.  Closes: #192102
+  * Revert fix for #232916, this turns out to be a bug in the pgpgp
+    wrapper, dpkg worked fine with pgp itself.
 
  -- Scott James Remnant <scott@netsplit.com>  UNRELEASED
 

+ 1 - 2
scripts/dpkg-buildpackage.sh

@@ -163,8 +163,7 @@ signfile () {
 		$signcommand --local-user "${signkey:-$maintainer}" --clearsign --armor \
 			--textmode  > "../$1.asc" 
 	else
-		(cat "../$1" ; echo "") | \
-		$signcommand -u "${signkey:-$maintainer}" +clearsig=on -fast  \
+		$signcommand -u "${signkey:-$maintainer}" +clearsig=on -fast <"../$1" \
 			>"../$1.asc"
 	fi
 	echo