!1 Fix python install error

Merge pull request !1 from 周淦清/openkylin/yangtze
This commit is contained in:
周淦清 2024-02-04 08:29:05 +00:00 committed by Gitee
commit 6400c5c336
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 cracklib2 (2.9.6-ok1) yangtze; urgency=medium
* Build for openKylin. * Build for openKylin.

2
debian/rules vendored
View File

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