[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#46030: marked as done (dpkg-dev: Changes for signing with GnuPG)



Your message dated Mon, 27 Sep 1999 01:04:11 +0200
with message-id <19990927010411.A16959@mors.net>
and subject line Bug#46030: dpkg-dev: Changes for signing with GnuPG
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Sep 1999 14:41:39 +0000
Received: (qmail 1707 invoked from network); 26 Sep 1999 14:41:37 -0000
Received: from jupiter.rhein-neckar.de (193.197.90.13)
  by master.debian.org with SMTP; 26 Sep 1999 14:41:37 -0000
Received: by jupiter.rhein-neckar.de (Postfix, from userid 1000)
	id 1D7D86EF2; Sun, 26 Sep 1999 16:22:11 +0200 (CEST)
From: Christian Kurz <shorty@jupiter.rhein-neckar.de>
Subject: dpkg-dev: Changes for signing with GnuPG
To: submit@bugs.debian.org
X-Mailer: bug 3.2.4
Message-Id: <[🔎] 19990926142211.1D7D86EF2@jupiter.rhein-neckar.de>
Date: Sun, 26 Sep 1999 16:22:11 +0200 (CEST)

Package: dpkg-dev
Version: 1.4.1.11
Severity: grave

Hi,

I just build an new package for Debian with dpkg-buildpackage and so I
called dpkg-build-package -rfakeroot -sgpg for signing with GnuPG. But
this didn't work and I got an error message from dpkg-buildpackage.
After some inspection and debugging I found the following fix for this
problem. Please inspect the patch carefully and then apply it to the
package. Thanks


Ciao Christian

Patch:
shorty@jupiter% diff /usr/bin/dpkg-buildpackage.orig /usr/bin/dpkg-buildpackage
117c117
<       if test $signinterface = gpg ; then
---
>       if [ "$signinterface" = "gpg" ] ; then
122,123c122,124
<               $signcommand -u "${signkey:-$maintainer}" +clearsig=on -fast <"../$1" \
<                       >"../$1.asc"
---
>               echo -e "\r" >> "../$1"
>               $signcommand -u "${signkey:-$maintainer}"  -sa --clearsign < "../$1" \
>                       > "../$1.asc"


-- System Information
Debian Release: potato
Kernel Version: Linux jupiter 2.2.12 #1 Sun Sep 19 14:29:33 CEST 1999 i586 unknown

Versions of the packages dpkg-dev depends on:
ii  perl-5.005-base 5.005.03-4     The Pathologically Eclectic Rubbish Lister
	^^^ (Provides virtual package perl5)
---------------------------------------
Received: (at 46030-done) by bugs.debian.org; 26 Sep 1999 23:47:39 +0000
Received: (qmail 10697 invoked from network); 26 Sep 1999 23:47:38 -0000
Received: from zeus.wi.leidenuniv.nl (132.229.128.1)
  by master.debian.org with SMTP; 26 Sep 1999 23:47:38 -0000
Received: from lightning.mors.net (root@home049.wi.leidenuniv.nl [132.229.210.177])
	by zeus.wi.leidenuniv.nl (8.9.3/8.9.3/LIACS 1.0) with ESMTP id AAA10962;
	Mon, 27 Sep 1999 00:47:25 +0100 (MET)
Received: (from wichert@localhost)
	by lightning.mors.net (8.9.3/8.9.3/Debian/GNU) id BAA17059;
	Mon, 27 Sep 1999 01:04:11 +0200
Date: Mon, 27 Sep 1999 01:04:11 +0200
From: Wichert Akkerman <wichert@cs.leidenuniv.nl>
To: Christian Kurz <shorty@jupiter.rhein-neckar.de>,
        46030-done@bugs.debian.org
Subject: Re: Bug#46030: dpkg-dev: Changes for signing with GnuPG
Message-ID: <19990927010411.A16959@mors.net>
References: <[🔎] 19990926142211.1D7D86EF2@jupiter.rhein-neckar.de>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC"
User-Agent: Mutt/1.0pre2i
In-Reply-To: <[🔎] 19990926142211.1D7D86EF2@jupiter.rhein-neckar.de>


--wRRV7LY7NUeQGEoC
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Previously Christian Kurz wrote:
> I just build an new package for Debian with dpkg-buildpackage and so I
> called dpkg-build-package -rfakeroot -sgpg for signing with GnuPG.

Please read the documentation better: -sgpg means that the sign-command
is called like gpg. That doesn't mean that the sign-command *is* pgp.
Please use -pgpg instead, that works correctly.

Also, if you have a GnuPG key, dpkg-buildpackage will notice that and
automatically use it, there is no need to give any options anymore.

Wichert.

--=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
This combination of bytes forms a message written to you by Wichert Akkerma=
n.
E-Mail: wichert@cs.leidenuniv.nl
WWW: http://www.wi.leidenuniv.nl/~wichert/

--wRRV7LY7NUeQGEoC
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjfupmoACgkQPLiSUC+jvC3Z/QCgpzadK0wJ7whaTlALZ4esA0+v
eD0AoKJtCiY87P6u3/i2uwb9QSg0NVmL
=BOsB
-----END PGP SIGNATURE-----

--wRRV7LY7NUeQGEoC--


Reply to: