[Pkg-wmaker-commits] [wmacpi] 72/105: remove move of manpages from debian/rules
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Tue Aug 18 01:13:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmacpi.
commit 169b16c16cfeb678fbb919da6d7f274c73166359
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Mon Jul 21 03:15:03 2014 -0500
remove move of manpages from debian/rules
---
debian/rules | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1497bfd..0f86c51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
+
%:
dh $@
@@ -8,7 +9,4 @@ override_dh_auto_clean:
override_dh_auto_install:
make install PREFIX=$(CURDIR)/debian/wmacpi/usr
mv $(CURDIR)/debian/wmacpi/usr/bin/acpi $(CURDIR)/debian/wmacpi/usr/bin/acpi-ng
- mkdir -p $(CURDIR)/debian/wmacpi/usr/share/man/man1
- mv $(CURDIR)/debian/wmacpi/usr/man/man1/acpi.1 $(CURDIR)/debian/wmacpi/usr/share/man/man1/acpi-ng.1
- mv $(CURDIR)/debian/wmacpi/usr/man/man1/wmacpi.1 $(CURDIR)/debian/wmacpi/usr/share/man/man1/wmacpi.1
- rm -r $(CURDIR)/debian/wmacpi/usr/man
+ mv $(CURDIR)/debian/wmacpi/usr/share/man/man1/acpi.1 $(CURDIR)/debian/wmacpi/usr/share/man/man1/acpi-ng.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmacpi.git
More information about the Pkg-wmaker-commits
mailing list