diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-07-09 12:18:10 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-07-09 12:18:10 +0200 |
commit | f10130df30ed342e6064aa60d2a56f5107385d6b (patch) | |
tree | 202b9eac5bfd92ebfcb3b6402d68141032054eb0 /debian/control | |
parent | 12af0f6afae11029a608e33b98047aea4e82da7d (diff) | |
parent | 86fee0b29894235a4a9a5e64afe0a643841f500f (diff) |
Merge branch 'release/debian/0.8.5-2'debian/0.8.5-2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/control b/debian/control index ec9ae66..68d11b1 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,9 @@ Source: uriparser Section: libs Priority: optional -Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> +Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 11), dh-exec (>=0.3) Build-Depends-Indep: doxygen, @@ -12,10 +11,10 @@ Build-Depends-Indep: qttools5-dev-tools, qtbase5-dev, libqt5sql5-sqlite -Standards-Version: 3.9.6 +Standards-Version: 4.1.5 Homepage: http://uriparser.sourceforge.net -Vcs-Git: git://anonscm.debian.org/collab-maint/uriparser.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/uriparser.git +Vcs-Git: git://jff.email/opt/git/uriparser.git +Vcs-Browser: https://jff.email/cgit/uriparser.git Package: liburiparser1 Architecture: any @@ -62,5 +61,5 @@ Description: documentation files for uriparser uriparser is a library that parses Uniform Resource Identifiers (URIs), strictly adhering to RFC 3986 where syntax for URIs is defined. URIs are used to identify resources, like http://www.debian.org/ or - urn:isbn:0-395-36341-1. This package provides the documentation + urn:isbn:0-395-36341-1. This package provides the documentation files for uriparser. |