File tree Expand file tree Collapse file tree 4 files changed +2
-50
lines changed Expand file tree Collapse file tree 4 files changed +2
-50
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
45
45
46
46
### Tools
47
47
- ` intelmq.bin.intelmq_psql_initdb ` : Use ` JSONB ` type by default, Postgres supports it since version 9 (PR #2597 by Sebastian Wagner).
48
+ - ` intelmq.bin.rewrite_config_files ` : Removed obsolete JSON configuration file rewriter (PR #2613 by Sebastian Wagner).
48
49
49
50
### Contrib
50
51
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ graft intelmq/tests
10
10
include COPYRIGHT
11
11
include LICENSE
12
12
include CHANGELOG.md
13
- recursive-exclude intelmq/bin intelmq_gen_feeds_docs.py intelmq_gen_harm_docs.py rewrite_config_files.py
13
+ recursive-exclude intelmq/bin intelmq_gen_feeds_docs.py intelmq_gen_harm_docs.py
14
14
exclude .*
15
15
global-exclude *~
16
16
global-exclude *.py[co]
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ override_dh_auto_build:
33
33
# $(MAKE) docs
34
34
35
35
override_dh_auto_install : $(BOTDOCS )
36
- rm intelmq/bin/rewrite_config_files.py
37
36
sed -i -e ' /#!\/usr\/bin\//d' intelmq/bin/* .py
38
37
sed -i -f debian/sedfile intelmq/etc/* setup.py contrib/logrotate/intelmq contrib/logcheck/logcheck.logfiles
39
38
dh_auto_install
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments