Differences between revisions 1 and 2
Revision 1 as of 2019-12-27 22:07:34
Size: 2425
Editor: ?MichalZima
Comment:
Revision 2 as of 2019-12-27 22:10:05
Size: 2200
Editor: ?MichalZima
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
#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.
Line 12: Line 11:
= Packages = /* = Packages =
Line 60: Line 59:
*\

Debian Cryptocoin Team

Useful links:

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

  • cura (including CuraEngine, python-power and libpolyclipping)

  • pronterface
  • RepetierHost

  • RepetierFirmware

  • RepetierServer

  • slic3r
  • repsnapper
  • arduino-mighty-1284p
  • octoprint (ITP - #718591)
  • skeinforge

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

  • arduino
  • arduino-mk
  • avr-gcc
  • avrdude

Repository

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

  • 3dprinting-team/packages/<package>.git: repo for the team-maintained packages (one repo per package).

  • 3dprinting-team/3dprinter.git: repo for the whole project, used for tools, webpages, etc.

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 3D-printer/gbp 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.


*\