diff -pruN 0.6.7-1/debian/changelog 0.6.7-1ubuntu1/debian/changelog
--- 0.6.7-1/debian/changelog	2024-01-02 21:19:17.000000000 +0000
+++ 0.6.7-1ubuntu1/debian/changelog	2025-09-18 15:08:50.000000000 +0000
@@ -1,3 +1,28 @@
+liblangtag (0.6.7-1ubuntu1) questing; urgency=medium
+
+  * Keep generated lt-localealias.h since /etc/locales.alias is gone
+    (Closes: #1115240, LP: #2124962)
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Thu, 18 Sep 2025 17:08:50 +0200
+
+liblangtag (0.6.7-1build3) questing; urgency=medium
+
+  * No-change rebuild for libxml2 soname change.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 20 May 2025 12:19:04 +0200
+
+liblangtag (0.6.7-1build2) noble; urgency=medium
+
+  * No-change rebuild for CVE-2024-3094
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 31 Mar 2024 02:05:48 +0000
+
+liblangtag (0.6.7-1build1) noble; urgency=medium
+
+  * No-change rebuild against libglib2.0-0t64
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 08 Mar 2024 05:25:52 +0000
+
 liblangtag (0.6.7-1) unstable; urgency=medium
 
   * New upstream version 0.6.7
diff -pruN 0.6.7-1/debian/control 0.6.7-1ubuntu1/debian/control
--- 0.6.7-1/debian/control	2024-01-02 17:13:08.000000000 +0000
+++ 0.6.7-1ubuntu1/debian/control	2025-09-18 14:27:43.000000000 +0000
@@ -1,6 +1,7 @@
 Source: liblangtag
 Priority: optional
-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
 Uploaders: Rene Engelhard <rene@debian.org>
 Build-Depends: debhelper (>= 9.0.0), autotools-dev, pkg-config, libxml2-dev, libglib2.0-dev, check, libgirepository1.0-dev, gobject-introspection, libtool, libtool-bin, locales, dh-autoreconf, gnome-common, gtk-doc-tools
 Build-Conflicts: locales-all
diff -pruN 0.6.7-1/debian/rules 0.6.7-1ubuntu1/debian/rules
--- 0.6.7-1/debian/rules	2024-01-02 21:14:43.000000000 +0000
+++ 0.6.7-1ubuntu1/debian/rules	2025-09-18 14:59:25.000000000 +0000
@@ -21,7 +21,6 @@ ifeq "$(ENABLE_TESTS)" "n"
 endif
 
 override_dh_auto_clean:
-	rm -f liblangtag/lt-localealias.h
 	rm -f config.log
 	dh_auto_clean
 
