Changed package name to match library version

This commit is contained in:
Russell Sim 2014-06-21 14:10:52 +10:00
parent 4dbf80836c
commit 45f8f56ede
5 changed files with 5 additions and 5 deletions

6
debian/control vendored
View File

@ -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

View File

@ -1 +0,0 @@
libgit2-0: no-upstream-changelog

1
debian/libgit2-21.lintian-overrides vendored Normal file
View File

@ -0,0 +1 @@
libgit2-21: no-upstream-changelog

View File

@ -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