The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
30 views

Source package: precise build dependencies policy for Software Centre

I was seeking for a detailed specification of what's allowed as build dependencies for sources packages to be published in the Software Centre. I found Ubuntu Policy Manual — Chapter 4 - Source ...
2
votes
1answer
134 views

Add custom steps to source package's debian/package.postinst?

I have a package that incorporates an auto-generated debian/package.postinst.debhelper file into the generated binary. When I put my own code into a file at debian/package.postinst, the auto-generated ...
0
votes
1answer
212 views

anyone know how to reset source.list? [duplicate]

Possible Duplicate: How do I restore the default repositories? is there anyway to reset my source.list ? i try to follow the trick for this forum ...
3
votes
2answers
47 views

How to search for source packages?

I can use aptitude to search for packages using a search term. For example, to search for all packages whose name begins with Foo: $ aptitude search Foo* However, this listing does not include ...
1
vote
1answer
963 views

Added key, but dget still shows “gpg: Can't check signature: public key not found”

Trying to download Django source package using dget and the .dsc file from here. Then dget fails to verify the source, because it is missing a public key. $ dget https://launchpad.net/ubuntu... ...