[clojure] 01/01: Fixed the installation of the man pages
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Dec 22 15:42:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository clojure.
commit e3d83b03c0fa0bce73c97e7727bb388c6a696f24
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Dec 22 16:40:16 2016 +0100
Fixed the installation of the man pages
---
debian/changelog | 7 +++++++
debian/rules | 5 ++++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d28687c..6645356 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clojure1.6 (1.6.0+dfsg-4) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the installation of the man pages
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 22 Dec 2016 16:40:29 +0100
+
clojure1.6 (1.6.0+dfsg-3) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index ebdd5e2..4eca118 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,10 +24,13 @@ override_dh_install:
sed -i 's/@VER@/$(VER)/g' debian/$(SOURCE)/usr/bin/*
file-rename 's/$$/$(VER)/' debian/$(SOURCE)/usr/bin/*
- file-rename 's/\.(.)$$/$(VER).$$1/' debian/$(SOURCE)/usr/share/man/*/*
mh_installpom -p$(SOURCE) --no-parent pom.xml
mh_installjar -p$(SOURCE) -l -s pom.xml clojure.jar /usr/share/java/clojure-$(VER).jar
+override_dh_installman:
+ dh_installman
+ file-rename 's/\.(.)$$/$(VER).$$1/' debian/$(SOURCE)/usr/share/man/*/*
+
override_dh_installchangelogs:
dh_installchangelogs -- changes.html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clojure.git
More information about the pkg-java-commits
mailing list