Skip to content

Commit

Permalink
Merge pull request PurpleI2P#975 from chris-barry/974-apparmor-debian
Browse files Browse the repository at this point in the history
Add apparmor profile to debian. PurpleI2P#974
  • Loading branch information
r4sas authored Oct 15, 2017
2 parents 7dfb6f4 + 056f076 commit 9739e67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: i2pd
Section: net
Priority: optional
Maintainer: R4SAS <[email protected]>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), gcc (>= 4.7) | clang (>= 3.3), libboost-system-dev (>= 1.46), libboost-date-time-dev, libboost-filesystem-dev, libboost-program-options-dev, libminiupnpc-dev, libssl-dev, zlib1g-dev
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), gcc (>= 4.7) | clang (>= 3.3), libboost-system-dev (>= 1.46), libboost-date-time-dev, libboost-filesystem-dev, libboost-program-options-dev, libminiupnpc-dev, libssl-dev, zlib1g-dev, dh-apparmor
Standards-Version: 3.9.6
Homepage: http://i2pd.website/
Vcs-Git: git://github.com/PurpleI2P/i2pd.git
Expand All @@ -12,7 +12,7 @@ Package: i2pd
Architecture: any
Pre-Depends: adduser
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: tor, privoxy
Suggests: tor, privoxy, apparmor
Description: A full-featured C++ implementation of I2P client.
I2P (Invisible Internet Protocol) is a universal anonymous network layer. All
communications over I2P are anonymous and end-to-end encrypted, participants
Expand Down
1 change: 1 addition & 0 deletions debian/i2pd.install
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ contrib/i2pd.conf etc/i2pd/
contrib/tunnels.conf etc/i2pd/
contrib/subscriptions.txt etc/i2pd/
contrib/certificates/ usr/share/i2pd/
contrib/apparmor/usr.sbin.i2pd etc/apparmor.d
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ PREFIX=/usr

%:
dh $@ --parallel
dh_apparmor --profile-name=usr.sbin.i2pd -pi2pd

override_dh_strip:
dh_strip --dbg-package=i2pd-dbg
Expand Down

0 comments on commit 9739e67

Please sign in to comment.