Fix command 'install' has no such option 'install_layout'.
Add pysassc-man.patch. From: =?utf-8?b?RnLDqWTDqXJpYyBCb25uYXJk?= <frediz@debian.org> Subject: Create pysassc man page
This commit is contained in:
parent
bf9e602ed5
commit
be11e18fcc
|
@ -1,3 +1,10 @@
|
||||||
|
libsass-python (0.21.0-ok2) yangtze; urgency=medium
|
||||||
|
|
||||||
|
* Fix command 'install' has no such option 'install_layout'.
|
||||||
|
Add pysassc-man.patch.
|
||||||
|
|
||||||
|
-- sufang <sufang@kylinos.cn> Tue, 11 Oct 2022 11:07:40 +0800
|
||||||
|
|
||||||
libsass-python (0.21.0-ok1) yangtze; urgency=medium
|
libsass-python (0.21.0-ok1) yangtze; urgency=medium
|
||||||
|
|
||||||
* Build for openkylin.
|
* Build for openkylin.
|
||||||
|
|
|
@ -3,7 +3,7 @@ Section: python
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 12),
|
debhelper-compat (= 13),
|
||||||
dh-python,
|
dh-python,
|
||||||
python3-all-dev,
|
python3-all-dev,
|
||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
|
@ -15,7 +15,7 @@ Build-Depends:
|
||||||
python3-doc,
|
python3-doc,
|
||||||
python-flask-doc,
|
python-flask-doc,
|
||||||
python-setuptools-doc,
|
python-setuptools-doc,
|
||||||
libsass-dev
|
libsass-dev (>= 3.6.5)
|
||||||
Standards-Version: 4.6.0
|
Standards-Version: 4.6.0
|
||||||
Vcs-Browser: https://gitee.com/openkylin/libsass-python
|
Vcs-Browser: https://gitee.com/openkylin/libsass-python
|
||||||
Vcs-Git: https://gitee.com/openkylin/libsass-python.git
|
Vcs-Git: https://gitee.com/openkylin/libsass-python.git
|
||||||
|
|
|
@ -5,6 +5,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
export SYSTEM_SASS = 1
|
export SYSTEM_SASS = 1
|
||||||
|
|
||||||
|
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||||
|
|
||||||
%: .libsass-upstream-version
|
%: .libsass-upstream-version
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
|
||||||
|
|
|
@ -226,8 +226,10 @@ latex_documents = [
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
(
|
(
|
||||||
'index', 'libsass', u'libsass Documentation',
|
'index', 'libsass', u'libsass Documentation', [u'Hong Minhee'], 3,
|
||||||
[u'Hong Minhee'], 1,
|
),
|
||||||
|
(
|
||||||
|
'pysassc', 'pysassc', u'pysassc Documentation', [u'Hong Minhee'], 1,
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue