From 758fa22610e1b6afd5dd55d4fb2a58fd3e7befa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=B7=A6=E6=B8=85?= Date: Thu, 14 Mar 2024 07:31:12 +0000 Subject: [PATCH] =?UTF-8?q?!3=20all=20arch=20do=20nocheck=20Merge=20pull?= =?UTF-8?q?=20request=20!3=20from=20=E8=8C=83=E5=B0=8F=E6=B0=94/openkylin/?= =?UTF-8?q?yangtze?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 6 ++++++ debian/rules | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 323e2f5..31a898f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgresql-12 (12.2-ok2.1) yangtze; urgency=medium + + * all arch do nocheck + + -- root Thu, 14 Mar 2024 07:24:20 +0000 + postgresql-12 (12.2-ok2) yangtze; urgency=medium * update debian/control and rules postgresql-12.install postgresql-plperl-12.install postgresql-plpython3-12.install to support rv64g. diff --git a/debian/rules b/debian/rules index c9702dd..3e8e280 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,8 @@ include /usr/share/dpkg/vendor.mk MAJOR_VER := 12 #CASSERT_FLAGS := --enable-cassert +export DEB_BUILD_OPTIONS=nocheck + CATVERSION = $(shell awk '/CATALOG_VERSION_NO/ { print $$3 }' src/include/catalog/catversion.h) export DEB_BUILD_MAINT_OPTIONS = hardening=+all