[Pkg-freeipa-devel] certmonger: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Thu Jan 7 19:39:06 UTC 2016


 debian/certmonger.install |    2 +-
 debian/changelog          |    8 ++++++++
 debian/rules              |    1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 02340892cf4aa10e9ec5402d58ac7d4296f80e49
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Thu Jan 7 21:18:37 2016 +0200

    releasing package certmonger version 0.78.5-2

diff --git a/debian/changelog b/debian/changelog
index 929ba40..8a9147d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-certmonger (0.78.5-2) UNRELEASED; urgency=medium
+certmonger (0.78.5-2) unstable; urgency=medium
 
   * rules, install: Install libexec stuff to /usr/lib/certmonger instead of
     under multiarch path. FreeIPA needs this so that the same path works on
     every arch.
 
- -- Timo Aaltonen <tjaalton at debian.org>  Thu, 07 Jan 2016 20:17:45 +0200
+ -- Timo Aaltonen <tjaalton at debian.org>  Thu, 07 Jan 2016 21:16:02 +0200
 
 certmonger (0.78.5-1) unstable; urgency=medium
 

commit 6c4deffb48a2f9829489debbf572483789852115
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Thu Jan 7 21:15:59 2016 +0200

    rules, install: Install libexec stuff to /usr/lib/certmonger instead of under multiarch path. FreeIPA needs this so that the same path works on every arch.

diff --git a/debian/certmonger.install b/debian/certmonger.install
index 0e28b2a..5a1c706 100644
--- a/debian/certmonger.install
+++ b/debian/certmonger.install
@@ -6,6 +6,6 @@ usr/sbin/*
 usr/share/dbus-1/*
 usr/share/locale/*
 usr/share/man/*
-usr/lib/*/certmonger/*
+usr/lib/certmonger/*
 usr/lib/tmpfiles.d
 var/lib/certmonger/*
diff --git a/debian/changelog b/debian/changelog
index e35609a..929ba40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+certmonger (0.78.5-2) UNRELEASED; urgency=medium
+
+  * rules, install: Install libexec stuff to /usr/lib/certmonger instead of
+    under multiarch path. FreeIPA needs this so that the same path works on
+    every arch.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Thu, 07 Jan 2016 20:17:45 +0200
+
 certmonger (0.78.5-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index f2bea8b..423733b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
+		--libexecdir=/usr/lib \
 		--with-tmpdir=/var/run/certmonger \
 		--enable-systemd \
 		--enable-pie \



More information about the Pkg-freeipa-devel mailing list