This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit c59991095ef1eb65ac49f7f8fa9ec81b6bd3a98e Author: Jens Reyer <[email protected]> Date: Sun Feb 28 15:50:12 2016 +0100 Revert "Fail to build if any file is not installed." This reverts commit 55c4b92ef670382048b9e5a9eb9a689cf5c47333 and drops the changelog entry. --- debian/changelog | 1 - debian/not-installed.in | 108 ------------------------------------------------ debian/rules | 7 ---- 3 files changed, 116 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8518c79..32c014f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,6 @@ wine-development (1.9.4-2) UNRELEASED; urgency=medium * Explicitly specify which manpages to install. * Install all manpages for all installed executables. * Add patch to fix macro not defined errors from man. - * Fail to build if any file is not installed. -- Jens Reyer <[email protected]> Sat, 27 Feb 2016 16:16:16 +0100 diff --git a/debian/not-installed.in b/debian/not-installed.in deleted file mode 100644 index 8c8f993..0000000 --- a/debian/not-installed.in +++ /dev/null @@ -1,108 +0,0 @@ -# Not installed files. -./debian/tmp/notepadVERSION.man -./debian/tmp/usr/lib/wineVERSION/notepad -./debian/tmp/usr/share/man/man1/notepad.1 - -./debian/tmp/widlVERSION.man -./debian/tmp/usr/lib/wineVERSION/widl -./debian/tmp/usr/share/man/man1/widl.1 - -./debian/tmp/winemineVERSION.man -./debian/tmp/usr/lib/wineVERSION/winemine -./debian/tmp/usr/share/man/man1/winemine.1 - -./debian/tmp/usr/lib/wineVERSION/function_grep.pl -./debian/tmp/usr/share/wineVERSION/applications/wine.desktop - - -# Not installed links. -./debian/tmp/usr/share/man/man1/winecpp.1 -./debian/tmp/usr/share/man/man1/wineg++.1 - - - -# False positives. - -# Upstream changelog (ANNOUNCE) in every package. -./debian/tmp/changelog - -# Doc in wineVERSION. -./debian/tmp/README.winedbg - -# Doc in wine[32|64]VERSION-tools. -./debian/tmp/README.winedump - -# Renamed in wineVERSION[32|64]. -./debian/tmp/usr/lib/wineVERSION/wineserver - -# Manpages in wineVERSION. -./debian/tmp/wineVERSION.man -./debian/tmp/wineVERSION.de.man -./debian/tmp/wineVERSION.fr.man -./debian/tmp/wineVERSION.pl.man - -./debian/tmp/wineserverVERSION.man -./debian/tmp/wineserverVERSION.de.man -./debian/tmp/wineserverVERSION.fr.man - -./debian/tmp/msiexecVERSION.man -./debian/tmp/regeditVERSION.man -./debian/tmp/regsvr32VERSION.man -./debian/tmp/winecfgVERSION.man -./debian/tmp/winedbgVERSION.man -./debian/tmp/winebootVERSION.man -./debian/tmp/winefileVERSION.man -./debian/tmp/winepathVERSION.man -./debian/tmp/wineconsoleVERSION.man - -./debian/tmp/usr/share/man/man1/wine.1 -./debian/tmp/usr/share/man/de.UTF-8/man1/wine.1 -./debian/tmp/usr/share/man/fr.UTF-8/man1/wine.1 -./debian/tmp/usr/share/man/pl.UTF-8/man1/wine.1 - -./debian/tmp/usr/share/man/man1/wineserver.1 -./debian/tmp/usr/share/man/de.UTF-8/man1/wineserver.1 -./debian/tmp/usr/share/man/fr.UTF-8/man1/wineserver.1 - -./debian/tmp/usr/share/man/man1/msiexec.1 -./debian/tmp/usr/share/man/man1/regedit.1 -./debian/tmp/usr/share/man/man1/regsvr32.1 -./debian/tmp/usr/share/man/man1/winedbg.1 -./debian/tmp/usr/share/man/man1/winecfg.1 -./debian/tmp/usr/share/man/man1/wineboot.1 -./debian/tmp/usr/share/man/man1/winefile.1 -./debian/tmp/usr/share/man/man1/winepath.1 -./debian/tmp/usr/share/man/man1/wineconsole.1 - -# Manpages in wine64VERSION. -./debian/tmp/usr/share/man/man1/wine64VERSION.1 - -# Manpages in wine[32|64]VERSION-tools. -./debian/tmp/wmcVERSION.man -./debian/tmp/wrcVERSION.man -./debian/tmp/winegccVERSION.man -./debian/tmp/winedumpVERSION.man -./debian/tmp/winebuildVERSION.man -./debian/tmp/winemakerVERSION.man -./debian/tmp/winemakerVERSION.de.man -./debian/tmp/winemakerVERSION.fr.man - -./debian/tmp/usr/share/man/man1/wmc.1 -./debian/tmp/usr/share/man/man1/wrc.1 -./debian/tmp/usr/share/man/man1/winegcc.1 -./debian/tmp/usr/share/man/man1/winedump.1 -./debian/tmp/usr/share/man/man1/winebuild.1 -./debian/tmp/usr/share/man/man1/winemaker.1 -./debian/tmp/usr/share/man/de.UTF-8/man1/winemaker.1 -./debian/tmp/usr/share/man/fr.UTF-8/man1/winemaker.1 - -# Links to wineapploader in wineVERSION. -./debian/tmp/usr/lib/wineVERSION/msiexec -./debian/tmp/usr/lib/wineVERSION/regedit -./debian/tmp/usr/lib/wineVERSION/regsvr32 -./debian/tmp/usr/lib/wineVERSION/winecfg -./debian/tmp/usr/lib/wineVERSION/winedbg -./debian/tmp/usr/lib/wineVERSION/wineboot -./debian/tmp/usr/lib/wineVERSION/winefile -./debian/tmp/usr/lib/wineVERSION/winepath -./debian/tmp/usr/lib/wineVERSION/wineconsole diff --git a/debian/rules b/debian/rules index 6e2faf0..125d798 100755 --- a/debian/rules +++ b/debian/rules @@ -61,7 +61,6 @@ endif # additional files to generate INSTALLS=$(shell ls debian/*VERSION* | sed s/VERSION/$(VERSION)/) \ debian/bug-control \ - debian/not-installed \ debian/control: debian/control.in sed s/VERSION/$(VERSION)/g < $< > $@ @@ -84,9 +83,6 @@ debian/fonts-wine$(VERSION)%: debian/fonts-wineVERSION% debian/bug-control: debian/bug-control.in sed s/VERSION/$(VERSION)/g < $< > $@ -debian/not-installed: debian/not-installed.in - sed s/VERSION/$(VERSION)/g < $< > $@ - %: dh $@ --parallel --with autoreconf @@ -142,9 +138,6 @@ override_dh_auto_install-arch: $(INSTALLS) test -f debian/tmp/$(BINDIR)/wine-preloader || \ cp debian/scripts/wine-preloader debian/tmp/$(BINDIR) -override_dh_install: - dh_install --fail-missing - override_dh_strip: dh_strip -Xwine-pthread -Xwine-kthread --ddeb-migration='libwine$(VERSION)-dbg (<< 1.9.0-1~)' -- 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
