diff --git a/debian/compat b/debian/compat index f599e28..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +12 diff --git a/debian/control b/debian/control index a535b40..fc43cd8 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: lxc-android Priority: optional Maintainer: TheKit -Build-Depends: debhelper (>= 10) -Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 12) +Standards-Version: 4.5.0 Section: libs Homepage: https://github.com/gemian/lxc-android diff --git a/debian/copyright b/debian/copyright index 32391e1..a739f0c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,13 @@ Upstream-Name: lxc-android Source: https://github.com/Halium/lxc-android Files: * +Copyright: 2017 Halium Project & contributors +License: GPL-2+ + +Files: debian/* Copyright: 2017 Bhushan Shah +License: GPL-2+ + License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,8 +26,3 @@ License: GPL-2+ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid picking licenses with terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/debian/source/format b/debian/source/format index d3827e7..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (native) diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 7c3f776..0000000 --- a/debian/source/options +++ /dev/null @@ -1,2 +0,0 @@ -tar-ignore=.git -tar-ignore=.gitignore