[med-svn] [camp] 01/01: fix empty packages , add README.source

Corentin Desfarges corentin-guest at moszumanska.debian.org
Tue Sep 9 10:23:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

corentin-guest pushed a commit to branch master
in repository camp.

commit 28a492db263bb2d7730329cf7f3e256478739ddf
Author: Corentin Desfarges <corentin.desfarges.dev at gmail.com>
Date:   Tue Sep 9 12:04:02 2014 +0200

    fix empty packages , add README.source
---
 debian/README.source            | 5 ++---
 debian/libcamp0.7-dev.install   | 2 ++
 debian/libcamp0.7.install       | 2 ++
 debian/patches/add_soname.patch | 2 +-
 debian/rules                    | 2 +-
 5 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 9fe48b2..f4cf7da 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,10 +1,9 @@
 camp for Debian
 ---------------
 
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
+This package use a fork of https://github.com/tegesoft/camp
 
 
 
- -- root <root at debian>  Wed, 20 Aug 2014 15:02:43 +0200
+ -- Corentin Desfarges <corentin.desfarges.dev at gmail.com>  Fri, 29 Aug 2014 14:15:00 +0200
 
diff --git a/debian/libcamp0.7-dev.install b/debian/libcamp0.7-dev.install
new file mode 100644
index 0000000..76bb2bd
--- /dev/null
+++ b/debian/libcamp0.7-dev.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/libcamp*.so
diff --git a/debian/libcamp0.7.install b/debian/libcamp0.7.install
new file mode 100644
index 0000000..7571dff
--- /dev/null
+++ b/debian/libcamp0.7.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/libcamp*.so.*
+debian/tmp/usr/share/*
diff --git a/debian/patches/add_soname.patch b/debian/patches/add_soname.patch
index 6e85d25..c53f3c5 100644
--- a/debian/patches/add_soname.patch
+++ b/debian/patches/add_soname.patch
@@ -6,7 +6,7 @@ Add no version
  # define the export macro
  if(BUILD_SHARED_LIBS)
 -    set_target_properties(camp PROPERTIES DEFINE_SYMBOL CAMP_EXPORTS)
-+    set_target_properties(camp PROPERTIES DEFINE_SYMBOL CAMP_EXPORTS SOVERSION 0.7.1 VERSION 0.7.1.1)
++    set_target_properties(camp PROPERTIES DEFINE_SYMBOL CAMP_EXPORTS SOVERSION 0.7 VERSION 0.7.1.1)
  else()
      add_definitions(-DCAMP_STATIC)
  endif()
diff --git a/debian/rules b/debian/rules
index ae491bc..db77dcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ include /usr/share/dpkg/default.mk
 	dh $@ 
 
 override_dh_auto_install:
-	dh_auto_install --destdir=debian/camp
+	dh_auto_install
 
 # debmake generated override targets
 # This is example for Cmake (See http://bugs.debian.org/641051 )

-- 
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