mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 07:06:02 +00:00
added debug and dev packages
This commit is contained in:
parent
7618a9d965
commit
0d836383cd
16
debian/control
vendored
16
debian/control
vendored
@ -8,10 +8,26 @@ Homepage: http://libgit2.github.com/
|
|||||||
#Vcs-Git: git://git.debian.org/collab-maint/libgit2.git
|
#Vcs-Git: git://git.debian.org/collab-maint/libgit2.git
|
||||||
#Vcs-Browser: http://git.debian.org/?p=collab-maint/libgit2.git;a=summary
|
#Vcs-Browser: http://git.debian.org/?p=collab-maint/libgit2.git;a=summary
|
||||||
|
|
||||||
|
|
||||||
|
Package: libgit2-dev
|
||||||
|
Architecture: any
|
||||||
|
Section: libdevel
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
|
||||||
Package: libgit2
|
Package: libgit2
|
||||||
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: libgit2 is a portable, pure C implementation of the Git
|
Description: libgit2 is a portable, pure C implementation of the Git
|
||||||
distributed version control system core methods provided as a
|
distributed version control system core methods provided as a
|
||||||
re-entrant linkable library with a solid API, allowing you to write
|
re-entrant linkable library with a solid API, allowing you to write
|
||||||
native speed custom Git applications in any language with bindings.
|
native speed custom Git applications in any language with bindings.
|
||||||
|
|
||||||
|
Package: libgit2-dbg
|
||||||
|
Section: debug
|
||||||
|
Priority: extra
|
||||||
|
Architecture: any
|
||||||
|
Depends: libgit2 (= ${binary:Version}),
|
||||||
|
${misc:Depends}
|
||||||
|
Description: libgit2 debugging symbols
|
||||||
|
|
||||||
|
3
debian/libgit2-dev.install
vendored
Normal file
3
debian/libgit2-dev.install
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/usr/include/git2.h
|
||||||
|
/usr/include/git2
|
||||||
|
/usr/lib/pkgconfig/libgit2.pc
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -10,4 +10,8 @@
|
|||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
.PHONY: override_dh_strip
|
||||||
|
override_dh_strip:
|
||||||
|
dh_strip --dbg-package=libgit2-dbg
|
Loading…
Reference in New Issue
Block a user