This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 03994f4e6c8e27d2b0e4f131583899ed2dfb9586 Author: Jens Reyer <[email protected]> Date: Thu Jul 28 17:19:12 2016 +0200 Drop alternative depends on perl:any (now handled by debhelper). Bump build-dep on debhelper version to >= 9.20160702. # Conflicts: # debian/changelog --- debian/changelog | 2 ++ debian/control.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a1e0578..9fdb0ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ wine (1.8.3-3) UNRELEASED; urgency=medium * Cherrypick changes from master: - 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]> Thu, 28 Jul 2016 17:33:38 +0200 diff --git a/debian/control.in b/debian/control.in index f0678f4..620e2bb 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, @@ -178,7 +178,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
