Fix python install error

This commit is contained in:
zhouganqing 2024-02-04 15:06:48 +08:00
parent 6987af54db
commit e63e75f0c3
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cracklib2 (2.9.6-ok2) yangtze; urgency=medium
* Fix python install error.
-- zhouganqing <zhouganqing@kylinos.cn> Sun, 04 Feb 2024 15:05:58 +0800
cracklib2 (2.9.6-ok1) yangtze; urgency=medium
* Build for openKylin.

2
debian/rules vendored
View File

@ -1,5 +1,5 @@
#!/usr/bin/make -f
export SETUPTOOLS_USE_DISTUTILS=stdlib
DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk