[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4-1-12-g5a5cb26

Ralf Treinen treinen at free.fr
Wed May 20 06:42:01 UTC 2009


The following commit has been merged in the master branch:
commit a68661209835393394214c3958803fb4b9e06f32
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon May 18 21:39:36 2009 +0200

    put MANDIR in install target

diff --git a/debian/changelog b/debian/changelog
index c6fb6bb..bb03238 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 pkglab (1.4.1-1) unstable; urgency=low
 
   * New upstream version.
+  * debian/rules: put explicit MANDIR in install target
 
- -- Ralf Treinen <treinen at debian.org>  Mon, 18 May 2009 21:35:52 +0200
+ -- Ralf Treinen <treinen at debian.org>  Mon, 18 May 2009 21:39:14 +0200
 
 pkglab (1.4-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 33756e3..0856994 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,4 +12,5 @@ else
  DEB_STRIP_EXCLUDE += usr/bin/pkglab
 endif
 
-DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)/usr
+DEB_MAKE_INSTALL_TARGET = \
+ install DESTDIR=$(DEB_DESTDIR)/usr MANDIR=$(DEB_DESTDIR)/usr/share/man

-- 
pkglab packaging



More information about the Pkg-ocaml-maint-commits mailing list