[Pkg-wmaker-commits] [wmcalc] 47/65: debian/patches: (fix_makefile_typo.patch) Correctly create the directory /usr/share/man/man1 instead of /usr/share/man/man1/man1.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 13:54:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcalc.

commit bd9603dbe93ad9f69d9b59b5367f4af517023390
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Jan 10 16:39:23 2015 -0600

    debian/patches: (fix_makefile_typo.patch) Correctly create the directory
    /usr/share/man/man1 instead of /usr/share/man/man1/man1.
---
 debian/patches/fix_makefile_typo.patch | 15 +++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/fix_makefile_typo.patch b/debian/patches/fix_makefile_typo.patch
new file mode 100644
index 0000000..7edb072
--- /dev/null
+++ b/debian/patches/fix_makefile_typo.patch
@@ -0,0 +1,15 @@
+Description: Fix Makefile typo.
+ Correctly create the directory /usr/share/man/man1 instead of
+ /usr/share/man/man1/man1.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2015-01-10
+
+--- a/Makefile
++++ b/Makefile
+@@ -28,5 +28,5 @@
+ 	$(INSTALL_PROGRAM) wmcalc $(DESTDIR)$(BINDIR)
+ 	$(INSTALL_DIR) $(DESTDIR)$(CONF)
+ 	$(INSTALL_FILE) wmcalc.conf $(DESTDIR)$(CONF)
+-	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man1
++	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)
+ 	$(INSTALL_FILE) wmcalc.1 $(DESTDIR)$(MANDIR)
diff --git a/debian/patches/series b/debian/patches/series
index 00a339a..306edc8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 10_bts-320597_increase_significant_digits.diff
+fix_makefile_typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcalc.git



More information about the Pkg-wmaker-commits mailing list