From bcc8529bfcaf0480f71f87cf6cd41e0c7a435ce4 Mon Sep 17 00:00:00 2001 From: r4sas Date: Tue, 14 Feb 2017 20:17:20 +0300 Subject: [PATCH] update year, maintainer, ulimit -n 4096 default --- debian/control | 2 +- debian/copyright | 7 ++++--- debian/i2pd.default | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index ac6f5e28..87f31ccb 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: i2pd Section: net Priority: extra -Maintainer: hagen +Maintainer: R4SAS Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), gcc (>= 4.7) | clang (>= 3.3), libboost-system-dev (>= 1.46), diff --git a/debian/copyright b/debian/copyright index 606d059b..6aeefebf 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,9 +3,9 @@ Upstream-Name: i2pd Source: https://github.com/PurpleI2P Files: * -Copyright: 2013-2016 PurpleI2P +Copyright: 2013-2017 PurpleI2P License: BSD-3-clause - Copyright (c) 2013-2016, The PurpleI2P Project + Copyright (c) 2013-2017, The PurpleI2P Project . All rights reserved. . @@ -34,7 +34,8 @@ License: BSD-3-clause SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* -Copyright: 2014-2016 hagen +Copyright: 2016-2017 R4SAS + 2014-2016 hagen 2013-2015 Kill Your TV License: GPL-2.0+ This package is free software; you can redistribute it and/or modify diff --git a/debian/i2pd.default b/debian/i2pd.default index c45eff9d..5ac311c3 100644 --- a/debian/i2pd.default +++ b/debian/i2pd.default @@ -8,4 +8,4 @@ I2PD_ENABLED="yes" DAEMON_OPTS="" # If you have problems with hunging i2pd, you can try enable this -#ulimit -n 4096 +ulimit -n 4096