私は、nginxのバックポートバージョンをdpkg-buildpackage
取得し、uwsgiモジュールを含めるapt-get source nginx
ように変更debian/rules
した後に実行しました。コマンドの最後の結果は次のとおりです。
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の検証に失敗したため、作成に失敗しましたか?新しいコマンドの意味は、それらを作成する必要がありますか?または私は間違っていますか?