This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 8958b3d2432ec1d3212125617b9b3e66eb39a85d Author: Jens Reyer <[email protected]> Date: Thu May 19 14:53:42 2016 +0200 Add widl to the -tools packages. Closes: #824671 Thanks: Andrey Gursky --- debian/changelog | 2 ++ debian/wine32VERSION-tools.install | 1 + debian/wine32VERSION-tools.links | 1 + debian/wine32VERSION-tools.manpages | 1 + debian/wine64VERSION-tools.install | 1 + debian/wine64VERSION-tools.links | 1 + debian/wine64VERSION-tools.manpages | 1 + 7 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7768e25..406cac9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ wine-development (1.9.9-1) UNRELEASED; urgency=medium (closes: #818925). * Move some dependencies to libwineVERSION. * Add missing runtime dependencies to libwine recommends. + * Add widl to the -tools packages. + Thanks to Andrey Gursky (closes: #824671). -- Jens Reyer <[email protected]> Fri, 13 May 2016 15:36:46 +0200 diff --git a/debian/wine32VERSION-tools.install b/debian/wine32VERSION-tools.install index cfe7ccc..da6a13c 100644 --- a/debian/wine32VERSION-tools.install +++ b/debian/wine32VERSION-tools.install @@ -1,5 +1,6 @@ usr/lib/wineVERSION/wmc usr/lib/wineVERSION/wrc +usr/lib/wineVERSION/widl usr/lib/wineVERSION/winecpp usr/lib/wineVERSION/winegcc usr/lib/wineVERSION/wineg++ diff --git a/debian/wine32VERSION-tools.links b/debian/wine32VERSION-tools.links index 67b009a..2935130 100644 --- a/debian/wine32VERSION-tools.links +++ b/debian/wine32VERSION-tools.links @@ -1,5 +1,6 @@ usr/lib/wineVERSION/wmc usr/bin/wmcVERSION usr/lib/wineVERSION/wrc usr/bin/wrcVERSION +usr/lib/wineVERSION/widl usr/bin/widlVERSION usr/lib/wineVERSION/winedump usr/bin/winedumpVERSION usr/lib/wineVERSION/winebuild usr/bin/winebuildVERSION usr/lib/wineVERSION/winemaker usr/bin/winemakerVERSION diff --git a/debian/wine32VERSION-tools.manpages b/debian/wine32VERSION-tools.manpages index 473229d..dec8250 100644 --- a/debian/wine32VERSION-tools.manpages +++ b/debian/wine32VERSION-tools.manpages @@ -1,5 +1,6 @@ debian/tmp/wmcVERSION.man debian/tmp/wrcVERSION.man +debian/tmp/widlVERSION.man debian/tmp/winegccVERSION.man debian/tmp/winedumpVERSION.man debian/tmp/winebuildVERSION.man diff --git a/debian/wine64VERSION-tools.install b/debian/wine64VERSION-tools.install index cfe7ccc..da6a13c 100644 --- a/debian/wine64VERSION-tools.install +++ b/debian/wine64VERSION-tools.install @@ -1,5 +1,6 @@ usr/lib/wineVERSION/wmc usr/lib/wineVERSION/wrc +usr/lib/wineVERSION/widl usr/lib/wineVERSION/winecpp usr/lib/wineVERSION/winegcc usr/lib/wineVERSION/wineg++ diff --git a/debian/wine64VERSION-tools.links b/debian/wine64VERSION-tools.links index 67b009a..2935130 100644 --- a/debian/wine64VERSION-tools.links +++ b/debian/wine64VERSION-tools.links @@ -1,5 +1,6 @@ usr/lib/wineVERSION/wmc usr/bin/wmcVERSION usr/lib/wineVERSION/wrc usr/bin/wrcVERSION +usr/lib/wineVERSION/widl usr/bin/widlVERSION usr/lib/wineVERSION/winedump usr/bin/winedumpVERSION usr/lib/wineVERSION/winebuild usr/bin/winebuildVERSION usr/lib/wineVERSION/winemaker usr/bin/winemakerVERSION diff --git a/debian/wine64VERSION-tools.manpages b/debian/wine64VERSION-tools.manpages index 473229d..dec8250 100644 --- a/debian/wine64VERSION-tools.manpages +++ b/debian/wine64VERSION-tools.manpages @@ -1,5 +1,6 @@ debian/tmp/wmcVERSION.man debian/tmp/wrcVERSION.man +debian/tmp/widlVERSION.man debian/tmp/winegccVERSION.man debian/tmp/winedumpVERSION.man debian/tmp/winebuildVERSION.man -- 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
