Deactivate complex and error-prone dh_auto_clean override
Andreas Tille
2 years ago
8 | 8 |
* Add salsa-ci file (routine-update)
|
9 | 9 |
* Rules-Requires-Root: no (routine-update)
|
10 | 10 |
* Set upstream metadata fields: Repository, Repository-Browse.
|
|
11 |
* Deactivate complex and error-prone dh_auto_clean override
|
11 | 12 |
|
12 | 13 |
-- Andreas Tille <tille@debian.org> Fri, 06 Nov 2020 15:32:44 +0100
|
13 | 14 |
|
14 | 14 |
override_dh_auto_install:
|
15 | 15 |
# pass
|
16 | 16 |
|
17 | |
override_dh_auto_clean:
|
|
17 |
FIXME_override_dh_auto_clean: # This does not work :-(
|
18 | 18 |
rm -rf db/free
|
19 | 19 |
|
20 | 20 |
unxz ../barrnap_$(OVERSION).orig.tar.xz
|