diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-12-25 00:19:54 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-12-25 00:19:54 +0000 |
commit | 44346468071493f6050a74baec2f24f319c0c1af (patch) | |
tree | 151c1665fcfab263b95cb9e6c8a0e13cfc2dd2cc | |
parent | 8945550d22c4b9b39b9d0f0e0808b2fdc2ebfa74 (diff) | |
download | libconfig-44346468071493f6050a74baec2f24f319c0c1af.tar.gz |
With sponsor's blessing, set myself as maintainer
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6ca4c1b..42998e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libconfig (1.4.9-2) UNRELEASED; urgency=medium * Build using dh-autoreconf rather than autotools-dev; thanks to Matthias Klose for this fix * Add tex-workaround.patch from Matthias Klose to fix texinfo/tex FTBFS + * With sponsor's blessing, set myself as maintainer -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 22 Dec 2013 23:25:28 +0000 diff --git a/debian/control b/debian/control index 0547c38..252772d 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libconfig Priority: optional -Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net> -Uploaders: Jonathan McCrohan <jmccrohan@gmail.com> +Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> +Uploaders: Jose Luis Tallon <jltallon@adv-solutions.net> Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo, texlive-latex-base Standards-Version: 3.9.4 Homepage: http://www.hyperrealm.com/libconfig/ |