[med-svn] [Debian Wiki] Update of "DebianMed/HowToGet" by AndreasTille

Debian Wiki debian-www at lists.debian.org
Tue Mar 24 14:39:14 UTC 2015


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianMed/HowToGet" page has been changed by AndreasTille:
https://wiki.debian.org/DebianMed/HowToGet?action=diff&rev1=24&rev2=25

Comment:
How to setup a chroot for other target distributions

  {{{
  dput debianmedppa *_source.changes
  }}}
+ == Q. How can I create packages on a Debian system for other distros? ==
+ You can setup a cowbuilder chroot.  Here is an example for an Ubuntu trusty system which also includes the Debian Med PPA:
+ {{{
+ COMPONENTS="main universe" sudo cowbuilder --create  --distribution trusty \
+         --basepath /var/cache/pbuilder/trusty.cow \
+         --mirror http://de.archive.ubuntu.com/ubuntu/ \
+         --othermirror "deb http://ppa.launchpad.net/debian-med/ppa/ubuntu trusty main" \
+         --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg"
+ }}}
  



More information about the debian-med-commit mailing list