Compare commits

...

3 Commits

Author SHA1 Message Date
James Valleroy
917fc97083
Release v25.9.2 to unstable
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2025-06-23 21:14:31 -04:00
James Valleroy
4b15d6eb20
doc: Fetch latest manual
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2025-06-23 21:13:32 -04:00
James Valleroy
c9d27ffedb
debian: Set the branch for trixie
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2025-06-23 20:54:17 -04:00
6 changed files with 41 additions and 3 deletions

22
debian/changelog vendored
View File

@ -1,3 +1,25 @@
freedombox (25.9.2) unstable; urgency=medium
[ Priit Jõerüüt ]
* Added translation using Weblate (Estonian)
* Translated using Weblate (Estonian)
[ András Szűcs ]
* Translated using Weblate (Hungarian)
[ ikmaak ]
* Translated using Weblate (Dutch)
* Translated using Weblate (German)
[ James Valleroy ]
* debian: Update debconf Portuguese translation (Closes: #1107447)
- Thanks to Américo Monteiro for the patch.
* performance: Handle install for trixie
* debian: Set the branch for trixie
* doc: Fetch latest manual
-- James Valleroy <jvalleroy@mailbox.org> Mon, 23 Jun 2025 21:13:48 -0400
freedombox (25.9.1) unstable; urgency=medium
[ Sripath Roy Koganti ]

2
debian/control vendored
View File

@ -61,7 +61,7 @@ Build-Depends:
xsltproc
Standards-Version: 4.6.2
Homepage: https://salsa.debian.org/freedombox-team/freedombox
Vcs-Git: https://salsa.debian.org/freedombox-team/freedombox.git
Vcs-Git: https://salsa.debian.org/freedombox-team/freedombox.git -b debian/trixie
Vcs-Browser: https://salsa.debian.org/freedombox-team/freedombox
Rules-Requires-Root: no

2
debian/gbp.conf vendored
View File

@ -1,5 +1,5 @@
[DEFAULT]
debian-branch = main
debian-branch = debian/trixie
[dch]
git-log = --no-merges

View File

@ -8,6 +8,14 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 25.9.2 (2025-06-23) ==
* debian: Set the branch for trixie
* debian: Update debconf Portuguese translation
* locale: Add new translation for Estonian
* locale: Update translations for Dutch, German, Hungarian
* performance: Handle install for trixie
== FreedomBox 25.9.1 (2025-06-02) ==
* locale: Update translations for Catalan, Telugu, Ukrainian

View File

@ -8,6 +8,14 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 25.9.2 (2025-06-23) ==
* debian: Set the branch for trixie
* debian: Update debconf Portuguese translation
* locale: Add new translation for Estonian
* locale: Update translations for Dutch, German, Hungarian
* performance: Handle install for trixie
== FreedomBox 25.9.1 (2025-06-02) ==
* locale: Update translations for Catalan, Telugu, Ukrainian

View File

@ -3,4 +3,4 @@
Package init file.
"""
__version__ = '25.9.1'
__version__ = '25.9.2'