Skip to content
mat2 (0.7.0-1) unstable; urgency=medium
* New upstream release.
* d/control:
- Drop obsolete build dependency on debhelper, satisfied by
debhelper-compat since 0.6.0-1.
- Recommend bubblewrap to sandbox external processes, according to
upstream implementation.
- Extend description to mention new support for .wmv, .gif and .html
files.
- Bump Standards-Version to 4.3.0, no changes required.
* d/copyright:
- Bump years to include 2019.
* d/gitlab-ci.yml:
- Don't run CI on tags and only if files inside debian/ were modified.
* d/tests/control:
- Add TODO to test bubblewrap integration once the Debian CI
infrastructure provides systems with the 'isolation-machine'
restriction.
* d/watch:
- Explicitly pull .tar.gz, as this is the only upstream tarball which is
signed, in contrast to tarballs automatically created by GitLab.
-- Georg Faerber <georg@riseup.net> Sun, 17 Feb 2019 20:40:41 +0000
mat2 (0.6.0-1) unstable; urgency=medium
* New upstream release.
......
......@@ -4,8 +4,7 @@ Priority: optional
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Georg Faerber <georg@riseup.net>,
Jonas Meurer <jonas@freesources.org>,
Build-Depends: debhelper (>= 11~),
debhelper-compat (= 11),
Build-Depends: debhelper-compat (= 11),
dh-exec,
dh-python,
ffmpeg,
......@@ -16,7 +15,7 @@ Build-Depends: debhelper (>= 11~),
python3-gi-cairo,
python3-mutagen,
python3-setuptools,
Standards-Version: 4.2.1
Standards-Version: 4.3.0
X-Python3-Version: >= 3.5
Homepage: https://0xacab.org/jvoisin/mat2
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/mat2.git
......@@ -32,6 +31,7 @@ Depends: gir1.2-gdkpixbuf-2.0,
python3-mutagen,
${misc:Depends},
${python3:Depends},
Recommends: bubblewrap,
Suggests: ffmpeg,
Description: Metadata anonymisation toolkit v2
Metadata consist of information that characterizes data. Metadata are
......@@ -67,3 +67,6 @@ Description: Metadata anonymisation toolkit v2
- Torrent (.torrent)
- Audio Video Interleave (.avi)
- MPEG-4 (.mp4)
- Windows Media Video (.wmv)
- Graphics Interchange Format (.gif)
- Hypertext Markup Language (.html)
......@@ -2,17 +2,17 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://0xacab.org/jvoisin/mat2
Files: *
Copyright: © 2018 Julien Voisin <julien.voisin+mat2@dustri.org>
Copyright: © 2018-2019 Julien Voisin <julien.voisin+mat2@dustri.org>
License: LGPL-3+
Files: data/mat2.png data/mat2.svg
Copyright: © 2016 Marie Rose
© 2018 Julien Voisin <julien.voisin+mat2@dustri.org>
© 2018-2019 Julien Voisin <julien.voisin+mat2@dustri.org>
License: LGPL-3+
Files: debian/*
Copyright: © 2018 Georg Faerber <georg@riseup.net>
© 2018 Jonas Meurer <jonas@freesources.org>
Copyright: © 2018-2019 Georg Faerber <georg@riseup.net>
© 2018-2019 Jonas Meurer <jonas@freesources.org>
License: LGPL-3+
License: LGPL-3+
......
include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
.limits: &limits
except:
- tags
only:
changes:
- debian/**/*
build:
extends: .build-unstable
<<: *limits
lintian:
extends: .test-lintian
<<: *limits
piuparts:
extends: .test-piuparts
<<: *limits
autopkgtest:
extends: .test-autopkgtest
<<: *limits
reprotest:
extends: .test-reprotest
<<: *limits
# TODO: Test bubblewrap integration once the Debian CI infrastructure
# provides systems with the 'isolation-machine' restriction.
Test-Command: MAT2_GLOBAL_PATH_TESTSUITE= pytest-3
Depends: @,
ffmpeg,
......