Skip to content
Commits on Source (7)
Default source includes a test data file with incompatible license. To
work around this, one should use the get-orig-source command to update
the source which will remove the involved file. A patch is also required
to remove from build step the tests using this data file.
Squizz was package for only purpose since it is needed by mobyle. Since
mobyle is end of life and will probably not released after Buster this
library can vanish together with mobyle.
-- Olivier Sallou <olivier.sallou@irisa.fr> Mon, 21 Mar 2011 15:32:00 +0100
-- Andreas Tille <tille@debian.org> Tue, 30 Oct 2018 11:50:47 +0100
squizz (0.99d+dfsg-2) UNRELEASED; urgency=medium
squizz (0.99d+dfsg-2) unstable; urgency=medium
* debhelper 11 (+ dh_auto_test --no-parallel)
-- Andreas Tille <tille@debian.org> Sun, 18 Feb 2018 15:27:33 +0100
* Update README.source
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Secure URI in copyright format
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/copyright
-- Andreas Tille <tille@debian.org> Tue, 30 Oct 2018 12:01:25 +0100
squizz (0.99d+dfsg-1) unstable; urgency=medium
......
......@@ -5,9 +5,9 @@ Uploaders: Olivier Sallou <osallou@debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/squizz.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/squizz.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/squizz
Vcs-Git: https://salsa.debian.org/med-team/squizz.git
Homepage: ftp://ftp.pasteur.fr/pub/gensoft/projects/squizz/
Package: squizz
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: squizz
Source: ftp://ftp.pasteur.fr/pub/gensoft/projects/squizz
Files-Excluded:
......
......@@ -12,4 +12,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
dh $@
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test --no-parallel
endif