diff options
author | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 14:03:22 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 14:03:22 +0200 |
commit | c0069b2a44f406e479c213951e0f69e37a4a768c (patch) | |
tree | b00795ceab467722b74b04996e68e14e3b41760c | |
parent | eebce003f836a8baad6547d1a4b6dcd72037f888 (diff) | |
download | libpam-pwdfile-c0069b2a44f406e479c213951e0f69e37a4a768c.tar.gz |
update to newer packaging standards
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 61bdaa0..a745ebb 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: libpam-pwdfile Section: admin -Priority: extra +Priority: optional Maintainer: Timo Weingärtner <timo@tiwe.de> -Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9), dh-exec (>=0.3), libpam0g-dev +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13), dh-exec (>=0.3), libpam0g-dev +Rules-Requires-Root: no Homepage: https://git.tiwe.de/libpam-pwdfile.git Vcs-Browser: https://git.tiwe.de/libpam-pwdfile.git/tree/?h=debian Vcs-Git: https://git.tiwe.de/libpam-pwdfile.git -b debian diff --git a/debian/copyright b/debian/copyright index 7823e6e..affb415 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libpam-pwdfile Source: https://git.tiwe.de/libpam-pwdfile.git diff --git a/debian/watch b/debian/watch index 3fb27ca..8c0a987 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 https://git.tiwe.de/libpam-pwdfile.git/refs/tags/ .*/snapshot/libpam-pwdfile-([^/]+).tar.gz |