Differences between revisions 42 and 49 (spanning 7 versions)
Revision 42 as of 2013-08-21 20:47:32
Size: 5676
Editor: PaulWise
Comment: temporarily drop codehelp's blog, it produces a 404 RSS feed
Revision 49 as of 2015-01-12 09:43:41
Size: 1913
Editor: NeilWilliams
Comment: There are no files at the specified locations and the listed maintainers refuse to provide support.
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
{{http://www.emdebian.org/Pics/emdebian_swirl.jpg}} [[Embedded_Debian|Emdebian]] is a collection of Debian derivatives aimed at embedded devices. The main development work is currently on [[http://www.emdebian.org/grip|Emdebian Grip]] which is binary compatible with Debian but smaller. [[http://www.emdebian.org/crush|Emdebian Crush]] was an experiment in cross-building an entire Debian derivative but is currently stalled. [[http://www.emdebian.org/baked|Emdebian Baked]] is a pre-configured Emdebian Grip instance, suitable for devices which are not to be upgraded using dpkg or apt. For more pages about Emdebian, please see CategoryEmdebian. === IMPORTANT ===
Line 10: Line 10:
Emdebian is currently in the process of being [[EmdebianIntegration|integrated into Debian]] and the '''unstable''', '''testing''' and '''stable''' suites have been migrated to '''unstable-grip''', '''testing-grip''' and '''stable-grip'''. Codenames have also changed, to '''sid-grip''', '''jessie-grip''' and '''wheezy-grip'''. For more information, read the [[http://lists.debian.org/debian-embedded/|debian-embedded mailing list]] or lurk on the '''#emdebian''' channel on '''irc.debian.org'''. Emdebian Grip stopped receiving updates in July 2014. There will be no further stable releases of Emdebian Grip - the last release was Emdebian Grip 3.1 based on Debian GNU/Linux 7.1, Wheezy.
Line 14: Line 14:
 * Status: active (2010-12-05)  * Status: inactive (2014-09-13)
   * end of life
Line 20: Line 21:
 * Funding model: [[http://db.debian.org/machines.cgi?host=blavet|Debian machine support]]
 * user IRC: irc://irc.oftc.net/emdebian
 * devel IRC: irc://irc.oftc.net/emdebian
 * Debian IRC: irc://irc.oftc.net/emdebian
 * Funding model:
 * user IRC:
 * devel IRC:
 * Debian IRC:
Line 26: Line 27:
 * Debian list: http://lists.debian.org/debian-embedded/  * Debian list:
Line 31: Line 32:
 * Debian derivatives census maintainer: [[NeilWilliams|Neil Williams]] <codehelp@debian.org> (codehelp on IRC), [[HectorOron|Hector Oron]] <zumbi@debian.org> (zumbi on IRC), Wookey <wookey@debian.org> (wookey on IRC)  * Debian derivatives census maintainer:
Line 35: Line 36:
 * Distribution type: installable
 * Debian derivative model: Binary compatible, no source changes, some files removed from binary packages.
 * Based on: Debian unstable, testing stable (wheezy) and oldstable (squeeze)
 * VCS repository: http://www.emdebian.org/trac/browser
 * Bug tracker: http://bugs.debian.org/buildd.emdebian.org
 * Distribution type: end of life
 * Debian derivative model: end of life
 * Based on:
 * VCS repository:
 * Bug tracker:
Line 41: Line 42:
 * Architectures: amd64 armel i386 mips mipsel powerpc armhf
 * Suites: unstable-grip (sid-grip), testing-grip (jessie-grip), stable-grip (wheezy-grip), stable-proposed-updates-grip, (wheezy-proposed-updates-grip), oldstable (squeeze)
 * Architectures: None
 * Suites: None
Line 47: Line 48:
 * Docs for Emdebian Grip: http://www.emdebian.org/docs.html  * Docs for Emdebian Grip:
Line 55: Line 56:
 * list of developers: [[NeilWilliams|Neil Williams]] <codehelp@debian.org> (codehelp on IRC)  * list of developers: None
Line 59: Line 60:
 * mirrors file: http://www.emdebian.org/grip/index.html#mirrors
 * keyring package: emdebian-archive-keyring
 * apt repositories:
{{{#!highlight sourceslist numbers=disable
# All repositories need the emdebian-archive-keyring package installed to use authentication
 * mirrors file:
 * keyring package: None
 * apt repositories: None
Line 65: Line 64:
# Tools for build host environment
#deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ oldstable main
#deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ lenny-proposed-updates main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ stable main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ stable-proposed-updates main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ testing main
deb [arch=i386,amd64,powerpc] http://www.emdebian.org/debian/ unstable main
#deb-src http://www.emdebian.org/debian/ oldstable main
#deb-src http://www.emdebian.org/debian/ lenny-proposed-updates main
deb-src http://www.emdebian.org/debian/ stable main
deb-src http://www.emdebian.org/debian/ stable-proposed-updates main
deb-src http://www.emdebian.org/debian/ testing main
deb-src http://www.emdebian.org/debian/ unstable main

# Packages for target embedded device
deb [arch=armel,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ oldstable main dev doc java debug
deb [arch=armel,armhf,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ stable-grip main
deb [arch=armel,armhf,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ stable-proposed-updates-grip main
deb [arch=armel,armhf,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ testing-grip main
deb [arch=armel,armhf,i386,amd64,powerpc,mips,mipsel] http://www.emdebian.org/grip/ unstable-grip main
deb-src http://www.emdebian.org/grip/ oldstable main
deb-src http://www.emdebian.org/grip/ stable-grip main
deb-src http://www.emdebian.org/grip/ stable-proposed-updates-grip main
deb-src http://www.emdebian.org/grip/ testing-grip main
deb-src http://www.emdebian.org/grip/ unstable-grip main
}}}

Last updated <<<<DateTime(2013-05-06T12:48:37Z)>>>>
Last updated <<<<<<DateTime(2015-01-12T08:32:56Z)>>>>>>

Emdebian

IMPORTANT

Emdebian Grip stopped receiving updates in July 2014. There will be no further stable releases of Emdebian Grip - the last release was Emdebian Grip 3.1 based on Debian GNU/Linux 7.1, Wheezy.

Emdebian Grip

  • Status: inactive (2014-09-13)
    • end of life
  • Homepage: http://www.emdebian.org/

  • Blog:
  • Microblog:
  • Government sponsor:
  • Corporate sponsor:
  • Funding model:
  • user IRC:
  • devel IRC:
  • Debian IRC:
  • user list:
  • devel list:
  • Debian list:
  • user forums:
  • devel forum:
  • Debian forum:
  • wiki: Embedded_Debian

  • Debian derivatives census maintainer:
  • Debian derivatives census page: Derivatives/Census/Emdebian

  • Debian page: http://www.debian.org/misc/children-distros

  • Distrowatch page:
  • Distribution type: end of life
  • Debian derivative model: end of life
  • Based on:
  • VCS repository:
  • Bug tracker:
  • Forwarded bugs:
  • Architectures: None
  • Suites: None
  • Patches repo: No patches used.
  • Docs about Emdebian for Debian developers:
  • Docs about Debian for Emdebian developers:
  • Emdebian glossary:
  • Docs for Emdebian Grip:
  • Differences from Debian policy: EmdebianPolicy

  • Package comparison:
  • Popcon information:
  • QA information:
  • lintian information:
  • piuparts information:
  • static analysis information:
  • list of developers: None
  • developer blogs:
  • developer microblogs:
  • derivatives info:
  • mirrors file:
  • keyring package: None
  • apt repositories: None

Last updated <<<<2015-01-12 08:32:56>>>>