Browse Source

[debian] exclude parallel flag, remove conffiles

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1883/head
R4SAS 1 year ago
parent
commit
c6c7191682
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      debian/conffiles
  2. 2
      debian/rules

2
debian/conffiles vendored

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

2
debian/rules vendored

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

Loading…
Cancel
Save