summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2016-02-08 07:29:08 +0000
committerDimitri John Ledkov <xnox@ubuntu.com>2016-02-08 07:29:08 +0000
commit2109ac1dc9f8957b11a3a0af1b565c5c0c784d4f (patch)
treeb5b9334008d51dde8dfaeb9be94358ab7575190d
parent41cc154865c5af0d34c52debfcc335bda2318416 (diff)
Drop dbg package, rely on the autogenerated one instead.
* Drop dbg package, rely on the autogenerated one instead. * Bump debhelper compat to 9. * Rename opencryptoki init file to pkcsslotd, to match actuall daemon started and the systemd unit name.
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control16
-rw-r--r--debian/opencryptoki.pkcsslotd.init (renamed from debian/opencryptoki.init)0
-rwxr-xr-xdebian/rules3
5 files changed, 8 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog
index 7f5f27f..8a950ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,10 @@ opencryptoki (3.4.1+dfsg-1) unstable; urgency=medium
* Do not change group permissions during install stage of the package
build.
* Install new opencryptoki.conf config file.
+ * Drop dbg package, rely on the autogenerated one instead.
+ * Bump debhelper compat to 9.
+ * Rename opencryptoki init file to pkcsslotd, to match actuall daemon
+ started and the systemd unit name.
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 08 Feb 2016 05:00:09 +0000
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 966cb33..2b96902 100644
--- a/debian/control
+++ b/debian/control
@@ -27,22 +27,6 @@ Description: PKCS#11 implementation (daemon)
.
This package contains the daemon.
-Package: opencryptoki-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- ${misc:Depends}, opencryptoki (= ${binary:Version}),
- libopencryptoki0 (= ${binary:Version}),
- libopencryptoki-dev (= ${binary:Version})
-Description: PKCS#11 implementation (debug)
- openCryptoki is a PKCS#11 Cryptographic Token Interface Standard
- implementation. It includes drivers and libraries to enable IBM cryptographic
- hardware such as Trusted Computing Platform (TPM) cryptographic devices as well
- as a software token for testing.
- .
- This package contains the debugging symbols.
-
Package: libopencryptoki0
Section: libs
Architecture: any
diff --git a/debian/opencryptoki.init b/debian/opencryptoki.pkcsslotd.init
index 5488067..5488067 100644
--- a/debian/opencryptoki.init
+++ b/debian/opencryptoki.pkcsslotd.init
diff --git a/debian/rules b/debian/rules
index 5d68571..9e44037 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,9 @@ override_dh_auto_install:
override_dh_install:
dh_install --fail-missing --sourcedir=debian/tmp
+override_dh_installinit:
+ dh_installinit -p opencryptoki --name pkcsslotd
+
override_dh_strip:
dh_strip --dbg-package=opencryptoki-dbg