]> git.proxmox.com Git - libgit2.git/blobdiff - debian/control
Apply M-A hint to libgit2-fixtures
[libgit2.git] / debian / control
index c68a0c5f7c24736913bb6e1bd5119e757b481faa..cf8bf11e94aa1ef1f3f94a8eca551ac8383cec68 100644 (file)
@@ -1,24 +1,38 @@
 Source: libgit2
 Section: libs
-Priority: extra
-Maintainer: Russell Sim <russell.sim@gmail.com>
-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
-Homepage: http://libgit2.github.com/
-Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/libgit2.git/
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libgit2.git/
-
+Priority: optional
+Maintainer: Utkarsh Gupta <utkarsh@debian.org>
+Uploaders: Pirate Praveen <praveen@debian.org>,
+          Mohammed Bilal <mdbilal@disroot.org>
+Build-Depends: debhelper-compat (= 13),
+               python3-minimal:any,
+               pkg-config,
+               ca-certificates,
+               cmake,
+               zlib1g-dev,
+               libmbedtls-dev,
+               libssh2-1-dev,
+               libhttp-parser-dev,
+               libpcre2-dev,
+               libkrb5-dev,
+               ca-certificates
+Standards-Version: 4.6.1
+Homepage: https://libgit2.github.com/
+Vcs-Git: https://salsa.debian.org/debian/libgit2.git
+Vcs-Browser: https://salsa.debian.org/debian/libgit2
+Rules-Requires-Root: no
 
 Package: libgit2-dev
 Architecture: any
 Section: libdevel
 Multi-Arch: same
-Depends: libgit2-24 (= ${binary:Version}), libz-dev,
-         libcurl4-gnutls-dev, libssh2-1-dev,
-         libhttp-parser-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: libgit2-1.5 (= ${binary:Version}),
+         zlib1g-dev,
+         libmbedtls-dev,
+         libssh2-1-dev,
+         libhttp-parser-dev,
+         libpcre3-dev,
+         ${misc:Depends},
 Description: low-level Git library (development files)
  libgit2 is a portable, pure C implementation of the Git
  distributed version control system core methods provided as a
@@ -26,12 +40,27 @@ Description: low-level Git library (development files)
  .
  This package contains the development files for libgit2.
 
-Package: libgit2-24
+Package: libgit2-1.5
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
 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-fixtures
+Architecture: all
+Multi-Arch: foreign
+Pre-Depends: ${misc:Pre-Depends}
+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.