Ver código fonte

Suggest python{,3}-gpg, for tag signing support.

Jelmer Vernooij 6 anos atrás
pai
commit
6d5c134eef
2 arquivos alterados com 3 adições e 0 exclusões
  1. 1 0
      debian/changelog
  2. 2 0
      debian/control

+ 1 - 0
debian/changelog

@@ -1,5 +1,6 @@
 dulwich (0.19.10-1) UNRELEASED; urgency=medium
 dulwich (0.19.10-1) UNRELEASED; urgency=medium
 
 
+  * Suggest python{,3}-gpg, for tag signing support.
   * Add CI/CD configuration for Salsa.
   * Add CI/CD configuration for Salsa.
   * New upstream release.
   * New upstream release.
 
 

+ 2 - 0
debian/control

@@ -32,6 +32,7 @@ Depends: python-certifi,
          ${shlibs:Depends}
          ${shlibs:Depends}
 Breaks: bzr-git (<< 0.6.2)
 Breaks: bzr-git (<< 0.6.2)
 Recommends: python-fastimport
 Recommends: python-fastimport
+Suggests: python-gpg
 Description: Python Git library
 Description: Python Git library
  Dulwich is a Python implementation of the file formats and protocols
  Dulwich is a Python implementation of the file formats and protocols
  used by the Git version control system. It can currently read from and write
  used by the Git version control system. It can currently read from and write
@@ -70,6 +71,7 @@ Depends: python3-certifi,
          ${shlibs:Depends}
          ${shlibs:Depends}
 Breaks: bzr-git (<< 0.6.2)
 Breaks: bzr-git (<< 0.6.2)
 Recommends: python3-fastimport
 Recommends: python3-fastimport
+Suggests: python3-gpg
 Description: Python Git library - Python3 module
 Description: Python Git library - Python3 module
  Dulwich is a Python implementation of the file formats and protocols
  Dulwich is a Python implementation of the file formats and protocols
  used by the Git version control system. It can currently read from and write
  used by the Git version control system. It can currently read from and write