[Pkg-privacy-commits] [Git][pkg-privacy-team/torbrowser-launcher][debian/sid] Prepare to release 0.3.3-3
Roger Shimizu
rosh at debian.org
Sun Dec 13 09:44:04 GMT 2020
Roger Shimizu pushed to branch debian/sid at Privacy Maintainers / torbrowser-launcher
Commits:
d9871e61 by Roger Shimizu at 2020-12-13T16:38:37+09:00
Prepare to release 0.3.3-3
* d/patches:
- Refresh patches.
* d/watch:
- Bump up version to 4.
* d/copyright:
- Add share/metainfo/torbrowser.appdata.xml license as CC0-1.0
- - - - -
23 changed files:
- debian/changelog
- debian/copyright
- debian/patches/01-show-gui-only-if-tbb-not-installed.patch
- debian/patches/02-remove-double-common-assignment.patch
- debian/patches/08-Update-setup.py.patch → debian/patches/03-Update-setup.py.patch
- debian/patches/09-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch → debian/patches/04-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch
- debian/patches/10-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch → debian/patches/05-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch
- debian/patches/11-Fix-language-fallback-for-Chinese-Hong-Kong.patch → debian/patches/06-Fix-language-fallback-for-Chinese-Hong-Kong.patch
- debian/patches/18-Use-gpg-instead-of-gpg2.patch → debian/patches/07-Use-gpg-instead-of-gpg2.patch
- debian/patches/po/03-Update-Hungarian-translation.patch → debian/patches/po/01-Update-Hungarian-translation.patch
- debian/patches/po/04-Create-da.po.patch → debian/patches/po/02-Create-da.po.patch
- debian/patches/po/05-Fix-two-spelling-errors.patch → debian/patches/po/03-Fix-two-spelling-errors.patch
- debian/patches/po/06-Add-Swedish-translation.patch → debian/patches/po/04-Add-Swedish-translation.patch
- debian/patches/07-Remove-mention-of-modem-sound-in-docs-and-translatio.patch → debian/patches/po/05-Remove-mention-of-modem-sound-in-docs-and-translatio.patch
- debian/patches/po/12-Add-da-to-torbrowser.desktop.patch → debian/patches/po/06-Add-da-to-torbrowser.desktop.patch
- debian/patches/po/13-Add-da-to-torbrowser-settings.desktop.patch → debian/patches/po/07-Add-da-to-torbrowser-settings.desktop.patch
- debian/patches/po/14-Belarusian-localization-is-added.patch → debian/patches/po/08-Belarusian-localization-is-added.patch
- debian/patches/po/15-Added-de.po.patch → debian/patches/po/09-Added-de.po.patch
- debian/patches/po/16-Added-hr.po.patch → debian/patches/po/10-Added-hr.po.patch
- debian/patches/po/17-Add-Chinese-Traditional-translation.patch → debian/patches/po/11-Add-Chinese-Traditional-translation.patch
- debian/patches/po/18-Add-Czech-translation-to-desktop-files.patch → debian/patches/po/12-Add-Czech-translation-to-desktop-files.patch
- debian/patches/series
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+torbrowser-launcher (0.3.3-3) unstable; urgency=medium
+
+ * debian/patches:
+ - Move all po patches to po/ folder, and refresh patches.
+ - Cherry-pick from upstream to add Czech translation.
+ * debian/watch:
+ - Bump up version to 4.
+ * debian/copyright:
+ - Add share/metainfo/torbrowser.appdata.xml license as CC0-1.0
+
+ -- Roger Shimizu <rosh at debian.org> Sun, 13 Dec 2020 16:37:58 +0900
+
torbrowser-launcher (0.3.3-2) unstable; urgency=medium
* debian/control:
=====================================
debian/copyright
=====================================
@@ -8,6 +8,16 @@ Files: *
Copyright: Copyright (c) 2013-2017 Micah Lee <micah at micahflee.com>
License: Expat
+Files: share/metainfo/torbrowser.appdata.xml
+Copyright: 2014 Micah Lee <micah at micahflee.com>
+License: CC0-1.0
+ You should have received a copy of the CC0 1.0 Universal license along
+ with this software. If not, see
+ <https://creativecommons.org/publicdomain/zero/1.0/>.
+ .
+ On Debian systems, the complete text of the CC0 1.0 Universal license
+ can be found in "/usr/share/common-licenses/CC0-1.0".
+
Files: apparmor/*
Copyright: Radostan Riedel <raybuntu at googlemail.com>
License: BSD-3-clause
=====================================
debian/patches/01-show-gui-only-if-tbb-not-installed.patch
=====================================
@@ -3,6 +3,7 @@ Date: Tue, 27 Mar 2018 18:19:26 -0400
Subject: show gui only if tbb not installed
Origin: https://github.com/troubadoour/torbrowser-launcher/commit/1402015487db5559847492ca294ac6c895245dca
+Added since [419e5f7] to fix the extra dialog issue
---
torbrowser_launcher/__init__.py | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
=====================================
debian/patches/02-remove-double-common-assignment.patch
=====================================
@@ -3,6 +3,7 @@ Date: Wed, 28 Mar 2018 03:52:42 -0400
Subject: remove double 'common' assignment
Origin: https://github.com/troubadoour/torbrowser-launcher/commit/63646cb69521d40bf25484831d58bcf691f71cca
+Added since [419e5f7] to fix the extra dialog issue
---
torbrowser_launcher/__init__.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
=====================================
debian/patches/08-Update-setup.py.patch → debian/patches/03-Update-setup.py.patch
=====================================
=====================================
debian/patches/09-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch → debian/patches/04-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch
=====================================
=====================================
debian/patches/10-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch → debian/patches/05-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch
=====================================
=====================================
debian/patches/11-Fix-language-fallback-for-Chinese-Hong-Kong.patch → debian/patches/06-Fix-language-fallback-for-Chinese-Hong-Kong.patch
=====================================
=====================================
debian/patches/18-Use-gpg-instead-of-gpg2.patch → debian/patches/07-Use-gpg-instead-of-gpg2.patch
=====================================
@@ -1,6 +1,7 @@
From: Roger Shimizu <rosh at debian.org>
Date: Wed, 9 Sep 2020 01:46:15 +0900
Subject: Use gpg instead of gpg2
+Forwarded: https://github.com/micahflee/torbrowser-launcher/issues/529
Closes: #969901
---
=====================================
debian/patches/po/03-Update-Hungarian-translation.patch → debian/patches/po/01-Update-Hungarian-translation.patch
=====================================
=====================================
debian/patches/po/04-Create-da.po.patch → debian/patches/po/02-Create-da.po.patch
=====================================
=====================================
debian/patches/po/05-Fix-two-spelling-errors.patch → debian/patches/po/03-Fix-two-spelling-errors.patch
=====================================
=====================================
debian/patches/po/06-Add-Swedish-translation.patch → debian/patches/po/04-Add-Swedish-translation.patch
=====================================
=====================================
debian/patches/07-Remove-mention-of-modem-sound-in-docs-and-translatio.patch → debian/patches/po/05-Remove-mention-of-modem-sound-in-docs-and-translatio.patch
=====================================
=====================================
debian/patches/po/12-Add-da-to-torbrowser.desktop.patch → debian/patches/po/06-Add-da-to-torbrowser.desktop.patch
=====================================
=====================================
debian/patches/po/13-Add-da-to-torbrowser-settings.desktop.patch → debian/patches/po/07-Add-da-to-torbrowser-settings.desktop.patch
=====================================
=====================================
debian/patches/po/14-Belarusian-localization-is-added.patch → debian/patches/po/08-Belarusian-localization-is-added.patch
=====================================
=====================================
debian/patches/po/15-Added-de.po.patch → debian/patches/po/09-Added-de.po.patch
=====================================
=====================================
debian/patches/po/16-Added-hr.po.patch → debian/patches/po/10-Added-hr.po.patch
=====================================
=====================================
debian/patches/po/17-Add-Chinese-Traditional-translation.patch → debian/patches/po/11-Add-Chinese-Traditional-translation.patch
=====================================
=====================================
debian/patches/po/18-Add-Czech-translation-to-desktop-files.patch → debian/patches/po/12-Add-Czech-translation-to-desktop-files.patch
=====================================
=====================================
debian/patches/series
=====================================
@@ -1,22 +1,19 @@
+po/01-Update-Hungarian-translation.patch
+po/02-Create-da.po.patch
+po/03-Fix-two-spelling-errors.patch
+po/04-Add-Swedish-translation.patch
+po/05-Remove-mention-of-modem-sound-in-docs-and-translatio.patch
+po/06-Add-da-to-torbrowser.desktop.patch
+po/07-Add-da-to-torbrowser-settings.desktop.patch
+po/08-Belarusian-localization-is-added.patch
+po/09-Added-de.po.patch
+po/10-Added-hr.po.patch
+po/11-Add-Chinese-Traditional-translation.patch
+po/12-Add-Czech-translation-to-desktop-files.patch
01-show-gui-only-if-tbb-not-installed.patch
02-remove-double-common-assignment.patch
-
-po/03-Update-Hungarian-translation.patch
-po/04-Create-da.po.patch
-po/05-Fix-two-spelling-errors.patch
-po/06-Add-Swedish-translation.patch
-
-07-Remove-mention-of-modem-sound-in-docs-and-translatio.patch
-08-Update-setup.py.patch
-09-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch
-10-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch
-11-Fix-language-fallback-for-Chinese-Hong-Kong.patch
-18-Use-gpg-instead-of-gpg2.patch
-
-po/12-Add-da-to-torbrowser.desktop.patch
-po/13-Add-da-to-torbrowser-settings.desktop.patch
-po/14-Belarusian-localization-is-added.patch
-po/15-Added-de.po.patch
-po/16-Added-hr.po.patch
-po/17-Add-Chinese-Traditional-translation.patch
-po/18-Add-Czech-translation-to-desktop-files.patch
+03-Update-setup.py.patch
+04-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch
+05-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch
+06-Fix-language-fallback-for-Chinese-Hong-Kong.patch
+07-Use-gpg-instead-of-gpg2.patch
=====================================
debian/watch
=====================================
@@ -1,4 +1,2 @@
-version=3
-
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/torbrowser-launcher_$1\.orig\.tar\.gz/ \
- https://github.com/micahflee/torbrowser-launcher/tags .*/v?(\d\S*)\.tar\.gz
+version=4
+https://github.com/micahflee/torbrowser-launcher/tags .*/v?(\d\S*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/d9871e611128761affefc9a6b8d0c08bf8e27569
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/d9871e611128761affefc9a6b8d0c08bf8e27569
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20201213/76b033f5/attachment-0001.html>
More information about the Pkg-privacy-commits
mailing list