[pkg-opensc-commit] [pkcs11-helper] 94/253: Debian fixups
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit 2018292563e5e314cc573d6190c1fb95f4d188f1
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date: Mon Apr 23 17:13:55 2007 +0000
Debian fixups
---
distro/debian/Makefile.am | 6 +++---
distro/debian/{README.Debian => README.build} | 4 ++--
distro/debian/changelog | 11 ++++++++++
distro/debian/control | 24 ++++++++++++----------
...r-dev.install => libpkcs11-helper1-dev.install} | 3 +--
...11-helper.install => libpkcs11-helper1.install} | 0
distro/debian/rules | 3 ++-
distro/debian/watch | 2 +-
8 files changed, 33 insertions(+), 20 deletions(-)
diff --git a/distro/debian/Makefile.am b/distro/debian/Makefile.am
index f5ccebe..2dbea63 100644
--- a/distro/debian/Makefile.am
+++ b/distro/debian/Makefile.am
@@ -53,15 +53,15 @@ BUILT_SOURCES=copyright
EXTRA_DIST= \
changelog \
- README.Debian \
+ README.build \
compat \
control \
copyright.m4 \
copyright \
rules \
watch \
- pkcs11-helper-dev.install \
- pkcs11-helper.install
+ libpkcs11-helper1-dev.install \
+ libpkcs11-helper1.install
copyright: copyright.m4
$(M4) $< > $@
diff --git a/distro/debian/README.Debian b/distro/debian/README.build
similarity index 83%
rename from distro/debian/README.Debian
rename to distro/debian/README.build
index ed0f33c..dc518c0 100644
--- a/distro/debian/README.Debian
+++ b/distro/debian/README.build
@@ -1,5 +1,5 @@
-pkcs11-helper for Debian
-------------------------
+pkcs11-helper1 for Debian
+-------------------------
To build pkcs11-helper follow these steps
diff --git a/distro/debian/changelog b/distro/debian/changelog
index 1903fdd..404e8f7 100644
--- a/distro/debian/changelog
+++ b/distro/debian/changelog
@@ -1,3 +1,14 @@
+libpkcs11-helper1 (1.03-0) unstable; urgency=low
+
+ * New maintainer
+ * New upstream release
+ * renamed to libpkcs11-helper1 (lintian check)
+ * removed *.la
+ * size_t printf 64bit fixups (debug).
+ * Certificate session period fixup, thank to Leo Pohl for reporting.
+
+ -- Sandro Wefel (testlaeufer) <sandro.wefel at informatik.uni-halle.de> Mon, 23 Apr 2007 08:59:16 +0200
+
pkcs11-helper (1.02-99.0saw0) unstable; urgency=low
* Non-maintainer upload.
diff --git a/distro/debian/control b/distro/debian/control
index e0fae7b..7292abe 100644
--- a/distro/debian/control
+++ b/distro/debian/control
@@ -1,44 +1,46 @@
-Source: pkcs11-helper
+Source: libpkcs11-helper1
Priority: extra
-Maintainer: S. Wefel <wefel at informatik.uni-halle.de>
+Maintainer: Sandro Wefel <sandro.wefel at informatik.uni-halle.de>
Build-Depends: cdbs (>= 0.4.27-1), debhelper (>= 5), autotools-dev, libssl-dev, pkg-config, doxygen
Standards-Version: 3.7.2
Section: libs
-Package: pkcs11-helper-dev
+Package: libpkcs11-helper1-dev
Section: libdevel
Architecture: any
-Depends: pkcs11-helper (= ${Source-Version}), libssl-dev
+Provides: libpkcs11-helper-dev
+Conflicts: libpkcs11-helper-dev
+Depends: libpkcs11-helper1 (= ${Source-Version}), libssl-dev
Description: library that simplifies the interaction with PKCS#11
- pkcs11-helper is a library that simplifies the interaction with PKCS#11
+ libpkcs11-helper is a library that simplifies the interaction with PKCS#11
providers for end-user applications.
.
- pkcs11-helper allows using multiple PKCS#11 providers at the same time,
+ libpkcs11-helper allows using multiple PKCS#11 providers at the same time,
enumerating available token certificates, or selecting a certificate
directly by serialized id, handling card removal and card insert
events, handling card re-insert to a different slot, supporting session
expiration and much more all using a simple API.
.
- pkcs11-helper is not designed to manage card content, since object
+ libpkcs11-helper is not designed to manage card content, since object
attributes are usually vendor specific, and 99% of application need to
access existing objects in order to perform signature and decryption.
-Package: pkcs11-helper
+Package: libpkcs11-helper1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library that simplifies the interaction with PKCS#11
- pkcs11-helper is a library that simplifies the interaction with PKCS#11
+ libpkcs11-helper is a library that simplifies the interaction with PKCS#11
providers for end-user applications.
.
- pkcs11-helper allows using multiple PKCS#11 providers at the same time,
+ libpkcs11-helper allows using multiple PKCS#11 providers at the same time,
enumerating available token certificates, or selecting a certificate
directly by serialized id, handling card removal and card insert
events, handling card re-insert to a different slot, supporting session
expiration and much more all using a simple API.
.
- pkcs11-helper is not designed to manage card content, since object
+ libpkcs11-helper is not designed to manage card content, since object
attributes are usually vendor specific, and 99% of application need to
access existing objects in order to perform signature and decryption.
diff --git a/distro/debian/pkcs11-helper-dev.install b/distro/debian/libpkcs11-helper1-dev.install
similarity index 60%
rename from distro/debian/pkcs11-helper-dev.install
rename to distro/debian/libpkcs11-helper1-dev.install
index 80743d0..0510140 100644
--- a/distro/debian/pkcs11-helper-dev.install
+++ b/distro/debian/libpkcs11-helper1-dev.install
@@ -1,7 +1,6 @@
usr/lib/lib*.a
usr/lib/lib*.so
-usr/lib/lib*.la
usr/lib/pkgconfig
usr/share/aclocal
-usr/share/doc/pkcs11-helper-dev/api
+usr/share/doc/libpkcs11-helper1-dev/api
usr/include
diff --git a/distro/debian/pkcs11-helper.install b/distro/debian/libpkcs11-helper1.install
similarity index 100%
rename from distro/debian/pkcs11-helper.install
rename to distro/debian/libpkcs11-helper1.install
diff --git a/distro/debian/rules b/distro/debian/rules
index 9cbb4f5..6e80c09 100755
--- a/distro/debian/rules
+++ b/distro/debian/rules
@@ -3,8 +3,9 @@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-doc --with-apidocdir=${prefix}/usr/share/doc/pkcs11-helper-dev/api
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-doc --docdir=${prefix}/usr/share/doc/libpkcs11-helper1-dev
DEB_INSTALL_DOCS_ALL := README AUTHORS THANKS
DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
+
diff --git a/distro/debian/watch b/distro/debian/watch
index 77eebc8..6284d8d 100644
--- a/distro/debian/watch
+++ b/distro/debian/watch
@@ -1,2 +1,2 @@
-# examine a webserver directory
+version=3
http://www.opensc-project.org/files/pkcs11-helper/pkcs11-helper-(.*).tar.bz2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list