1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
obs-downstream-keyer (0.3.3-2) unstable; urgency=medium
* debian/control:
- Added libxkbcommon-dev to Build-Depends field.
- Bumped Standards-Version to 4.7.2.
* debian/copyright: updated packaging copyright years.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sun, 23 Mar 2025 19:52:00 -0300
obs-downstream-keyer (0.3.3-1) unstable; urgency=medium
* New upstream version 0.3.3.
* debian/control: bumped Standards-Version to 4.7.0.
* debian/patches/010_update-pt-BR.patch: updated to be compliant with the
last upstream version.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Mon, 09 Dec 2024 10:59:14 -0300
obs-downstream-keyer (0.3.2-1) unstable; urgency=medium
* New upstream version 0.3.2. (Closes: #1060976)
* debian/control: changed qtbase5-dev by qt6-base-dev in Build-Depends field.
* debian/copyright: updated upstream and packaging copyright years.
* debian/patches/010_update-translation-pt-BR.patch: created to update pt_BR
translation.
* debian/rules:
- Added DEB_CFLAGS_MAINT_APPEND variable to use -Wno-psabi to allow this
plugin to build over i386 (and possible other architectures).
- Removed no longer needed variable QT_SELECT=qt5.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Thu, 09 May 2024 09:04:48 -0300
obs-downstream-keyer (0.2.7-2) unstable; urgency=medium
* debian/copyright: updated upstream copyright years.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Wed, 08 Nov 2023 17:56:13 -0300
obs-downstream-keyer (0.2.7-1) unstable; urgency=medium
* New upstream version 0.2.7.
* debian/control:
- Added a Breaks field to make this plugin incompatible with
obs-text-slideshow, no longer in Debian.
- Bumped (build-)dependency of libobs-dev and obs-studio to 29.
* debian/patches/010_update-translation-pt-BR.patch: dropped because the
upstream applied this patch to the source code. Thanks.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Wed, 08 Nov 2023 13:07:53 -0300
obs-downstream-keyer (0.2.6-4) unstable; urgency=medium
* debian/rules: removed temporary workaround to exclude extra installed
files in favor of the '-DLINUX_PORTABLE=Off' argument for CMake.
* debian/upstream/metadata: updated Donation field.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 21 Feb 2023 18:32:26 -0300
obs-downstream-keyer (0.2.6-3) unstable; urgency=medium
* debian/watch: using filenamemangle to generate right names for downloaded
files.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 31 Jan 2023 12:43:53 -0300
obs-downstream-keyer (0.2.6-2) unstable; urgency=medium
* debian/control: bumped Standards-Version to 4.6.2.
* debian/copyright: updated packaging copyright years.
* debian/patches/010_update-translation-pt-BR.patch: created to update pt_BR
translation.
* debian/rules: added a target to check if translation to pt_BR is updated.
* debian/watch: improved the search rule, checking if the upstream forgotten
to add a tag on GitHub.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sat, 28 Jan 2023 23:29:44 -0300
obs-downstream-keyer (0.2.6-1) unstable; urgency=medium
* New upstream version 0.2.6.
* debian/copyright:
- Added new rights for upstreams.
- Converted the last paragraph of the GPL-2 in a comment.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Thu, 01 Dec 2022 20:13:15 -0300
obs-downstream-keyer (0.2.5-1) unstable; urgency=medium
* New upstream version 0.2.5.
* Ran wrap-and-sort.
* debian/control:
- Bumped Standards-Version to 4.6.1.
- Bumped relationships from 27.1 to 28.0.1 for obs-studio and libobs.
- Removed a sentence about minimum supported version for OBS in long
description.
* debian/patches/: removed all patches because the upstream fixed the source
code. Thanks!
* debian/rules: added a temporary workaround to remove duplicate files
created by upstream.
* debian/upstream/metadata: removed duplicate Donation field.
* debian/watch: updated the search rule to make it compliant with new
standards of the GitHub.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 11 Oct 2022 19:55:41 -0300
obs-downstream-keyer (0.2.3-1) unstable; urgency=medium
* New upstream version 0.2.3.
* debian/patches/010_fix-cmake.patch: updated to make it compliant with the
new upstream release.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sun, 05 Jun 2022 10:56:35 -0300
obs-downstream-keyer (0.2.2-1) unstable; urgency=medium
* New upstream version 0.2.2.
* debian/copyright: updated upstream copyright years.
* debian/patches/010_fix-cmake.patch: updated to be compliant with new
upstream release.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Fri, 04 Mar 2022 23:22:27 -0300
obs-downstream-keyer (0.2.1-2) unstable; urgency=medium
* Upload to unstable.
* debian/control: little improvement in long description.
* debian/copyright: updated packaging copyright years.
* debian/install: put the l10n files in right place.
* debian/rules: using variables to improve and standardize the building.
* debian/tests/*: added to provide a trivial CI test. The current test checks
if the lib loads.
* debian/upstream/metadata: added Donation field.
* debian/watch: created.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 25 Jan 2022 16:38:22 -0300
obs-downstream-keyer (0.2.1-1) experimental; urgency=medium
* Initial release. (Closes: #1001275)
-- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 07 Dec 2021 10:13:13 -0300
|