i2p / i2p.i2p

I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
https://geti2p.net
Other
1.95k stars 305 forks source link

Several cosmetic changes for Debian packaging #15

Open mhatta opened 6 years ago

mhatta commented 6 years ago

With these, it's mostly sync'd with the current Debian sid package. All of them are harmless and should work for stretch.

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will increase coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #15      +/-   ##
============================================
+ Coverage      6.35%    6.35%   +<.01%     
+ Complexity     2270     2269       -1     
============================================
  Files          1243     1243              
  Lines        132298   132298              
  Branches      25502    25502              
============================================
+ Hits           8408     8410       +2     
+ Misses       122432   122429       -3     
- Partials       1458     1459       +1
Impacted Files Coverage Δ Complexity Δ
core/java/src/net/i2p/kademlia/KBucketSet.java 45.92% <0%> (-0.31%) 44% <0%> (-1%)
core/java/src/net/i2p/crypto/DSAEngine.java 30.97% <0%> (+1.11%) 30% <0%> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b374b11...c7b9754. Read the comment docs.