update changelog.

This commit is contained in:
Yue-Lan 2023-09-25 11:51:14 +08:00
parent 127d7b3309
commit 75a295ab74
2 changed files with 7 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
glib2.0 (2.74.5-ok3~0925) yangtze; urgency=medium
* 更新debian/rules
-- Yue Lan <lanyue@kylinos.cn> Mon, 25 Sep 2023 11:49:28 +0800
glib2.0 (2.74.5-ok3~0801) yangtze; urgency=medium glib2.0 (2.74.5-ok3~0801) yangtze; urgency=medium
* 同步主线改动 * 同步主线改动

4
debian/rules vendored
View File

@ -84,8 +84,6 @@ override_dh_makeshlibs:
dh_makeshlibs -plibglib2.0-tests -n dh_makeshlibs -plibglib2.0-tests -n
dh_makeshlibs --remaining-packages --add-udeb=libglib2.0-udeb -- -c4 dh_makeshlibs --remaining-packages --add-udeb=libglib2.0-udeb -- -c4
# (Ubuntu-specific)
# Don't strip translations from the installed tests; makes them environment dependent.
override_dh_translations: override_dh_translations:
dh_translations -Xinstalled-tests dh_translations -Xinstalled-tests
@ -189,7 +187,7 @@ endif
# Skip most build-time tests if all we are building is documentation; # Skip most build-time tests if all we are building is documentation;
# running them once per architecture is plenty. As an exception, do run the # running them once per architecture is plenty. As an exception, do run the
# documentation completeness checks, which won't normally be run on # documentation completeness checks, which won't normally be run on
# architecture-specific buildds (except in Ubuntu). # architecture-specific buildds.
override_dh_auto_test-indep: override_dh_auto_test-indep:
meson test -C debian/build/deb \ meson test -C debian/build/deb \
--no-rebuild \ --no-rebuild \