Differences between revisions 1 and 2
Revision 1 as of 2015-04-22 06:59:35
Size: 45
Comment:
Revision 2 as of 2015-04-22 07:14:37
Size: 968
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Rédiger « AutomaticPackagingTools » ici. This page references tools that aim at providing basic working Debian packages.

||<rowstyle="background-color: #EEEEEE;">'''Language'''|| Any || Perl || Ruby ||
||'''Tool (package name)'''|| dh-make || dh-make-perl || gem2deb ||
||'''Upstream repository'''|| N/A || CPAN.org || Rubygems.org ||
||||||||<rowstyle="background-color: #EEEEEE;"> Use cases ||
||||||||<rowstyle="background-color: #EEEEEE;"> Features ||
|| cdbs or dh? ||
|| Fill in debian/copyright ||
|| Fill debian/watch ||
|| Refresh mode (regenerate all files, moving old ones to .bak) ||
|| Handle git repo creation, pristine-tar, etc. ||
|| Generate debian/upstream/metadata (UpstreamMetadata) ||

== TO-DO List ==
 * Look at:
  * python-stdeb (Pypi)
  * cabal-debian (haskell)
  * javahelper (Java)
  * npm2deb (Node.js)
  * pkg-php-tools (PHP, PEAR modules)
  * ocaml tool?
 * Investigate meta-helpers
  * debdry
  * https://github.com/FedericoCeratto/debian-package-init

This page references tools that aim at providing basic working Debian packages.

Language

Any

Perl

Ruby

Tool (package name)

dh-make

dh-make-perl

gem2deb

Upstream repository

N/A

CPAN.org

Rubygems.org

Use cases

Features

cdbs or dh?

Fill in debian/copyright

Fill debian/watch

Refresh mode (regenerate all files, moving old ones to .bak)

Handle git repo creation, pristine-tar, etc.

Generate debian/upstream/metadata (UpstreamMetadata)

TO-DO List