mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 04:28:26 +00:00
Drop libgit2-dbg and migrate to dbgsym
This commit is contained in:
parent
fa011ff96b
commit
6a22a39ece
18
debian/control
vendored
18
debian/control
vendored
@ -2,7 +2,8 @@ Source: libgit2
|
||||
Section: libs
|
||||
Priority: extra
|
||||
Maintainer: Russell Sim <russell.sim@gmail.com>
|
||||
Build-Depends: debhelper (>= 9.20120417), python-minimal (>= 2.4.0), pkg-config,
|
||||
Build-Depends: debhelper (>= 9.20160114),
|
||||
python-minimal (>= 2.4.0), pkg-config,
|
||||
cmake, libz-dev, libcurl4-gnutls-dev,
|
||||
libssh2-1-dev, libhttp-parser-dev
|
||||
Standards-Version: 3.9.7
|
||||
@ -34,18 +35,3 @@ Description: low-level Git library
|
||||
libgit2 is a portable, pure C implementation of the Git
|
||||
distributed version control system core methods provided as a
|
||||
re-entrant link-able library with a solid API.
|
||||
|
||||
Package: libgit2-dbg
|
||||
Section: debug
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libgit2-24 (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Description: libgit2 library and debugging symbols
|
||||
libgit2 is a portable, pure C implementation of the Git
|
||||
distributed version control system core methods provided as a
|
||||
re-entrant link-able library with a solid API.
|
||||
.
|
||||
This package contains detached debugging symbols.
|
||||
.
|
||||
Most people will not need this package.
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -46,11 +46,11 @@ override_dh_auto_test:
|
||||
dh_auto_test --builddirectory=build-debian-devel
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=libgit2-dbg
|
||||
dh_strip --dbgsym-migration='libgit2-dbg (<< 0.24.0-2~)'
|
||||
|
||||
override_dh_installexamples:
|
||||
dh_installexamples --exclude .gitignore
|
||||
|
||||
%:
|
||||
dh $@ --parallel --buildsystem cmake --dbg-package=libgit2-dbg --builddirectory=build-debian-release
|
||||
dh $@ --parallel --buildsystem cmake --dbgsym-migration='libgit2-dbg (<< 0.24.0-2~)' --builddirectory=build-debian-release
|
||||
dh $@ --parallel --buildsystem cmake --builddirectory=build-debian-devel
|
||||
|
Loading…
Reference in New Issue
Block a user