This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit da150f7611f09d4322327a13c2195baad2036f16 Author: Jens Reyer <[email protected]> Date: Tue Aug 30 02:08:44 2016 +0200 Split off disable/rerun-configure.patch from makefile.patch. --- debian/patches/disable/rerun-configure.patch | 21 +++++++++++++++++++++ debian/patches/makefile.patch | 16 ---------------- debian/patches/series | 1 + 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/debian/patches/disable/rerun-configure.patch b/debian/patches/disable/rerun-configure.patch new file mode 100644 index 0000000..c0af7a1 --- /dev/null +++ b/debian/patches/disable/rerun-configure.patch @@ -0,0 +1,21 @@ +description: drop rules for re-running configure. +author: Michael Gilbert <[email protected]> + +--- a/Makefile.in ++++ b/Makefile.in +@@ -103,15 +103,6 @@ CONFIGURE_TARGETS = @CONFIGURE_TARGETS + all: wine + @echo "Wine build complete." + +-# Rules for re-running configure +- +-config.status: $(srcdir)/configure +- @./config.status --recheck +- +-include/config.h: include/stamp-h +-include/stamp-h: $(srcdir)/include/config.h.in config.status +- @./config.status include/config.h include/stamp-h +- + # Rules for cleaning + + .PHONY: clean distclean __clean__ diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch index be30561..bbe054d 100644 --- a/debian/patches/makefile.patch +++ b/debian/patches/makefile.patch @@ -25,19 +25,3 @@ author: Michael Gilbert <[email protected]> dlldir = @dlldir@ fakedlldir = ${dlldir}/fakedlls top_srcdir = @top_srcdir@ -@@ -103,15 +103,6 @@ CONFIGURE_TARGETS = @CONFIGURE_TARGETS - all: wine - @echo "Wine build complete." - --# Rules for re-running configure -- --config.status: $(srcdir)/configure -- @./config.status --recheck -- --include/config.h: include/stamp-h --include/stamp-h: $(srcdir)/include/config.h.in config.status -- @./config.status include/config.h include/stamp-h -- - # Rules for cleaning - - .PHONY: clean distclean __clean__ diff --git a/debian/patches/series b/debian/patches/series index 834ba61..ce8ee2b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,6 +6,7 @@ manpages-wineserver-persistence.patch disable/tests.patch disable/addons-download.patch +disable/rerun-configure.patch disable/shlib-exit-calls.patch generate/opengl.patch -- 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
