From 6682961593ee5db4985baef005a4d152df7ec761 Mon Sep 17 00:00:00 2001 From: Yue-Lan Date: Mon, 25 Sep 2023 11:51:14 +0800 Subject: [PATCH] update changelog. --- debian/changelog | 6 ++++++ debian/rules | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7e2890..7b73867 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +glib2.0 (2.74.5-ok3~0925) yangtze; urgency=medium + + * 更新debian/rules + + -- Yue Lan Mon, 25 Sep 2023 11:49:28 +0800 + glib2.0 (2.74.5-ok3~0801) yangtze; urgency=medium * 同步主线改动 diff --git a/debian/rules b/debian/rules index f3cbc2c..e1b21b2 100755 --- a/debian/rules +++ b/debian/rules @@ -84,8 +84,6 @@ override_dh_makeshlibs: dh_makeshlibs -plibglib2.0-tests -n 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: dh_translations -Xinstalled-tests @@ -189,7 +187,7 @@ endif # 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 # documentation completeness checks, which won't normally be run on -# architecture-specific buildds (except in Ubuntu). +# architecture-specific buildds. override_dh_auto_test-indep: meson test -C debian/build/deb \ --no-rebuild \