[pkg-opensc-commit] [pkcs11-helper] 02/15: Fixup version information

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:40:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to tag pkcs11-helper-1.08
in repository pkcs11-helper.

commit c01e006c16b795180440e45a26501c1d9c29d0dc
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date:   Thu Mar 12 18:43:25 2009 +0000

    Fixup version information
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3ea1000..b28349f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ AC_CONFIG_SRCDIR([lib/common.h])
 AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
 
 PKCS11H_VERSION_MAJOR="PACKAGE_VERSION_MAJOR"
-PKCS11H_VERSION_MINOR="PACKAGE_VERSION_MINOR"
+PKCS11H_VERSION_MINOR="$(echo PACKAGE_VERSION_MINOR | sed 's/^0*//')"
 PKCS11H_VERSION_FIX="PACKAGE_VERSION_FIX"
 
 AC_SUBST([PKCS11H_VERSION_MAJOR])

-- 
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