mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 01:58:32 +00:00
Merge branch 'testsuite-pkg' into 'debian/sid'
Testsuite pkg See merge request debian/libgit2!3
This commit is contained in:
commit
692ca2a177
13
debian/control
vendored
13
debian/control
vendored
@ -50,3 +50,16 @@ Description: low-level Git library
|
|||||||
libgit2 is a portable, pure C implementation of the Git
|
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 link-able library with a solid API.
|
re-entrant link-able library with a solid API.
|
||||||
|
|
||||||
|
Package: libgit2-fixtures
|
||||||
|
Architecture: all
|
||||||
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends}
|
||||||
|
Description: low-level Git library - test suite examples
|
||||||
|
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 provides the test examples of the library, which can be useful for
|
||||||
|
other pieces of software relying on libgit2, for testing purposes.
|
||||||
|
1
debian/libgit2-fixtures.examples
vendored
Normal file
1
debian/libgit2-fixtures.examples
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
tests/resources/*
|
Loading…
Reference in New Issue
Block a user