This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libsbml.
commit ac53c0d5ff8b373e5183072b3e3ad485cfecb6cd Author: Andreas Tille <[email protected]> Date: Sun Dec 20 18:27:46 2015 +0100 add debian/libsbmlcsP.dll.config following a hint of Jo Shields in the log of bug #808477 --- debian/changelog | 2 ++ debian/libsbmlcsP.dll.config | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 693e263..843c3cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ libsbml (5.12.0+dfsg-2) UNRELEASED; urgency=medium * follow Debian CLI library packaging guidelines (add missing dependencies) Closes: #808477 + * add debian/libsbmlcsP.dll.config following a hint of Jo Shields in the + log of bug #808477 -- Andreas Tille <[email protected]> Sun, 20 Dec 2015 16:14:28 +0100 diff --git a/debian/libsbmlcsP.dll.config b/debian/libsbmlcsP.dll.config new file mode 100644 index 0000000..e477e8b --- /dev/null +++ b/debian/libsbmlcsP.dll.config @@ -0,0 +1,3 @@ +<configuration> + <dllmap dll="libsbmlcs" target="libsbmlcs.so"/> +</configuration> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsbml.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
