mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-15 14:19:43 +00:00
Changed package name to match library version
This commit is contained in:
parent
4dbf80836c
commit
45f8f56ede
6
debian/control
vendored
6
debian/control
vendored
@ -14,7 +14,7 @@ Package: libgit2-dev
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libgit2-0 (= ${binary:Version}), libz-dev, libssl-dev,
|
Depends: libgit2-21 (= ${binary:Version}), libz-dev, libssl-dev,
|
||||||
${shlibs:Depends}, ${misc:Depends}
|
${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: low-level Git library (development files)
|
Description: low-level Git library (development files)
|
||||||
libgit2 is a portable, pure C implementation of the Git
|
libgit2 is a portable, pure C implementation of the Git
|
||||||
@ -23,7 +23,7 @@ Description: low-level Git library (development files)
|
|||||||
.
|
.
|
||||||
This package contains the development files for libgit2.
|
This package contains the development files for libgit2.
|
||||||
|
|
||||||
Package: libgit2-0
|
Package: libgit2-21
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
@ -37,7 +37,7 @@ Package: libgit2-dbg
|
|||||||
Section: debug
|
Section: debug
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libgit2-0 (= ${binary:Version}),
|
Depends: libgit2-21 (= ${binary:Version}),
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: libgit2 library and debugging symbols
|
Description: libgit2 library and debugging symbols
|
||||||
libgit2 is a portable, pure C implementation of the Git
|
libgit2 is a portable, pure C implementation of the Git
|
||||||
|
1
debian/libgit2-0.lintian-overrides
vendored
1
debian/libgit2-0.lintian-overrides
vendored
@ -1 +0,0 @@
|
|||||||
libgit2-0: no-upstream-changelog
|
|
1
debian/libgit2-21.lintian-overrides
vendored
Normal file
1
debian/libgit2-21.lintian-overrides
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
libgit2-21: no-upstream-changelog
|
@ -1,4 +1,4 @@
|
|||||||
libgit2.so.21 libgit2-0 #MINVER#
|
libgit2.so.21 libgit2-21 #MINVER#
|
||||||
git_attr_add_macro@Base 0.17.0
|
git_attr_add_macro@Base 0.17.0
|
||||||
git_attr_cache_flush@Base 0.17.0
|
git_attr_cache_flush@Base 0.17.0
|
||||||
git_attr_foreach@Base 0.17.0
|
git_attr_foreach@Base 0.17.0
|
Loading…
Reference in New Issue
Block a user