This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository camp.
commit 2f2cb64ef9e99fb52b652b182509167c054ba662 Author: Andreas Tille <[email protected]> Date: Mon Sep 1 10:42:37 2014 +0200 cme fix dpkg-control --- debian/changelog | 2 +- debian/control | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7dd701d..04c737e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -camp (0.7.1.1-1) unstable; urgency=low +camp (0.7.1.1-1) UNRELEASED; urgency=low * Initial release (Closes: #759244) * Add soname in CMakeLists.txt diff --git a/debian/control b/debian/control index 13ee136..30d5233 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,20 @@ Source: camp -Priority: optional Maintainer: Corentin Desfarges <[email protected]> -Build-Depends: debhelper (>= 9), - cmake, - libboost-all-dev -Standards-Version: 3.9.5 Section: science -Homepage: https://github.com/tegesoft/camp +Priority: optional +Build-Depends: cmake, + debhelper (>= 9), + libboost-all-dev +Standards-Version: 3.9.5 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/camp.git Vcs-Git: git://anonscm.debian.org/debian-med/camp.git +Homepage: https://github.com/tegesoft/camp Package: libcamp0.7 Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: C++ multi-purpose reflection library CAMP is a multi-purpose reflection library developed by Technogerma Systems France (http://www.tegesoft.com). @@ -39,8 +41,10 @@ Description: C++ multi-purpose reflection library Package: libcamp0.7-dev Architecture: any Section: libdevel +Depends: camp, + ${shlibs:Depends}, + ${misc:Depends} Provides: libcamp-dev -Depends: camp, ${shlibs:Depends}, ${misc:Depends} Description: C++ multi-purpose reflection library (development files) CAMP is a multi-purpose reflection library developed by Technogerma Systems France (http://www.tegesoft.com). -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/camp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
