[med-svn] [libbpp-raa] 04/13: Imported Upstream version 2.2.0
Andreas Tille
tille at debian.org
Thu Apr 21 16:05:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libbpp-raa.
commit b6dfbc4def68aa6da311471bd708fa07cf6064af
Author: Andreas Tille <tille at debian.org>
Date: Thu Apr 21 17:38:14 2016 +0200
Imported Upstream version 2.2.0
---
CMakeLists.txt | 4 ++--
Doxyfile | 2 +-
bpp-raa.spec | 4 +++-
debian/changelog | 6 ++++++
debian/control | 8 ++++----
debian/copyright | 6 +++---
debian/postinst | 22 ++++++++++++++++++----
debian/postrm | 26 ++++++++++++++++++++------
debian/prerm | 22 ++++++++++++++++++----
debian/rules | 4 +++-
10 files changed, 78 insertions(+), 26 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ed38906..ad80d2b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,9 +97,9 @@ ENDIF(NO_DEP_CHECK)
# Packager
set(CPACK_PACKAGE_NAME "libbpp-raa")
set(CPACK_PACKAGE_VENDOR "Bio++ Development Team")
-set(CPACK_PACKAGE_VERSION "2.1.0")
+set(CPACK_PACKAGE_VERSION "2.2.0")
set(CPACK_PACKAGE_VERSION_MAJOR "2")
-set(CPACK_PACKAGE_VERSION_MINOR "1")
+set(CPACK_PACKAGE_VERSION_MINOR "2")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Bio++ Remote Acnuc Access library")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING.txt")
diff --git a/Doxyfile b/Doxyfile
index 28449ad..42a5ff6 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -32,7 +32,7 @@ PROJECT_NAME = bpp-raa
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 2.1.0
+PROJECT_NUMBER = 2.2.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
diff --git a/bpp-raa.spec b/bpp-raa.spec
index c735f72..71752e0 100644
--- a/bpp-raa.spec
+++ b/bpp-raa.spec
@@ -1,5 +1,5 @@
%define _basename bpp-raa
-%define _version 2.1.0
+%define _version 2.2.0
%define _release 1
%define _prefix /usr
@@ -183,6 +183,8 @@ exit 0
%{_prefix}/include/*
%changelog
+* Mon Sep 22 2014 Julien Dutheil <julien.dutheil at univ-montp2.fr> 2.2.0-1
+- Compatibility update.
* Thu Mar 07 2013 Julien Dutheil <julien.dutheil at univ-montp2.fr> 2.1.0-1
- Compatibility update.
* Thu Feb 09 2012 Julien Dutheil <julien.dutheil at univ-montp2.fr> 2.0.3-1
diff --git a/debian/changelog b/debian/changelog
index 31bcfe7..34b9331 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libbpp-raa (2.2.0-1) unstable; urgency=low
+
+ * Recompilation because of dependencies.
+
+ -- Julien Dutheil <julien.dutheil at univ-montp2.fr> Mon, 22 Sep 2014 14:00:00 +0100
+
libbpp-raa (2.1.0-1) unstable; urgency=low
* Recompilation because of dependencies.
diff --git a/debian/control b/debian/control
index 09319a1..afdd804 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
Maintainer: Loic Dachary <loic at dachary.org>
Uploaders: Julien Dutheil <julien.dutheil at univ-montp2.fr>
Build-Depends: debhelper (>= 5), cmake (>= 2.6),
- zlib1g-dev (>= 1.2.3), libbpp-seq-dev (>= 2.1.0), zlib1g (>= 1.2.3)
-Standards-Version: 3.9.1
+ zlib1g-dev (>= 1.2.3), libbpp-seq-dev (>= 2.2.0), zlib1g (>= 1.2.3)
+Standards-Version: 3.9.4
Package: libbpp-raa-dev
Section: libdevel
Architecture: any
Depends: libbpp-raa1 (= ${binary:Version}), ${misc:Depends},
- zlib1g-dev (>= 1.2.3), libbpp-seq-dev (>= 2.1.0)
+ zlib1g-dev (>= 1.2.3), libbpp-seq-dev (>= 2.2.0)
Description: Bio++ Remote Acnuc Access library development files.
This library contains utilitary and classes to query public databases
(GenBank, EMBL, SwissProt, etc) using acnuc.
@@ -21,7 +21,7 @@ Package: libbpp-raa1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- zlib1g (>= 1.2.3), libbpp-seq9 (>= 2.1.0)
+ zlib1g (>= 1.2.3), libbpp-seq9 (>= 2.2.0)
Description: Bio++ Remote Acnuc Access library.
This library contains utilitary and classes to query public databases
(GenBank, EMBL, SwissProt, etc) using acnuc.
diff --git a/debian/copyright b/debian/copyright
index 5cdafed..f8e692e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
This package was debianized by Julien Dutheil <julien.dutheil at univ-montp2.fr> on
-Thu, 07 Mar 2013 11:46:00 +0100.
+Thu, 22 Sep 2014 14:00:00 +0100.
It was downloaded from <http://kimura.univ-montp2.fr/Repositories/sources>
@@ -9,7 +9,7 @@ Upstream Author:
Copyright:
- Copyright (C) 2013 Bio++ Development Team
+ Copyright (C) 2014 Bio++ Development Team
License:
@@ -30,7 +30,7 @@ License:
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
-The Debian packaging is (C) 2013, Julien Dutheil <julien.dutheil at univ-montp2.fr> and
+The Debian packaging is (C) 2014, Julien Dutheil <julien.dutheil at univ-montp2.fr> and
is licensed under the GPL, see above.
The provided software is distributed under the CeCILL license:
diff --git a/debian/postinst b/debian/postinst
index cf9e925..cff89b1 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -35,9 +35,23 @@ createGeneric() {
done;
}
-if [ "$1" = "configure" ]; then
- # Actualize .all files
- createGeneric /usr/include/Bpp
-fi
+case "$1" in
+ configure)
+ # Actualize .all files
+ createGeneric /usr/include/Bpp
+ ;;
+ abort-upgrade|abort-remove|abort-deconfigure)
+ echo "$1"
+ ;;
+ *)
+ echo "postinst called with unknown argument \`\$1'" >&2
+ exit 0
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
exit 0
diff --git a/debian/postrm b/debian/postrm
index 3931669..744f8b1 100755
--- a/debian/postrm
+++ b/debian/postrm
@@ -35,11 +35,25 @@ createGeneric() {
done;
}
-if [ "$1" = "remove" ]; then
- # Automatically added by dh_makeshlibs
- ldconfig
- # Actualize .all files
- createGeneric /usr/include/Bpp
-fi
+case "$1" in
+ remove)
+ # Automatically added by dh_makeshlibs
+ ldconfig
+ # Actualize .all files
+ createGeneric /usr/include/Bpp
+ ;;
+ purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ echo $1
+ ;;
+ *)
+ echo "postrm called with unknown argument \`\$1'" >&2
+ exit 0
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
exit 0
diff --git a/debian/prerm b/debian/prerm
index 5aefd24..8fab52e 100755
--- a/debian/prerm
+++ b/debian/prerm
@@ -19,9 +19,23 @@ removeGeneric() {
done
}
-if [ "$1" = "remove" ]; then
- # Actualize .all files
- removeGeneric /usr/include/Bpp
-fi
+case "$1" in
+ remove|upgrade|deconfigure)
+ # Actualize .all files
+ removeGeneric /usr/include/Bpp
+ ;;
+ failed-upgrade)
+ echo "$1"
+ ;;
+ *)
+ echo "prerm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
exit 0
diff --git a/debian/rules b/debian/rules
index c943581..aa1aeed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,9 @@ configure:
config.status: configure
dh_testdir
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: config.status
dh_testdir
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-raa.git
More information about the debian-med-commit
mailing list