[pkg-opensc-commit] [pkcs11-helper] 181/253: Fixup version information

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:17 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 b67dd81385b7808c7681fb0f86c3bf53ed33ea33
Author: Alon Bar-Lev <alon.barlev at gmail.com>
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