Differences between revisions 68 and 78 (spanning 10 versions)
Revision 68 as of 2017-01-22 04:03:36
Size: 8456
Editor: GuillemJover
Comment: Make it clear that the mailing list link contains also the mail archive
Revision 78 as of 2018-07-31 23:31:57
Size: 9322
Editor: GuillemJover
Comment: Add reference to sysuser spec draft
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
The team is in charge of the dpkg package manager, dpkg-repack and debsig-verify. It maintains it and develops new features. The team is in charge of the dpkg package manager, dpkg-repack, debsig-verify and dupload; a suite of programs used for low-level source and binary package management. It maintains them and develops new features.
Line 9: Line 9:
 * '''Alioth Project''': https://alioth.debian.org/projects/dpkg
Line 11: Line 10:
   * {{{git clone https://anonscm.debian.org/git/dpkg/dpkg.git}}} ([[https://anonscm.debian.org/cgit/dpkg/dpkg.git|web interface]])
   * {{{git clone https://anonscm.debian.org/git/dpkg/dpkg-repack.git}}} ([[https://anonscm.debian.org/cgit/dpkg/dpkg-repack.git|web interface]])
   * {{{git clone https://anonscm.debian.org/git/dpkg/debsig-verify.git}}} ([[https://anonscm.debian.org/cgit/dpkg/debsig-verify.git|web interface]])
   * {{{git clone https://git.dpkg.org/git/dpkg/dpkg.git}}} ([[https://git.dpkg.org/cgit/dpkg/dpkg.git|web interface]])
   * {{{git clone https://git.dpkg.org/git/dpkg/dpkg-repack.git}}} ([[https://git.dpkg.org/cgit/dpkg/dpkg-repack.git|web interface]])
   * {{{git clone https://git.dpkg.org/git/dpkg/debsig-verify.git}}} ([[https://git.dpkg.org/cgit/dpkg/debsig-verify.git|web interface]])
   * {{{git clone https://git.dpkg.org/git/dpkg/dupload.git}}} ([[https://git.dpkg.org/cgit/dpkg/dupload.git|web interface]])
Line 15: Line 15:
   * {{{git clone https://anonscm.debian.org/git/dpkg/dpkg-tests.git}}} ([[https://anonscm.debian.org/cgit/dpkg/dpkg-tests.git|web interface]])
 * '''Unit test suite code coverage''': https://dpkg.alioth.debian.org/coverage/
 * '''Package Tracker''':
   * {{{git clone https://git.dpkg.org/git/dpkg/dpkg-tests.git}}} ([[https://git.dpkg.org/cgit/dpkg/dpkg-tests.git|web interface]])
 * '''Unit test suite code coverage''': https://www.dpkg.org/coverage/
 * '''S
alsa mirror''': https://salsa.debian.org/dpkg-team
 * '''Package tracker''':
Line 21: Line 22:
 * '''Packages autobuilt from git''': [[http://jenkins.grml.org/view/Debian/job/dpkg-binaries/|master branch]]    * https://tracker.debian.org/pkg/dupload
* '''Continuous integration''': [[https://jenkins.grml.org/view/Debian/job/dpkg-binaries/|binary packages (master branch)]]
Line 26: Line 28:
 * '''Request tracker''': [[https://bugs.debian.org/src:dpkg|default view]] / [[ https://bugs.debian.org/src:dpkg;ordering=dpkg-program-view|by program]] / [[https://bugs.debian.org/src:dpkg;ordering=dpkg-class-view|by class of problem]] / [[https://bugs.debian.org/src:dpkg;ordering=old-normal|old view]]  * '''Bug and request tracker''':
   * [[https://bugs.debian.org/src:dpkg|dpkg]] ([[ https://bugs.debian.org/src:dpkg;ordering=dpkg-program-view|by program]] / [[https://bugs.debian.org/src:dpkg;ordering=dpkg-class-view|by class of problem]] / [[https://bugs.debian.org/src:dpkg;ordering=old-normal|old view]])
   * [[https://bugs.debian.org/src:dpkg-repack|dpkg-repack]]
   * [[https://bugs.debian.org/src:debsig-verify|debsig-verify]]
   * [[https://bugs.debian.org/src:dupload|dupload]]
   * For normal bugs and feature requests see [[https://www.debian.org/Bugs/Reporting|reporting bugs in Debian]].
   * For security bugs see [[https://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security|reporting security bugs in Debian]], [[https://www.debian.org/security/faq#discover|discovering security bugs in Debian]].
Line 39: Line 47:
 * [[https://anonscm.debian.org/cgit/dpkg/dpkg.git/tree/doc/coding-style.txt|coding style]]  * [[https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/doc/coding-style.txt|coding style]]
Line 52: Line 60:
 * [[https://dpkg.alioth.debian.org/doc/|libdpkg API documentation]].  * [[https://www.dpkg.org/doc/libdpkg/|libdpkg API documentation]].
Line 56: Line 64:
 * [[https://dpkg.alioth.debian.org/stats/|VCS statistics]].  * [[https://www.dpkg.org/stats/|VCS statistics]].
Line 63: Line 71:
   * [[https://anonscm.debian.org/cgit/dpkg/dpkg.git/tree/TODO|TODO]]    * [[https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/TODO|TODO]]
Line 66: Line 74:
   * [[/PerlAPICleanup]]: work needed to cleanup the perl API.
   * /StringsReview: i18ned strings review/uniformization
   * [[/Task/TriggersCleanup]]: fix some current problems with triggers.
   * [[/Task
/PerlAPICleanup]]: work needed to cleanup the perl API.
   * [[/Task/StringsReview]]: i18ned strings review/uniformization.
Line 73: Line 82:
     * [[https://multiarch.alioth.debian.org/dpkg2.pdf|Scott James Remnant's dpkg 2.0 spec]].      * [[https://www.dpkg.org/doc/specs/dpkg2.pdf|Scott James Remnant's dpkg 2.0 spec]].
Line 78: Line 87:
   * [[/Spec/SysUser]]
Line 79: Line 89:
   * [[/Spec/SimplifyReplacesUsage]]
Line 86: Line 97:
     * [[/Spec/DebSignatures]]
Line 104: Line 116:
   * /CompatSymlinks
Line 138: Line 149:
The project has transitioned over several different version control systems ("tarballs", CVS, Bazaar and git). [[https://dpkg.alioth.debian.org/history/|Historic VCS data and scripts]] were used when switching to git, to try to preserve as much history as possible. The project has transitioned over several different version control systems ("tarballs", CVS, Bazaar and git). [[https://www.dpkg.org/history/|Historic VCS data and scripts]] were used when switching to git, to try to preserve as much history as possible.

Dpkg Team

Task description

The team is in charge of the dpkg package manager, dpkg-repack, debsig-verify and dupload; a suite of programs used for low-level source and binary package management. It maintains them and develops new features.

Infrastructure

Interacting with the team

Usual roles

  • GuillemJover (guillem) is the primary developer.

  • Many other translators have commit access to maintain their translations.
  • Several other contributors provide occasional patches/branches.

Get involved

See the Contribute page, and check the following links:

Documentation

Statistics

Projects

Historic

Announcements

Sprints, Summits

VCS

The project has transitioned over several different version control systems ("tarballs", CVS, Bazaar and git). Historic VCS data and scripts were used when switching to git, to try to preserve as much history as possible.


CategoryTeams CategoryPermalink