[med-svn] [camp] 01/02: drop version number from -dev package
Andreas Tille
tille at debian.org
Fri Nov 25 15:50:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository camp.
commit 1c9d80965776687ea529431cc08724b4df419ce9
Author: Andreas Tille <tille at debian.org>
Date: Fri Nov 25 16:35:06 2016 +0100
drop version number from -dev package
---
debian/changelog | 1 +
debian/control | 7 ++++---
debian/rules | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 08f302e..82ab9c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ camp (0.7.1.5-1) UNRELEASED; urgency=medium
[ Andreas Tille ]
* debhelper 10 (which enables parallel build as default)
* hardening=+all
+ * drop version number from -dev package
-- Flavien Bridault <fbridault at ircad.fr> Thu, 24 Nov 2016 11:16:24 +0100
diff --git a/debian/control b/debian/control
index 650a415..6c30cd4 100644
--- a/debian/control
+++ b/debian/control
@@ -43,15 +43,16 @@ Description: C++ multi-purpose reflection library
powerful and consistent interface for manipulating your objects outside C++
code.
-Package: libcamp0.7-dev
+Package: libcamp-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcamp0.7 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
-Conflicts: libcamp-dev
-Provides: libcamp-dev
+Conflicts: libcamp0.7-dev
+Provides: libcamp0.7-dev
+Replaces: libcamp0.7-dev
Description: C++ multi-purpose reflection library (development files)
CAMP is a multi-purpose reflection library developed by Technogerma Systems
France (http://www.tegesoft.com).
diff --git a/debian/rules b/debian/rules
index 295c575..8906a9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_install:
dh_install
d-shlibmove \
- --commit --multiarch --exclude-a --exclude-la \
+ --commit --multiarch --devunversioned --exclude-a --exclude-la \
--movedev debian/tmp/usr/include/camp usr/include \
--movedev debian/tmp/usr/include/camp-xml usr/include \
debian/tmp/usr/lib/*.so
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/camp.git
More information about the debian-med-commit
mailing list