Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Drop a note that this package can be removed once mobyle is removed
· 8a6bc928
Andreas Tille
authored
Oct 30, 2018
8a6bc928
Point Vcs fields to salsa.debian.org
· 39d921d2
Andreas Tille
authored
Oct 30, 2018
39d921d2
Standards-Version: 4.2.1
· 8df2858e
Andreas Tille
authored
Oct 30, 2018
8df2858e
Secure URI in copyright format
· bd47e4cb
Andreas Tille
authored
Oct 30, 2018
bd47e4cb
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· f9554727
Andreas Tille
authored
Oct 30, 2018
f9554727
Remove trailing whitespace in debian/copyright
· 8b728073
Andreas Tille
authored
Oct 30, 2018
8b728073
Upload to unstable
· dcc32999
Andreas Tille
authored
Oct 30, 2018
dcc32999
Show whitespace changes
Inline
Side-by-side
debian/README.source
View file @
dcc32999
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
201
1
1
5:32:00
+0100
--
Andreas Tille <tille@debian.org> Tue, 30 Oct
201
8
1
1:50:47
+0100
debian/changelog
View file @
dcc32999
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
...
...
debian/control
View file @
dcc32999
...
...
@@ -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
...
...
debian/copyright
View file @
dcc32999
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: squizz
Source: ftp://ftp.pasteur.fr/pub/gensoft/projects/squizz
Files-Excluded:
...
...
debian/rules
View file @
dcc32999
...
...
@@ -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