Re: Adding and using repositories during package installation?

2014-10-22 Thread Neil Williams
On Wed, 22 Oct 2014 17:00:05 +0200 Malte Forkel wrote: > Am 22.10.2014 um 15:38 schrieb Neil Williams: > > Don't go messing with apt trusted files either, package the key as a > > keyring package (like emdebian-archive-keyring) and depend on that. > > I'm nore sure: Do you think adding files in

Re: Adding and using repositories during package installation?

2014-10-22 Thread Malte Forkel
Am 22.10.2014 um 15:46 schrieb Wookey: > I take it that this package needs to be installed on the main system, > not just present for builds? Right, not just for builds. > If you use sbuild for builds, the new (in sbuild 0.65 - targetted for > jessie) --extra-package and --extra-repository option

Re: Adding and using repositories during package installation?

2014-10-22 Thread Malte Forkel
Am 22.10.2014 um 15:38 schrieb Neil Williams: > Don't go messing with apt trusted files either, package the key as a > keyring package (like emdebian-archive-keyring) and depend on that. I'm nore sure: Do you think adding files in /etc/apt/sources.list.d (and using debconf to ask the user perform

Re: Adding and using repositories during package installation?

2014-10-22 Thread Wookey
+++ Malte Forkel [2014-10-22 14:44 +0200]: > Hi, > > I'm thinking about creating a metapackage to setup a software > development environment. It would not only have to depend on some > prerequisite packages, but also add repositories and install a package > from one of them. Is there an acceptable

Re: Adding and using repositories during package installation?

2014-10-22 Thread Neil Williams
On Wed, 22 Oct 2014 14:44:52 +0200 Malte Forkel wrote: > Hi, > > I'm thinking about creating a metapackage to setup a software > development environment. It would not only have to depend on some > prerequisite packages, but also add repositories and install a package > from one of them. Is there

Adding and using repositories during package installation?

2014-10-22 Thread Malte Forkel
Hi, I'm thinking about creating a metapackage to setup a software development environment. It would not only have to depend on some prerequisite packages, but also add repositories and install a package from one of them. Is there an acceptable way to do that? I guess I shouldn't use things like '