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

How to upload to Debian Med PPA



[People who successfully did where I failed in CC]

Hi,

I'd like to upload some packages created for Trusty to Debian Med PPA[1].
I was able to create a Trusty cowbuilder chroot[2] and to build a package
(bambamc) successfully.  I've created a dput config file

$ cat ~/.dput.cf 
[debian-med]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~tille/debian-med/ubuntu/
login = anonymous
allow_unsigned_uploads = 0

and uploaded via

$ dput debian-med bambamc_0.0.50-1ubuntu1_amd64.changes
$ cat bambamc_0.0.50-1ubuntu1_amd64.debian-med.upload
2015-03-23 11:57:18,000 - dput[14438]: uploader.invoke_dput - Uploading bambamc using ftp to debian-med (host: ppa.launchpad.net; directory: ~tille/debian-med/ubuntu/)
2015-03-23 11:57:18,001 - dput[14438]: hook.run_hook - running allowed-distribution: check whether a local profile permits uploads to the target distribution
2015-03-23 11:57:18,018 - dput[14438]: hook.run_hook - running checksum: verify checksums before uploading
2015-03-23 11:57:18,020 - dput[14438]: hook.run_hook - running suite-mismatch: check the target distribution for common errors
2015-03-23 11:57:18,022 - dput[14438]: hook.run_hook - running gpg: check GnuPG signatures before the upload
2015-03-23 11:57:18,363 - dput[14438]: uploader.invoke_dput - Uploading bambamc_0.0.50-1ubuntu1.dsc
2015-03-23 11:57:18,765 - dput[14438]: uploader.invoke_dput - Uploading bambamc_0.0.50-1ubuntu1.debian.tar.gz
2015-03-23 11:57:19,248 - dput[14438]: uploader.invoke_dput - Uploading libbambamc0_0.0.50-1ubuntu1_amd64.deb
2015-03-23 11:57:19,621 - dput[14438]: uploader.invoke_dput - Uploading libbambamc-dev_0.0.50-1ubuntu1_amd64.deb
2015-03-23 11:57:20,017 - dput[14438]: uploader.invoke_dput - Uploading bambamc_0.0.50-1ubuntu1_amd64.changes


For me this looks like a successful upload.  However after 2.5 hours I
did not got any message (for Debian uploads I get an e-mail about a
successful upload) nor is bambamc visible on the PPA web interface.

Anything else I could check?

Kind regards

         Andreas.

[1] https://launchpad.net/~debian-med
[2] How to create the Trusto cowbuilder chroot on a Debian machine:
    sudo apt-get install ubuntu-archive-keyring
    echo 'COMPONENTS="main universe"' > ~/.pbuilderrc-ubuntu
    sudo cowbuilder --create --basepath /var/cache/pbuilder/trusty.cow --mirror http://de.archive.ubuntu.com/ubuntu/ --distribution trusty \
         --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg" \
         --configfile ~/.pbuilderrc-ubuntu

-- 
http://fam-tille.de


Reply to: