Skip to content
Commits on Source (6)
gtk4 (4.6.5+ds-1ubuntu4) kinetic; urgency=medium
* Fix the build directory for the previous upload
-- Jeremy Bicha <jbicha@ubuntu.com> Thu, 30 Jun 2022 14:21:26 -0400
gtk4 (4.6.5+ds-1ubuntu3) kinetic; urgency=medium
* debian/rules: gtk4 builds 2 translation templates so handle them both
-- Jeremy Bicha <jbicha@ubuntu.com> Thu, 30 Jun 2022 10:27:29 -0400
gtk4 (4.6.5+ds-1ubuntu2) kinetic; urgency=medium
* Build-Depend on dh-sequence-translations
- Fixes missing translations and RTL support (LP: #1947698)
-- Jeremy Bicha <jbicha@ubuntu.com> Thu, 30 Jun 2022 09:56:48 -0400
gtk4 (4.6.5+ds-1ubuntu1) kinetic; urgency=medium
* Sync with Debian. Remaining change:
......
......@@ -8,6 +8,7 @@ Build-Depends: adwaita-icon-theme <!nocheck>,
at-spi2-core <!nocheck>,
dbus <!nocheck>,
debhelper-compat (= 13),
dh-sequence-translations,
docbook-xml,
docbook-xsl,
dpkg-dev (>= 1.17.14),
......
......@@ -8,6 +8,7 @@ Build-Depends: adwaita-icon-theme <!nocheck>,
at-spi2-core <!nocheck>,
dbus <!nocheck>,
debhelper-compat (= 13),
dh-sequence-translations,
docbook-xml,
docbook-xsl,
dpkg-dev (>= 1.17.14),
......
......@@ -311,3 +311,13 @@ override_dh_installdocs:
override_dh_makeshlibs:
dh_makeshlibs -p$(SHARED_PKG) -V --add-udeb=$(UDEB_PKG) -X$(MODULES_BASE_PATH) -- -c4
dh_makeshlibs --remaining-packages -X$(MODULES_BASE_PATH)
# Ubuntu's dh_translations can't handle two .pot files yet
# https://launchpad.net/bugs/1751820
override_dh_translations:
dh_translations --domain=gtk40
ninja -C debian/build/deb gtk40-properties-pot
override_dh_auto_clean:
dh_auto_clean
rm -f po-properties/gtk40-properties.pot