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" + }}} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
