mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
rules: Drop ipasphinx files for now.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -8,6 +8,7 @@ freeipa (4.9.0~rc2-1) UNRELEASED; urgency=medium
|
||||
* control: Add libcurl-dev, libjansson-dev and libpwquality-dev to
|
||||
build-depends.
|
||||
* install: Added new files.
|
||||
* rules: Drop ipasphinx files for now.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Thu, 03 Dec 2020 17:30:06 +0200
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -97,6 +97,8 @@ endif
|
||||
find debian/tmp ! -name '*.pyc' -a ! -name '*.pyo' -a \
|
||||
-type f -exec grep -qsm1 '^#!.*\bpython' {} \; \
|
||||
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!/usr/bin/python3|' {} \;
|
||||
# remove ipasphinx for now
|
||||
rm -r $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/ipasphinx*
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
||||
Reference in New Issue
Block a user