[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Uploading dh-octave to unstable



The version of dh-octave in salsa.d.o is now in a pretty good shape. It is almost Lintian-clean and should work for a large number of OF packages.

I propose to make an ITP and to upload the package to unstable. It will need to go through the NEW queue and that may take some time.

Before I do the upload, please check the code in Git. Feel free to fix any bug you find and improve the scripts, if needed.

Rafael

* Rafael Laboissière <rafael@debian.org> [2018-01-13 15:38]:

* Sébastien Villemot <sebastien@debian.org> [2018-01-13 11:06]:

On Sat, Jan 13, 2018 at 10:18:30AM +0100, Rafael Laboissière wrote:

We must include support for it in dh-octave. Since this will make the code in Buildsystem/octave.pm become more complex, I am planning to create a separate script called dh_octave_clean, as Mike suggested.

I don't think we need to explicitly add support for that.

The dh-way is to have these package add an override_dh_auto_clean target.

Or am I missing something?

You are fully right. This is the code in debian/rules for octave-octclip that works with the dh-octave package currently in GitLab:

  %:
          dh $@ --buildsystem=octave --with=octave

  override_dh_auto_clean:
          make -C src cleanall
          dh_auto_clean

Rafael




Reply to: