[ Sébastien Villemot ]
* d/control: liboctave-dev has been renamed to octave-dev
[ Rafael Laboissière ]
* d/control: Bump Standards-Version to 4.6.0 (no changes needed)
* Upload to unstable
* dh_octave_make.in: Create the debian/gbp.conf file
* d/control: Bump Standards-Version to 4.5.1 (no changes needed)
* install-pkg.m:
+ Drop useless calls to sprintf
+ Remove left over files *-tst
* dh_octave_changelogs: Use max compression for gzip.
This avoids the Lintian warning
changelog-not-compressed-with-max-compression, regarding the upstream
file ChangeLog.gz.
* Source-only upload, so that the package can migrate into testing
* Release new version 1.0.0. No changes are made in the package. The
version number just reflects the fact that dh-octave is now mature.
* d/control: Bump debhelper compatibitlity level to 13
* dh_octave_check: Use mktemp instead of deprecated tempfile
* install-pkg.m: Make installed *.mex files non-executable
* install-pkg.m: Make installed *.oct files non-executable.
This complies with FHS 3.0 (sections 4.6 and 4.7), which has been
adopted by the Debian Policy.
* dh_octave_make.in: Create the debian/upstream/metadata file
* d/copyright: Update copyright years
* d/control: Depends on libconfig-model-dpkg-perl.
This is necessary for having cme's model for application
"dpkg-copyright". This allows the proper generation of file
debian/copyright by dh_octave_make.
* Proper specification of the debhelper compatibility level.
The dh_octave_make script adds now the appropriate build-dependency on
"debhelper-compat (= <level>)", instead of using the old method via
the debian/compat file.
* dh_make_octave now adds "Rules-Requires-Root: no" to debian/control
* d/control: Bump Standards-Version to 4.5.0 (no changes needed)
* README.md:
+ Fix position of dh_octave_substvar
+ Invert column order in table for dh-octave commands
+ Add mention to debian/checkvars
* sequence.pm: Insert dh_octave_substvar before dh_installdeb.
The previous code, where dh_octave_substvar was insert after
dh_shlibdeps, was failing for packages with "Architecture: all", for
which dh_shlibdeps is not in the dh binary sequence.
* dh_octave_substvar: Drop useless import of module Dpkg::Version
* d/control: Add lacking dependency on libfile-find-rule-perl
* d/control: Bump Standards-Version to 4.4.1 (no changes needed)
* dh_octave_substvar: Inject dependency on virtual package octave-abi-N
* d/control:
+ Bump Standards-Version to 4.3.0 (no changes needed)
+ Bump to debhelper compat level 12
* Build-depend on debhelper-compat instead of using d/compat
* d/control: Bump Standards-Version to 4.2.1 (no changes needed)
* sequence.pm: Honour nocheck in DEB_BUILD_MAINT_OPTIONS environment variable
* d/control:
+ Add Rules-Requires-Root: no
+ Bump Standards-Version to 4.2.0
* dh_octave_check: Honor DEB_BUILD_OPTIONS=terse
* dh_octave_check: Use lowercase name of the package
* d/control: Bump Standards-Version to 4.1.5 (no changes needed)
* dh_octave_substvar: Add epoch number to versioned dependencies
(Closes: #893900)
* dh_octave_check:
+ Test the actual C++ file found in the src tree
+ Ditto for the .m file
+ Introduce option --use-installed-package
* dh_octave_check: Do not load the package being currently tested
* dh-octave-autopkgtests now Depends on fonts-freefont-otf.
The autopkgtest environment is exactly the sort of minimal environment
where normal Fontconfig matching fails, so ensure the fallback font
files are installed.
* Enfore C locale in test_dh_octave.sh
* dh_octave_check: Fix logical precedence in find command
* dh_octave_check: Also extract unit tests from *.cpp files
* dh_octave_check:
+ Read extra variables definitions from d/checkvars
+ Document the available environment variables
* Add unit test suite (for use at build time and for autopkgtest)
* dh_octave_check:
+ Give feedback on the script failure
+ Add local path before loading all the installed packages.
Thanks to Sébastien Villemot for the fix
* d/control: Bump Standards-Version to 4.1.4 (no changes needed)
* dh_octave_examples: New helper script for installing upstream examples
[ Mike Miller ]
* Documentation:
+ Fix POD syntax to be consistent with debhelper.
+ Fix documentation formatting and spelling.
* Makefile: Include package name and version in man pages.
* dh_octave_make:
+ Use secure URL for Homepage control field.
+ Append a newline to generated debian/compat.
+ Escape make variable in generated debian/rules.
+ Fill Uploaders correctly in generated debian/control.
+ Use team+pkg-octave-team@tracker.d.o as the Maintainer.
* dh_octave_check:
+ Fix file redirection
+ Capture results of debian/check.m
+ Use file name of *.cc as argument of test
* d/control: Add dependency libmime-tools-perl
* d/control: Change Maintainer to team+pkg-octave-team@tracker.debian.org
* README.md: Add section on the internals of dh-octave
* Initial release (Closes: #887097)