[med-svn] [opensurgsim] 01/01: Update rules and patches/series for last commit

Paul Novotny paulnovo-guest at moszumanska.debian.org
Tue Feb 24 02:40:46 UTC 2015


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

paulnovo-guest pushed a commit to branch master
in repository opensurgsim.

commit 04ab52b523f2774d215054c317190796d56ed83e
Author: Paul Novotny <paul at paulnovo.us>
Date:   Mon Feb 23 21:11:20 2015 -0500

    Update rules and patches/series for last commit
    
    Forgot to add the updated patches/series and debian/rules changes that
    are need for the previous commit.
---
 debian/patches/series | 1 +
 debian/rules          | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/patches/series b/debian/patches/series
index 125c344..f6c040a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 backport-03c10f32d.patch
 use-debian-yaml-cpp.patch
+add-version-to-libs.patch
diff --git a/debian/rules b/debian/rules
index b42a7c5..36e46b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,8 @@ override_dh_auto_configure:
 
 override_dh_install:
 	dh_install -p$(pkg_dev) --autodest usr/include/*
+	dh_install -p$(pkg_dev) --autodest usr/lib/lib*.so
 	dh_install -p$(pkg_dev) --autodest usr/lib/cmake/OpenSurgSim/*
-	dh_install -p$(pkg_lib) --autodest usr/lib/lib*
+	dh_install -p$(pkg_lib) --autodest usr/lib/lib*.so.*
 	dh_installdocs -p$(pkg_doc) debian/tmp/usr/share/doc/OpenSurgSim/*
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/opensurgsim.git



More information about the debian-med-commit mailing list