The 3D-Printer Packaging Team

3DPPT takes care of packages related to 3D-printing. It is an open team and everyone interested in its activities can join it. This wiki page sums up some information about team policy, the status of packages we work on and more. Useful links:

If you are looking for informations on *using* 3D printers in Debian, see 3DPrinting

Packages

Programs that are, or should be packaged by the team.

Related programs that are packaged by others, but may be handled by the team in the future, should its current maintainers want a break:

Repository

The team manages the packaging work with git-buildpackage, repos are stored on salsa.debian.org. The layout is as follow:

The repos can be browsed at https://salsa.debian.org/3dprinting-team

To push your work to the team repo, create a repository via the website add a remote suggested by the website.

Please refer to the gbp page for more info about packaging with git-buildpackage.

Packaging policy

We are using the following rules for our packages:

  1. We use debhelper.
  2. We use dh in debian/rules, to keep it short and clean.
  3. debian/rules clean removes or restores ALL generated files. (The only exception being debian/po/templates.pot, which has to be generated at the end of clean to make life easier for translators.)

  4. Everything should be built from source. (In particular, packages using autotools should use dh --with dh_autoreconf).

  5. We allow no lintian errors at all, and no lintian warnings where reasonably possible.
  6. Watch files are always present and up to date.
  7. We use DEP-5 copyright files on all packages.
  8. We write verbose changelogs which follow the "where, what, why" rule.


CategoryTeams