From 672f444b87c5a56afbdfc515119c5a0b847c44f8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 4 Aug 2021 14:29:43 -0700 Subject: Priority: extra -> optional --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0e36df1..951479a 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: userv-utils Section: admin -Priority: extra +Priority: optional Maintainer: Ian Jackson Standards-Version: 3.7.0.0 Build-Depends: debhelper (>= 8) -- cgit v1.2.3 From 67ed93a7392c99b7693a7a9029e48e22f7912e52 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 4 Aug 2021 14:30:03 -0700 Subject: make Ian an uploader, put own name in Maintainer --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 951479a..60a6025 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: userv-utils Section: admin Priority: optional -Maintainer: Ian Jackson +Maintainer: Sean Whitton +Uploaders: Ian Jackson Standards-Version: 3.7.0.0 Build-Depends: debhelper (>= 8) -- cgit v1.2.3 From 495d6b1a231619f4d5c960f1bc7c504b317c3044 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 4 Aug 2021 14:31:05 -0700 Subject: debhelper compat 13; add 'rename' build-dep; declare RRR --- debian/compat | 1 - debian/control | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 45a4fb7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/debian/control b/debian/control index 60a6025..0c2da9f 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,9 @@ Section: admin Priority: optional Maintainer: Sean Whitton Uploaders: Ian Jackson +Build-Depends: debhelper-compat (= 13), rename Standards-Version: 3.7.0.0 -Build-Depends: debhelper (>= 8) +Rules-Requires-Root: binary-targets Package: userv-utils Architecture: any -- cgit v1.2.3 From 67a9af5f7c37af6d8d4d58a3415b9050b97a8975 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 4 Aug 2021 14:33:49 -0700 Subject: update contact information for Debian packaging --- debian/copyright | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index 4660a2d..392f55a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,8 +3,9 @@ with the `userv' security boundary tool. This package, containing the moderately portable sources and Debian packaging information, and the resulting Debian binary packages, was -put together by Ian Jackson. For both upstream and Debian packaging -questions, please contact userv-utils@chiark.greenend.org.uk. +put together by Ian Jackson and Sean Whitton. For both upstream and +Debian packaging questions, please contact +userv-discuss@chiark.greenend.org.uk. userv and userv-utils are all free software; you can redistribute them -- cgit v1.2.3 From c44ef57903ad29418b7d0b0a325524e7b6eb341b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 4 Aug 2021 14:33:56 -0700 Subject: update d/copyright for GPL-2+ -> GPL-3+ & add git-daemon/ info --- debian/copyright | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index 392f55a..ea715a5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,7 +10,7 @@ userv-discuss@chiark.greenend.org.uk. userv and userv-utils are all free software; you can redistribute them and/or modify them under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 of the +as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. These programs are distributed in the hope that they will be useful, @@ -23,6 +23,11 @@ your Debian GNU/Linux system, in /usr/share/common-licenses/GPL. If not, see . +The utilities and programs under the git-daemon/ subdirectory are +dedicated to the public domain by means of the CC0 1.0 public domain +dedication; see /usr/share/common-licenses/CC0-1.0 on Debian systems. + + userv-utils are Copyright 1996-2013,2016 Ian Jackson Copyright 1998 David Damerell -- cgit v1.2.3