Skip to content
Snippets Groups Projects
Commit 0823c1bd authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Merge updates from debian/trixie

parents f653290a ca12e93a
No related branches found
No related tags found
1 merge request!14Update from debian/trixie for apertis/v2026dev2
target
This diff is collapsed.
docs/random/classes.dia:
license: LGPL-2+
docs/random/wtay/*:
license: LGPL-2+
tests/benchmarks/complexity.scm:
override-license: LGPL-2.1+
tests/benchmarks/mass-elements.scm:
override-license: LGPL-2.1+
tests/misc/network-clock.scm:
override-license: GPL-2
......@@ -193,6 +193,30 @@ gstreamer1.0 (1.22.1-1) experimental; urgency=medium
-- Jeremy Bicha <jbicha@ubuntu.com> Mon, 03 Apr 2023 16:03:42 -0400
gstreamer1.0 (1.22.0-2+deb12u1+apertis1) apertis; urgency=medium
* Sync from debian/bookworm-security.
* Remaining Apertis specific changes:
- Drop dependency on LGPL-3 libdw for better backtraces
-- Apertis CI <devel@lists.apertis.org> Mon, 06 Jan 2025 08:55:36 +0000
gstreamer1.0 (1.22.0-2+deb12u1) bookworm-security; urgency=high
* Non-maintainer upload by the Security Team.
* allocator: Avoid integer overflow when allocating sysmem (CVE-2024-47606)
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 13 Dec 2024 06:13:42 +0100
gstreamer1.0 (1.22.0-2+apertis1) apertis; urgency=medium
* Sync updates from Debian Bookworm.
* Remaining Apertis specific changes:
+ Drop remaining references to LGPL-3 libdw
+ Drop dependency on LGPL-3 libdw for better backtraces
-- Dylan Aïssi <dylan.aissi@collabora.com> Tue, 04 Apr 2023 14:57:14 +0200
gstreamer1.0 (1.22.0-2) unstable; urgency=medium
* debian/rules: Set -Dauto_features=enabled
......@@ -277,6 +301,23 @@ gstreamer1.0 (1.18.5-1) unstable; urgency=medium
-- Sebastian Dröge <slomo@debian.org> Mon, 13 Sep 2021 09:30:13 +0300
gstreamer1.0 (1.18.4-2.1+apertis1) apertis; urgency=medium
* Sync updates from Debian Bullseye.
* Remaining Apertis specific changes:
+ Drop remaining references to LGPL-3 libdw
+ Drop dependency on LGPL-3 libdw for better backtraces
-- Apertis CI <devel@lists.apertis.org> Thu, 09 Sep 2021 14:38:23 +0000
gstreamer1.0 (1.18.4-2.1) unstable; urgency=medium
* Non-maintainer upload.
* libgstreamer1.0-dev: Add Conflicts: libgstreamer0.10-dev to ensure the
diverted file is gone before the diversion is removed. (Closes: #990463)
-- Andreas Beckmann <anbe@debian.org> Thu, 29 Jul 2021 16:51:28 +0200
gstreamer1.0 (1.18.4-2) unstable; urgency=medium
* Upload to unstable.
......@@ -306,6 +347,31 @@ gstreamer1.0 (1.18.3-2) unstable; urgency=medium
-- Sebastian Dröge <slomo@debian.org> Mon, 05 Apr 2021 11:39:20 +0300
gstreamer1.0 (1.18.3-1apertis3) apertis; urgency=medium
* Override and add missing license information
* Refresh the automatically detected licensing information
-- Walter Lozano <walter.lozano@collabora.com> Mon, 30 Aug 2021 15:31:45 -0300
gstreamer1.0 (1.18.3-1apertis2) apertis; urgency=medium
* Drop remaining references to LGPL-3 libdw
-- Walter Lozano <walter.lozano@collabora.com> Fri, 14 May 2021 11:34:34 -0300
gstreamer1.0 (1.18.3-1apertis1) apertis; urgency=medium
* Drop dependency on LGPL-3 libdw for better backtraces
-- Emanuele Aina <emanuele.aina@collabora.com> Thu, 13 May 2021 20:29:05 +0000
gstreamer1.0 (1.18.3-1apertis0) apertis; urgency=medium
* Sync from Debian debian/bullseye.
-- Apertis CI <devel@lists.apertis.org> Thu, 11 Mar 2021 08:37:24 +0000
gstreamer1.0 (1.18.3-1) unstable; urgency=medium
* New upstream bugfix release.
......@@ -459,6 +525,13 @@ gstreamer1.0 (1.15.1-1) experimental; urgency=medium
-- Sebastian Dröge <slomo@debian.org> Thu, 17 Jan 2019 15:11:28 +0200
gstreamer1.0 (1.14.4-1co1) apertis; urgency=medium
[ Ritesh Raj Sarraf ]
* debian/apertis/component: Set to target
-- Emanuele Aina <emanuele.aina@collabora.com> Mon, 15 Feb 2021 23:38:17 +0000
gstreamer1.0 (1.14.4-1) unstable; urgency=medium
* New upstream bugfix release
......
......@@ -16,7 +16,6 @@ Build-Depends: debhelper-compat (= 13),
libgmp-dev <!nocheck> | libgmp3-dev <!nocheck>,
libgsl-dev <!nocheck> | libgsl0-dev <!nocheck>,
libunwind-dev [i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el mipsel mips64el riscv64],
libdw-dev [i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el mipsel mips64el riscv64],
bison,
flex,
rustc [!alpha !hppa !m68k !sh4],
......@@ -59,7 +58,6 @@ Depends: libgstreamer1.0-0 (= ${binary:Version}),
pkgconf,
libglib2.0-dev,
libunwind-dev [i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el mipsel mips64el riscv64],
libdw-dev [i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el mipsel mips64el riscv64],
${shlibs:Depends},
${misc:Depends},
gir1.2-gstreamer-1.0 (= ${binary:Version})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment