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
4545
4646### Tools
4747- ` 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).
4849
4950### Contrib
5051
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ graft intelmq/tests
1010include COPYRIGHT
1111include LICENSE
1212include 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
1414exclude .*
1515global-exclude *~
1616global-exclude *.py[co]
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ override_dh_auto_build:
3333 # $(MAKE) docs
3434
3535override_dh_auto_install : $(BOTDOCS )
36- rm intelmq/bin/rewrite_config_files.py
3736 sed -i -e ' /#!\/usr\/bin\//d' intelmq/bin/* .py
3837 sed -i -f debian/sedfile intelmq/etc/* setup.py contrib/logrotate/intelmq contrib/logcheck/logcheck.logfiles
3938 dh_auto_install
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments