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

Timo Aaltonen tjaalton at moszumanska.debian.org
Wed Nov 16 08:15:39 UTC 2016


 debian/certmonger.install |    2 +-
 debian/changelog          |   13 +++++++++++++
 debian/control            |    2 +-
 debian/rules              |    1 +
 4 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit 66be9d7ae0ed4c366c8ef9089ee43451743d7562
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Nov 16 09:40:21 2016 +0200

    releasing package certmonger version 0.78.6-4

diff --git a/debian/changelog b/debian/changelog
index dbe10be..5c15b2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-certmonger (0.78.6-4) UNRELEASED; urgency=medium
+certmonger (0.78.6-4) unstable; urgency=medium
 
   * control: Build with libssl1.0-dev. (Closes: #828261)
 
- -- Timo Aaltonen <tjaalton at debian.org>  Wed, 16 Nov 2016 09:39:48 +0200
+ -- Timo Aaltonen <tjaalton at debian.org>  Wed, 16 Nov 2016 09:40:15 +0200
 
 certmonger (0.78.6-3) unstable; urgency=medium
 

commit baf4735a94a6a4117f0f10bd465dee093eb30d3e
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Nov 16 09:40:13 2016 +0200

    control: Build with libssl1.0-dev. (Closes: #828261)

diff --git a/debian/changelog b/debian/changelog
index 09dba17..dbe10be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+certmonger (0.78.6-4) UNRELEASED; urgency=medium
+
+  * control: Build with libssl1.0-dev. (Closes: #828261)
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Wed, 16 Nov 2016 09:39:48 +0200
+
 certmonger (0.78.6-3) unstable; urgency=medium
 
   * Set libexecdir again, the helpers really need to be all in the same
diff --git a/debian/control b/debian/control
index 4ba22a7..abd0bb1 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, quilt,
  libnss3-tools,
  libnss3-dev,
  libpopt-dev,
- libssl-dev,
+ libssl1.0-dev,
  libsystemd-dev [linux-any],
  libtevent-dev,
  libxml2-dev,

commit 7743ca7cf0987c8a225166c2c432b0ee5dbfc8d1
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Thu Apr 14 12:07:51 2016 +0300

    releasing package certmonger version 0.78.6-3

diff --git a/debian/changelog b/debian/changelog
index 2e8e7a6..09dba17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-certmonger (0.78.6-3) UNRELEASED; urgency=medium
+certmonger (0.78.6-3) unstable; urgency=medium
 
   * Set libexecdir again, the helpers really need to be all in the same
     path. Never touch this again..
 
- -- Timo Aaltonen <tjaalton at debian.org>  Thu, 14 Apr 2016 11:02:31 +0300
+ -- Timo Aaltonen <tjaalton at debian.org>  Thu, 14 Apr 2016 12:07:46 +0300
 
 certmonger (0.78.6-2) unstable; urgency=medium
 

commit c7dbb729b7097264097c24fe3378f7901a85d63b
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Thu Apr 14 12:07:43 2016 +0300

    Set libexecdir again, the helpers really need to be all in the same path. Never touch this again..

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 4329136..2e8e7a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+certmonger (0.78.6-3) UNRELEASED; urgency=medium
+
+  * Set libexecdir again, the helpers really need to be all in the same
+    path. Never touch this again..
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Thu, 14 Apr 2016 11:02:31 +0300
+
 certmonger (0.78.6-2) unstable; urgency=medium
 
   * rules, install: Put the helpers back in multiarch libdir.
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