mirror of
https://git.proxmox.com/git/libgit2
synced 2026-02-01 19:03:40 +00:00
added symbols file
This commit is contained in:
parent
44628f081a
commit
3a282033f5
9
debian/libgit2-0.symbols
vendored
Normal file
9
debian/libgit2-0.symbols
vendored
Normal 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
2
debian/rules
vendored
@ -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)'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user