[Debian-ha-commits] [libqb] 01/08: non-git-version

Richard Winters devrik-guest at moszumanska.debian.org
Tue Apr 14 02:15:24 UTC 2015


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

devrik-guest pushed a commit to branch patch-queue/master
in repository libqb.

commit b1abd1194b7e535001cfb2c640c6063c24d462d2
Author: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
Date:   Mon Apr 13 22:13:49 2015 -0400

    non-git-version
    
    When using the release tarball to create the package, it lacks
    a .git directory and as such the necessary information for auto-
    generating the .tarball-version and .version files is absent,
    resulting in libqb0.pc to not have a proper version string set.
    
    In order to fix this .tarball-version should be created in the
    root directory, and it should be populated with the SOVERSION
    of the library (i.e. 0.17.1). This allows .version to be
    generated and subsequently libqb0.pc.
    
    In this fashion the support for the version string is enabled
    through the use of only 1 stale file, instead of two.
    
    In future packages I will utilize a git packaging repository
    so that the .git directory is available, by building off of the
    specific commit used for the release tag.
---
 libqb-0.17.1/.tarball-version | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libqb-0.17.1/.tarball-version b/libqb-0.17.1/.tarball-version
new file mode 100644
index 0000000..7cca771
--- /dev/null
+++ b/libqb-0.17.1/.tarball-version
@@ -0,0 +1 @@
+0.17.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/libqb.git



More information about the Debian-HA-Commits mailing list