diff -pruN 1.0.1-8/debian/changelog 1.0.1-9/debian/changelog
--- 1.0.1-8/debian/changelog	2022-03-13 17:33:27.000000000 +0000
+++ 1.0.1-9/debian/changelog	2025-09-13 15:14:03.000000000 +0000
@@ -1,3 +1,15 @@
+libpyzy (1.0.1-9) unstable; urgency=medium
+
+  * Team upload.
+  * Bump Standards-Version to 4.7.2.
+  * debian/control: Move package description to the source package section.
+  * debian/clean: Also clean up __pycache__ directory. (Closes: #1046348)
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Build with a native python3. (Closes: #1108111)
+
+ -- Boyuan Yang <byang@debian.org>  Sat, 13 Sep 2025 11:14:03 -0400
+
 libpyzy (1.0.1-8) unstable; urgency=medium
 
   * Team upload.
diff -pruN 1.0.1-8/debian/clean 1.0.1-9/debian/clean
--- 1.0.1-8/debian/clean	2022-03-13 17:23:25.000000000 +0000
+++ 1.0.1-9/debian/clean	2025-09-13 15:13:56.000000000 +0000
@@ -6,6 +6,7 @@ data/db/android/Makefile.in
 data/db/android/id.pyc
 data/db/android/pydict.pyc
 data/db/android/valid_hanzi.pyc
+data/db/android/__pycache__/*
 data/db/open-phrase/Makefile.in
 docs/Makefile.in
 m4/libtool.m4
diff -pruN 1.0.1-8/debian/control 1.0.1-9/debian/control
--- 1.0.1-8/debian/control	2022-03-13 17:29:55.000000000 +0000
+++ 1.0.1-9/debian/control	2025-09-13 15:10:37.000000000 +0000
@@ -10,13 +10,16 @@ Build-Depends:
  debhelper-compat (= 13),
  libglib2.0-dev,
  libsqlite3-dev,
- python3,
+ python3:native,
  sqlite3,
  uuid-dev,
-Standards-Version: 4.6.0
+Standards-Version: 4.7.2
 Homepage: https://github.com/hsumita/libpyzy
 Vcs-Git: https://salsa.debian.org/input-method-team/libpyzy.git
 Vcs-Browser: https://salsa.debian.org/input-method-team/libpyzy
+Description: Chinese PinYin and Bopomofo conversion library
+ Algorithm library of ibus-pinyin. It is separated from ibus-pinyin
+ to convenient other programs.
 
 Package: libpyzy-1.0-0v5
 Pre-Depends:
@@ -29,9 +32,8 @@ Conflicts:
  libpyzy-1.0-0,
 Replaces:
  libpyzy-1.0-0,
-Description: Chinese PinYin and Bopomofo conversion library
- Algorithm library of ibus-pinyin. It is separated from ibus-pinyin
- to convenient other programs.
+Description: ${source:Synopsis}
+ ${source:Extended-Description}
  .
  This package contains shared library.
 
@@ -42,7 +44,6 @@ Depends:
  libpyzy-1.0-0v5 (= ${binary:Version}),
  ${misc:Depends},
 Description: Development files of libpyzy
- Algorithm library of ibus-pinyin. It is separated from ibus-pinyin
- to convenient other programs.
+ ${source:Extended-Description}
  .
  This package contains static library and header files.
