[Pkg-ocaml-maint-commits] [SCM] cduce packaging branch, master, updated. debian/0.5.3-2-15-geeb31c3
Mehdi Dogguy
mehdi at debian.org
Fri Apr 22 11:24:03 UTC 2011
The following commit has been merged in the master branch:
commit eeb31c339a0c2354a8bd1f77ed94cfd56f40aa8c
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Fri Apr 22 13:09:38 2011 +0200
Don't install copies of manpages (Closes: #577214).
diff --git a/debian/changelog b/debian/changelog
index 4f13914..91406d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,9 @@ cduce (0.5.3-3) unstable; urgency=low
* Upload to unstable.
* Don't compile to native code on native architectures without natdynlink.
It won't work because cduce needs Camlp4lib, which need Dynlink.
+ * Don't install copies of manpages (Closes: #577214).
- -- Mehdi Dogguy <mehdi at debian.org> Fri, 22 Apr 2011 13:01:19 +0200
+ -- Mehdi Dogguy <mehdi at debian.org> Fri, 22 Apr 2011 13:08:30 +0200
cduce (0.5.3-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 1c959db..ca6f9aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,7 @@ override_dh_auto_install:
# CDuce Makefile installs all the documentation in DOCDIR, including
# README, LICENSE, and so on. We don't want these. Let's hack.
find $(DOCDIR) -maxdepth 1 -not -name "*.html" -not -name "img" -exec rm {} \;
+ -$(RM) -rf $(MANDIR)
.PHONY: override_dh_ocaml
override_dh_ocaml:
--
cduce packaging
More information about the Pkg-ocaml-maint-commits
mailing list