Quicklyでパッケージを作成し、ランチパッドのブランチにアップロードしましたが、そのプログラムのPPAを作成してアップロードするにはどうすればよいですか?私はこれらのものに本当に慣れていないので、Bazaarの使い方を学びました。
<source.changes>
ファイルを追加/作成するにはどうすればよいですか?
jeggy@jeggy-XPS:~/Skriviborð/jebster$ dput ppa:jeggy/jebrowser
Not a .changes file.
Please select a .changes file to upload.
Tried to upload: ppa:jeggy/jebrowser
とにかく役立つ場合は、OpenPGPキーを追加しました。
Andrewsomethingへの応答:
jeggy@jeggy-XPS:~/Skriviborð/jebster$ quickly share --ppa ppa:jeggy/jebrowser
Get Launchpad Settings
Launchpad connection is ok
gpg: WARNING: unsafe permissions on configuration file `/home/jeggy/.gnupg/gpg.conf'
gpg: WARNING: unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf'
gpg: WARNING: unsafe permissions on configuration file `/home/jeggy/.gnupg/gpg.conf'
gpg: WARNING: unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf'
User or Team ppa:jeggy not found on Launchpad
ERROR: share command failed
Aborting
debuild -S -sa
を実行すると、これが得られます
jeggy@jeggy-XPS:~/Skriviborð/jebster$ debuild -S -sa
dpkg-buildpackage -rfakeroot -d -us -uc -S -sa
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (Origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (Origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (Origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (Origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (Origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package jebster
dpkg-buildpackage: source version 0.1
dpkg-buildpackage: source changed by root <root@jeggy-XPS>
dpkg-source --before-build jebster
fakeroot debian/rules clean
dh clean --with python2,translations
dh_testdir
dh_auto_clean
running clean
'build/lib.linux-x86_64-2.7' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
WARNING: the following files are not recognized by DistUtilsExtra.auto:
bin/jebsterc
help/C/figures/icon.png
help/C/index.page
help/C/preferences.page
help/C/topic1.page
jebster.desktop.in
po/jebster.pot
dh_clean
dpkg-source -b jebster
dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: warning: source directory 'jebster' is not <sourcepackage>-<upstreamversion> 'jebster-0.1'
dpkg-source: info: using source format `1.0'
dpkg-source: info: building jebster in jebster_0.1.tar.gz
dpkg-source: info: building jebster in jebster_0.1.dsc
dpkg-genchanges -S -sa >../jebster_0.1_source.changes
dpkg-genchanges: including full source code in upload
dpkg-source --after-build jebster
dpkg-buildpackage: source only upload: Debian-native package
Now running lintian...
E: jebster changes: changed-by-address-malformed root <root@jeggy-XPS>
W: jebster source: diff-contains-bzr-control-dir .bzr
W: jebster source: unused-build-dependency-on-cdbs
W: jebster source: package-needs-versioned-debhelper-build-depends 8
W: jebster source: ancient-standards-version 3.8.3 (current is 3.9.3)
Finished running lintian.
Now signing changes and any dsc files...
signfile jebster_0.1.dsc root <root@jeggy-XPS>
gpg: WARNING: unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf'
gpg: WARNING: unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf'
gpg: skipped "root <root@jeggy-XPS>": secret key not available
gpg: /tmp/debsign.BdtFRCql/jebster_0.1.dsc: clearsign failed: secret key not available
debsign: gpg error occurred! Aborting....
debuild: fatal error at line 1271:
running debsign failed
jeggy@jeggy-XPS:~/Skriviborð/jebster/debian$ cat changelog
jebster (0.1) precise; urgency=low
[ Jógvan Olsen ]
* Initial release.
[ root ]
-- root <root@jeggy-XPS> Mon, 25 Jun 2012 14:53:00 +0100
jeggy@jeggy-XPS:~/Skriviborð/jebster/debian$ gpg --list-keys
gpg: WARNING: unsafe enclosing directory permissions on configuration file `/home/jeggy/.gnupg/gpg.conf'
/home/jeggy/.gnupg/pubring.gpg
------------------------------
pub 2048R/1C17B342 2012-03-10
uid Ubuntu Accomplishments <[email protected]>
sub 2048R/6305AA1F 2012-03-10
sub 2048D/05164E07 2012-03-10
pub 1024R/2868F9C3 2012-06-23
uid Jógvan Olsen <[email protected]>
pub 2048R/5C24B331 2012-06-24
uid Jógvan Olsen <[email protected]>
sub 2048R/162F6987 2012-06-24
pub 2048R/2B4F8FE7 2012-06-26
uid Jogvan Olsen <[email protected]>
sub 2048R/9CF57E08 2012-06-26
OK、通常のPPAプロセスを使用して準備を整える必要があります(このQuicklyビジネスを忘れて、ゆっくりと進んでいるようです;)
あなたのフルネームjeggyを使用することを許してください。しかし、それはLaunchpadアカウントにあるため、完全に秘密ではありません。
行動規範に署名する
名前を設定し、変更ログを正しく変更します。
E: jebster changes: changed-by-address-malformed root <root@jeggy-XPS>
export DEBFULLNAME = "JógvanOlsen" export DEBEMAIL = "[email protected]"
debian/changelog
)を開きます。最後にこの署名のみを慎重に選択してください。root <root@jeggy-XPS>
に変更しますJógvan Olsen <[email protected]>
前後のスペースが影響を受けないようにします。ジェブスター(0.1)正確。 urgency = low
\* 初回リリース。
-JógvanOlsen Tue、2012年7月3日04:29:33 -0700
最後に、debuild
およびsource.changes
packageに正しく署名します
debuild -S -sa
を実行すると、今回はGPGキー5C24B331
で署名するように求められます。
cd ..
、次にdput ppa:jeggy/jebster xxxxxxx_source.changes
.changes
ファイルは、さまざまなファイルのSha256チェックサムとchangelogエントリを含む、Debianソースパッケージの内容を記述するPGP署名ファイルです。通常、debuild -S
を実行してソースパッケージをビルドすると生成されます
しかし、これについて心配する必要はありません!これらすべてを迅速に処理します。 quickly share --ppa ppa:jeggy/jebrowser
を実行するだけです
ランチパッドのセットアップの問題だと思います。
ランチパッドでプロフィールページを見ました。
Ubuntuの行動規範に署名している場合にのみ、PPAをアクティブにできます。
「署名済みUbuntu行動規範:はい」を有効にしますか?
CoCを有効にする方法はこちら:
すでに間違ったテキストを探していて、新しいテキストを投稿できない場合は、Deactivateボタンをクリックします。最初からやり直してください。
次に、Ubuntu行動規範の署名を確認できます:yesLaunchpadのプロファイルページで、コマンドを再試行します:
quickly share --ppa jeggy/jebrowser
問題を整理するために、答えを書き直しました。