This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit cc556c44aeca4fe813f35583ebdb8cefe2f416e3 Author: Jens Reyer <[email protected]> Date: Sat Feb 27 16:20:50 2016 +0100 Install all manpages for all installed executables. Rename the manpages also in arch specific builds. Handle the localized manpages, remove UTF-8 from filenames and add VERSION before the first "." in the filenames. Don't rename to .1 in d/rules (keep it simple here, dh takes care of that later). --- debian/rules | 12 ++++++------ debian/wine32VERSION-tools.manpages | 9 ++++++++- debian/wine64VERSION-tools.manpages | 9 ++++++++- debian/wineVERSION.manpages | 6 ++++++ 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/debian/rules b/debian/rules index 9c9453b..125d798 100755 --- a/debian/rules +++ b/debian/rules @@ -119,12 +119,10 @@ override_dh_auto_install-indep: $(INSTALLS) ./tools/makedep $$dir; \ make -C $$dir install-man; \ done - for file in $$(find . -name \*.man); do \ - rename=$$(basename $$file | sed s/\\.man/$(VERSION)\\.1/); \ + for file in $$(find . ! -path "./debian/*" -name \*.man); do \ + rename=$$(basename $$file | sed "s/\\./$(VERSION)./;s/UTF-8\\.//"); \ cp $$file debian/tmp/$$rename || true; \ done - rm -f debian/tmp/*UTF-8* - rm -f debian/tmp/winegcc$(VERSION).1 override_dh_auto_install-arch: $(INSTALLS) mkdir -p debian/tmp @@ -132,9 +130,11 @@ override_dh_auto_install-arch: $(INSTALLS) cp tools/winedump/README debian/tmp/README.winedump cp server/wineserver debian/tmp/wineserver$(DEB_BUILD_ARCH_BITS) dh_auto_install + for file in $$(find . ! -path "./debian/*" -name \*.man); do \ + rename=$$(basename $$file | sed "s/\\./$(VERSION)./;s/UTF-8\\.//"); \ + cp $$file debian/tmp/$$rename || true; \ + done cp loader/wine.man debian/tmp/usr/share/man/man1/wine64$(VERSION).1 - cd debian/tmp/usr/share/man/man1 && \ - cp winegcc.1 winegcc$(VERSION).1 || true test -f debian/tmp/$(BINDIR)/wine-preloader || \ cp debian/scripts/wine-preloader debian/tmp/$(BINDIR) diff --git a/debian/wine32VERSION-tools.manpages b/debian/wine32VERSION-tools.manpages index de0d8d2..473229d 100644 --- a/debian/wine32VERSION-tools.manpages +++ b/debian/wine32VERSION-tools.manpages @@ -1 +1,8 @@ -debian/tmp/usr/share/man/man1/winegccVERSION.1 +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 diff --git a/debian/wine64VERSION-tools.manpages b/debian/wine64VERSION-tools.manpages index de0d8d2..473229d 100644 --- a/debian/wine64VERSION-tools.manpages +++ b/debian/wine64VERSION-tools.manpages @@ -1 +1,8 @@ -debian/tmp/usr/share/man/man1/winegccVERSION.1 +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 diff --git a/debian/wineVERSION.manpages b/debian/wineVERSION.manpages index 77c482f..03f8521 100644 --- a/debian/wineVERSION.manpages +++ b/debian/wineVERSION.manpages @@ -1,5 +1,11 @@ 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 -- 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
