summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-03-09 13:24:22 +0100
committerMattia Rizzolo <mattia@debian.org>2017-03-09 13:24:22 +0100
commitd9aa6404bfb9f1a7e93a5012f0178ae40d7adcbb (patch)
tree2fa758dcc20e9277239a788800b3a8f727b9c60c
parent25970bcf1f310207fa40ee27a4b458d106c5174f (diff)
De-duplicate the synopsis of the modules packages (python2 vs python3).
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f8f8f54..038fe11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ beanbag (1.9.2-1.1) unstable; urgency=medium
* Fix code in example file.
Thanks to Russell Stuart for the patch. Closes: #849526
* Mark python-beanbag-doc as Multi-Arch:foreign.
+ * De-duplicate the synopsis of the modules packages (python2 vs python3).
-- Mattia Rizzolo <mattia@debian.org> Thu, 09 Mar 2017 13:17:47 +0100
diff --git a/debian/control b/debian/control
index e011ecc..14edc67 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Package: python-beanbag
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-beanbag-doc, python-requests-oauthlib
-Description: Helper module for accessing REST APIs
+Description: Helper module for accessing REST APIs - python2
BeanBag is a simple module that lets you access REST APIs in an easy
way. See `http://beanbag.readthedocs.org/` for more information.
.
@@ -21,7 +21,7 @@ Package: python3-beanbag
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-beanbag-doc, python3-requests-oauthlib
-Description: Helper module for accessing REST APIs
+Description: Helper module for accessing REST APIs - python3
BeanBag is a simple module that lets you access REST APIs in an easy
way. See `http://beanbag.readthedocs.org/` for more information.
.