diff options
author | Timo Weingärtner <timo@tiwe.de> | 2017-04-30 13:52:08 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2017-04-30 14:12:01 +0200 |
commit | 577eb4670cb5c30a366df160c1dd1150729671aa (patch) | |
tree | 996b7b10245cd7cf81b4988546ea90c71dedf00a | |
parent | 54e87faab86ae60b09ff3b72a6a874db5e075ec7 (diff) | |
download | hadori-577eb4670cb5c30a366df160c1dd1150729671aa.tar.gz |
bump dh compat, policy and copyright years
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r-- | debian/copyright | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 636e02f..e181a27 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: hadori Section: utils Priority: extra Maintainer: Timo Weingärtner <timo@tiwe.de> -Build-Depends: debhelper (>= 9), libboost-program-options-dev, zlib1g-dev -Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 10), libboost-program-options-dev, zlib1g-dev +Standards-Version: 3.9.8 Homepage: https://git.tiwe.de/hadori.git Vcs-Git: https://git.tiwe.de/hadori.git -b debian Vcs-Browser: https://git.tiwe.de/hadori.git/log/?h=debian @@ -21,4 +21,3 @@ Description: Hardlinks identical files Advantages over other hardlinking tools: * predictability: arguments are scanned in order, each first version is kept * much lower CPU and memory consumption - * hashing option: speedup on many equal-sized, mostly identical files diff --git a/debian/copyright b/debian/copyright index 9e21b7b..dcfee1d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,14 +4,14 @@ Upstream-Contact: Timo Weingärtner <timo@tiwe.de> Source: https://github.com/tiwe-de/hadori Files: * -Copyright: 2011-2012, Timo Weingärtner -License: GPL3+ +Copyright: 2011-2014, Timo Weingärtner +License: GPL-3+ Files: debian/* -Copyright: 2011-2012, Timo Weingärtner -License: GPL3+ +Copyright: 2011-2017, Timo Weingärtner +License: GPL-3+ -License: GPL3+ +License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or |