diff options
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/ |