[Pkg-privacy-commits] [libgsecuredelete] 64/168: Add explicit libtool version information (no actual version changes)

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 20:06:40 UTC 2016


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

u-guest pushed a commit to branch master
in repository libgsecuredelete.

commit 1f29351c1c6354ba3093230ca55e81b5869e770a
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Tue Apr 26 23:09:33 2011 +0200

    Add explicit libtool version information (no actual version changes)
---
 configure.ac              | 13 +++++++++++++
 gsecuredelete/Makefile.am |  2 ++
 2 files changed, 15 insertions(+)

diff --git a/configure.ac b/configure.ac
index 166afe3..fdeb52a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,19 @@ AC_CONFIG_HEADERS([config.h])
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
+# CURRENT:REVISION:AGE
+#
+# Remember to bump library version before releases; here the rules:
+# You have...
+#  * not changed the interface (bug fixes):         CURRENT:REV+1:AGE
+#  * augmented the interface (new things):          CURRENT+1:0:AGE+1
+#  * broken the interface (removed/changed things): CURRENT+1:0:0
+#
+# http://sourceware.org/autobook/autobook/autobook_91.html#SEC91
+GSD_LTVERSION="0:0:0"
+AC_SUBST([GSD_LTVERSION])
+
+
 # Checks for programs.
 LT_PREREQ([2.2.0])
 LT_INIT
diff --git a/gsecuredelete/Makefile.am b/gsecuredelete/Makefile.am
index 66d7cb1..0734a76 100644
--- a/gsecuredelete/Makefile.am
+++ b/gsecuredelete/Makefile.am
@@ -10,6 +10,8 @@ libgsecuredelete_la_includedir=$(includedir)/gsecuredelete
 libgsecuredelete_la_VALAFLAGS = $(AM_VALAFLAGS) \
                                 --library=gsecuredelete -H gsecuredelete.h \
                                 --vapidir=. --pkg=config
+libgsecuredelete_la_LDFLAGS = $(AM_LDFLAGS) \
+                              -version-info @GSD_LTVERSION@
 libgsecuredelete_la_SOURCES = async-operation.vala \
                               securedelete-operation.vala \
                               zeroable-operation.vala \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git



More information about the Pkg-privacy-commits mailing list