diff --git a/SConstruct b/SConstruct index 90ea7e5..2f8d9bc 100644 --- a/SConstruct +++ b/SConstruct @@ -49,7 +49,7 @@ t = SConscript("test/SConscript", exports = ['env', 'debug', 'commons_path', 'bi # For the packaging manager: Don't forget to point the XXX_INCLUDE_PATH and XXX_LIBRARY_PATH # variables to the application libraries folder!! tb = env.Package(NAME = 'hpg-variant', - VERSION = '0.3', + VERSION = '0.3.1', PACKAGEVERSION = 0, PACKAGETYPE = 'src_targz', source = env.FindSourceFiles() + env.FindHeaderFiles(progs) + diff --git a/deb/SConscript b/deb/SConscript index 88abc07..4e1cd32 100644 --- a/deb/SConscript +++ b/deb/SConscript @@ -4,7 +4,7 @@ Import('env') # exported by parent SConstruct # Here's the core info for the DEBIAN/control file of the package DEBNAME = "hpg-variant" -DEBVERSION = "0.3" +DEBVERSION = "0.3.1" DEBMAINT = "Cristina Yenyxe Gonzalez Garcia " DEBARCH = "amd64" DEBDEPENDS = "libc6, libconfig8, libcurl4-openssl-dev, libgsl0ldbl, libxml2, zlib1g" diff --git a/rpm/hpg-variant.spec b/rpm/hpg-variant.spec index 814af55..e4b4dd6 100644 --- a/rpm/hpg-variant.spec +++ b/rpm/hpg-variant.spec @@ -1,9 +1,9 @@ %define name hpg-variant -%define version 0.3 +%define version 0.3.1 Name: %{name} Version: %{version} Release: 1%{?dist} -Summary: HPG Variant +Summary: Bioinformatics tool suite for analyzing genomic variations License: GPLv2 URL: http://bioinfo.cipf.es