I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a598d901 authored by HungryHobo's avatar HungryHobo
Browse files

strip binaries in debian package (lintian: unstripped-binary-or-object)

parent e963c3d3
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,8 @@ endif
cp ${wrapperpath}/wrapper.jar debian/tmp/usr/lib/i2p/
cp ${wrapperpath}/i2psvc debian/tmp/usr/lib/i2p/
chmod +x debian/tmp/usr/lib/i2p/i2psvc
strip debian/tmp/usr/lib/i2p/libwrapper.so
strip debian/tmp/usr/lib/i2p/i2psvc
@# copy remaining executables to /usr/bin, replace INSTALL_PATH and SYSTEM_java_io_tmpdir
sed 's|%INSTALL_PATH|/usr/share/i2p|g' pkg-temp/eepget > debian/tmp/usr/bin/eepget
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment