[debian] exclude parallel flag, remove conffiles

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-02-15 17:55:16 +00:00
parent fa286a6fb3
commit c6c7191682
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2
2 changed files with 1 additions and 3 deletions

2
debian/conffiles vendored
View File

@ -1,2 +0,0 @@
/etc/i2pd/i2pd.conf
/etc/i2pd/tunnels.conf

2
debian/rules vendored
View File

@ -8,6 +8,6 @@ export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND =
%:
dh $@ --parallel
dh $@
override_dh_auto_install: