added symbols file

This commit is contained in:
Russell Sim 2012-04-12 19:44:08 +10:00
parent 44628f081a
commit 3a282033f5
2 changed files with 10 additions and 1 deletions

9
debian/libgit2-0.symbols vendored Normal file
View File

@ -0,0 +1,9 @@
libgit2.so.0 libgit2-0 #MINVER#
(regex|optional)"^git__.*@Base$" 0.16.0
(regex)"^git_.*@Base$" 0.16.0
(regex|optional)"^p_.*@Base$" 0.16.0
(regex|optional)"^http_.*@Base$" 0.16.0
(regex|optional)"^gitno_.*@Base$" 0.16.0
(regex|optional)"^packfile_.*@Base$" 0.16.0
(optional)sha1_entry_pos@Base 0.16.0
(optional)get_delta_base@Base 0.16.0

2
debian/rules vendored
View File

@ -16,4 +16,4 @@ override_dh_auto_configure:
dh_auto_configure -- -DBUILD_CLAR:BOOL=ON -DBUILD_TESTS:BOOL=ON
override_dh_makeshlibs:
dh_makeshlibs -V
dh_makeshlibs -V 'libgit2-0 (>= 0.16.0)'