From 7695f1e8727f063dad4a27fd1f239580b02fd76e Mon Sep 17 00:00:00 2001 From: Filip Pytloun <filip@pytloun.cz> Date: Wed, 10 Jan 2018 17:58:53 +0100 Subject: [PATCH] Fix description --- debian/control | 7 +++++-- debian/copyright | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index cafc310..1a0774e 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,9 @@ Build-Depends: python3-all, python3-pbr (>= 0.8.2), python3-setuptools, +Build-Depends-Indep: + python-requests (>= 2.10.0), + python3-requests (>= 2.10.0), Standards-Version: 4.1.3 Testsuite: autopkgtest-pkg-python Homepage: https://github.com/dpursehouse/pygerrit2 @@ -25,7 +28,7 @@ Multi-Arch: foreign Depends: ${misc:Depends}, ${python:Depends}, -Description: client library to interact with Gerrit Code Review via the REST API +Description: client library to interact with Gerrit Code Review via the REST API - Python 2.7 pygerrit2 is simple Python library to provide interface to interact with Gerrit Code Review via it's REST API. . @@ -37,7 +40,7 @@ Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, -Description: client library to interact with Gerrit Code Review via the REST API +Description: client library to interact with Gerrit Code Review via the REST API - Python 3.x pygerrit2 is simple Python library to provide interface to interact with Gerrit Code Review via it's REST API. . diff --git a/debian/copyright b/debian/copyright index 7c27018..9ed4da6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -30,4 +30,3 @@ License: Expat LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -- GitLab