This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 7d53c528424b2a1fdfe5bfc6386cddbb67f60130 Author: Jens Reyer <[email protected]> Date: Sun Jul 3 21:29:04 2016 +0200 Drop alternative depends on perl:any (now handled by debhelper). Bump build-dep on debhelper version to >= 9.20160702. --- debian/changelog | 4 +++- debian/control.in | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c453dc7..59ecf5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,10 @@ wine-development (1.9.13-1) UNRELEASED; urgency=medium * Update suggests libwine-gecko to 2.47 (needs packaging). * Fix wineserver manpages for Debian's default persistence value (see: #816020). + * Drop alternative depends on perl:any (now handled by debhelper). + * Bump build-dep on debhelper version to >= 9.20160702. - -- Jens Reyer <[email protected]> Mon, 27 Jun 2016 12:54:04 +0200 + -- Jens Reyer <[email protected]> Sun, 03 Jul 2016 21:25:54 +0200 wine-development (1.9.12-1) unstable; urgency=medium diff --git a/debian/control.in b/debian/control.in index 5ed6646..64522a5 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,7 +7,7 @@ Uploaders: Stephen Kitt <[email protected]>, Jens Reyer <[email protected]>, Build-Depends: - debhelper (>= 9.20151220), + debhelper (>= 9.20160702), dh-autoreconf, libxi-dev, libxt-dev, @@ -170,7 +170,7 @@ Section: libdevel Built-Using: ${built:Using} Depends: gcc | gcc-multilib:amd64 [i386], - ${perl:Depends} | perl:any [i386], + ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libwineVERSION-dev (= ${binary:Version}), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
