我dpkg-buildpackage
在获得apt-get source nginx
nginx的反向版本后,进行了修改,debian/rules
以包括uwsgi模块。该命令的最后结果是:
dpkg-deb: building package `nginx' in `../nginx_0.7.67-3~bpo50+1_i386.deb'.
dpkg-deb: building package `nginx-dbg' in `../nginx-dbg_0.7.67-3~bpo50+1_i386.deb'.
signfile nginx_0.7.67-3~bpo50+1.dsc
gpg: keyring `/home/shogun/.gnupg/secring.gpg' created
gpg: skipped "Faidon Liambotis <paravoid@debian.org>": secret key not available
gpg: [stdin]: clearsign failed: secret key not available
dpkg-genchanges >../nginx_0.7.67-3~bpo50+1_i386.changes
dpkg-genchanges: warning: the current version (0.7.67-3~bpo50+1) is smaller than the previous one (0.7.67-3)
dpkg-genchanges: not including original source code in upload
dpkg-buildpackage: binary and diff upload (original source NOT included)
dpkg-buildpackage: warning: Failed to sign .dsc and .changes file
它抱怨说,因为我不是软件包的原始维护者,所以我的密钥不匹配。
这真的有必要吗?如果是的话,如何使用我的密钥进行gpg匹配?
ls -al
。由于gpg验证失败而无法创建它们,对吗?用您的新命令意味着它应该创建它们?还是我弄错了?