This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-core.
commit 70601168f0896e609522918fa2abb2642f3202ab Author: Andreas Tille <[email protected]> Date: Tue Jun 13 11:17:46 2017 +0200 Rename according to with soname bump and install cmake files properly --- debian/changelog | 2 +- debian/control | 6 ++---- debian/libbpp-core-dev.install | 1 - debian/rules | 4 ++-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31c25e8..7bd76a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libbpp-core (2.3.0-1~exp2) UNRELEASED; urgency=medium +libbpp-core (2.3.1-1) UNRELEASED; urgency=medium * Install cmake files into development package diff --git a/debian/control b/debian/control index 36160c3..73f4be5 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page Package: libbpp-core-dev Architecture: any Section: libdevel -Depends: libbpp-core2v5 (= ${binary:Version}), +Depends: libbpp-core3 (= ${binary:Version}), ${misc:Depends} Description: Bio++ Core library development files Bio++ is a set of C++ libraries for Bioinformatics, including sequence @@ -27,14 +27,12 @@ Description: Bio++ Core library development files This package contains the static library and the header files of the Bio++ core classes. -Package: libbpp-core2v5 +Package: libbpp-core3 Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: libbpp-core2 -Replaces: libbpp-core2 Description: Bio++ Core library Bio++ is a set of C++ libraries for Bioinformatics, including sequence analysis, phylogenetics, molecular evolution and population genetics. diff --git a/debian/libbpp-core-dev.install b/debian/libbpp-core-dev.install deleted file mode 100644 index b9f2506..0000000 --- a/debian/libbpp-core-dev.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/cmake diff --git a/debian/rules b/debian/rules index 367ff17..73f4282 100755 --- a/debian/rules +++ b/debian/rules @@ -25,8 +25,8 @@ override_dh_install: dh_install d-shlibmove --commit \ --multiarch \ - --v5 \ --devunversioned \ --exclude-la \ --movedev debian/tmp/usr/include/* usr/include \ - debian/tmp/usr/lib/*.so + --movedev debian/tmp/usr/lib/$(DEB_HOST_GNU_TYPE)/cmake usr/lib/$(DEB_HOST_GNU_TYPE) \ + debian/tmp/usr/lib/*/*.so -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-core.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
