Differences between revisions 301 and 302
Revision 301 as of 2018-06-03 12:57:54
Size: 12211
Editor: ?RafaelLaboissiereAlt
Comment: Add links to Git repositories on alioth-archive.d.o for the old (removed) packages
Revision 302 as of 2018-06-03 13:02:36
Size: 12235
Editor: ?RafaelLaboissiereAlt
Comment: Add ITP bug# for octave-optics
Deletions are marked like this. Additions are marked like this.
Line 128: Line 128:
 * [[https://octave.sourceforge.io/optics/|optics]]  * [[https://octave.sourceforge.io/optics/|optics]] (ITP: DebianBug:900683)

Introduction

The Debian Octave Group (DOG) is a collaborative effort for maintaining the Octave-related Debian packages, in particular those released by the Octave-Forge project.

Anyone is invited to participate. There is no need to be a Debian Developer. If you are interested, send an email to the development list (see below).

Maintained packages

Mailing list

Development is coordinated through the debian-octave list on Debian list server. Subscription and posting is open to anyone.

Git repositories

Development is coordinated through Git repositories, grouped under the Debian Octave Group homepage at Salsa.

Our git workflow is the following:

  • Branches: master for Debian packaging, upstream for upstream source, and pristine-tar for tarball deltas. Additional branches named according to Debian releases (e.g. stretch, stretch-backports) may be used as need arises for (old)stable uploads and backports.

  • Tags: debian/$DEB_VERSION for Debian releases and upstream/$VERSION for upstream releases

  • The upstream branch contains only diffs from tarballs, not the full upstream git history.

  • We use git-buildpackage tool for managing the repositories and building packages.

  • Changelog entries are generated using the associated git-dch tool.

URL aliases

You may want to create an alias for the URL of our Salsa homepage, as follows:

git config --global url."git@salsa.debian.org:pkg-octave-team/".insteadOf pkg-octave-team:

(this assumes that you are accessing Salsa with SSH; replace the corresponding URL if you use another mean)

Then you can clone repositories as follows:

gbp clone --git-pristine-tar pkg-octave-team:$pkg

(replace $pkg by package name, e.g. octave)

Pristine-tar default option

If you’re tired of always giving the --git-pristine-tar option to gbp (or if you fear forgetting it), you can set the following in ~/.gbp.conf:

[DEFAULT]
pristine-tar = True

Subscribing to git commit notifications

Git commit notifications are delivered through https://tracker.debian.org.

You can individually subscribe to commit notifications:

  • either through the web interface, making sure that you have enabled the vcs keyword

  • or through the mail interface, with something like:

( echo "subscribe $pkg"; echo "keyword $pkg + vcs" ) | mail control@tracker.debian.org

It is also possible to subscribe to all git commit notifications by subscribing to the Debian Octave Group at tracker.debian.org (making sure you have enabled the vcs keyword).

Check list for the Octave-Forge packages

  1. Bump the build-dependency on octave-pkg-dev to >= 2.0.0.

  2. Bump the Standards-Version to the latest release.
  3. Set the Uploaders field as described below.
  4. The recommended debhelper compat level is 11.
  5. We use a machine-readable debian/copyright with the 1.0 specification. Generating this file can be simplified by the following command:

    licensecheck -r --copyright -c  '\.m|\.cc|\.hh|\.c|\.h|\.f' . | /usr/lib/cdbs/licensecheck2dep5

    Note that you will have to update the Format line using the finalized URL for version 1.0. If you are using CDBS version 0.4.103 or later, the URL will be that for version 1.0.

    You can also automatically fix some errors in your file using the following command (from package libconfig-model-perl):

    cme fix dpkg
  6. Use the SourceForge redirector in the debian/watch file (bump format version to 4 if needed):

    version=4
    http://sf.net/octave/<package>-(.+)\.tar\.gz

Packages currently in Debian but not maintained upstream

  • octave-audio (already removed from testing and unstable)
  • octave-gsl
  • octave-missing-functions
  • octave-specfun
  • octave-zenity
  • qtoctave (already removed from testing and unstable)

Octave Forge packages not in Debian

Candidates for packaging

The following packages are listed as maintained by the upstream authors and are not yet in Debian:

Packages that should not enter Debian

  • actuarial (unmaintained)
  • civil-engineering (unmaintained)
  • engine (unmaintained)
  • fenv (unmaintained; find function __setround__ in the interval package)

  • fl-core
  • generate_html (will not be packaged; only of interest for Octave-Forge developers)

  • gnuplot (unmaintained)
  • mechanics (unmaintained)
  • oct2mat (unmaintained)
  • odebvp (unmaintained)
  • special-matrix (unmaintained)
  • tcl-octave (unmaintained; RFP: 482615)

  • windows (tweber: I don't think - we would have to create Debian GNU/kwin32 first)

Packages that have been in Debian at some point but were removed

Uploaders Field

The Uploaders field should normally list the team member(s) that are personally interested in the package and take the primary responsibility for maintaining it. Maintaining this field up-to-date gives a better overview of responsibilities within the team (in particular, it will make individual QA pages more relevant). Also note that team members not in the Uploaders field of a given package can still do Team Uploads, for example for fixing RC bugs or handling transitions.

There are however some packages that nobody is personally interested in for the time being, but which are nevertheless maintained by the team in the interest of our users. The Uploaders field of those packages should list all the team members willing to do this collective maintenance work, which are:

  • Thomas Weber
  • Sébastien Villemot
  • Rafael Laboissiere
  • Mike Miller

The packages in this situation are:

  • octave-bim
  • octave-data-smoothing
  • octave-financial
  • octave-fpl
  • octave-missing-functions
  • octave-msh
  • octave-nan
  • octave-nurbs
  • octave-ocs
  • octave-parallel
  • octave-secs1d
  • octave-secs2d
  • octave-sockets
  • octave-specfun
  • octave-strings
  • octave-vrml

Work in progress

ToDo Items

The following list contains things that should be done at some point in the future.

  • Check that Octave compiles with clang and inform shogun maintainers about it, if yes (shogun-octave was dropped, as shogun uses clang now and some of the Octave code failed to compile)
  • We might want to add a reportbug script (/usr/share/doc/reportbug/README.developers.gz) that reports the BLAS library in use via the alternatives system and all octave-* packages installed. This should help with bug reports.

Obsolete material