[pybtex] 89/108: deb/control: moved pyyaml from Recommends to Depends

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch master
in repository pybtex.

commit 97284b2dd298f55b31df0f862486bc1fc017f152
Author: Daniel Stender <stender at debian.org>
Date:   Mon Mar 14 13:32:35 2016 +0000

    deb/control: moved pyyaml from Recommends to Depends
---
 debian/changelog | 3 ++-
 debian/control   | 3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6a5ce54..306442b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pybtex (0.19-1) UNRELEASED; urgency=medium
       * added dh-python to build deps.
       * don't depend on python-all (not needed).
       * dropped dep on pyparsing (obsolete).
+      * moved pyyaml from Recommends to Depends (is now install_requires).
     + removed X-Python-Version (not needed).
     + bumped Standards-Version to 3.9.7 (no changes needed).
     + updated Homepage, uploader email address.
@@ -22,7 +23,7 @@ pybtex (0.19-1) UNRELEASED; urgency=medium
     + use Pybuild customization for dh_auto_test.
   * deb/watch: watch pypi.debian.net.
 
- -- Daniel Stender <stender at debian.org>  Mon, 14 Mar 2016 14:24:44 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 14 Mar 2016 14:28:59 +0100
 
 pybtex (0.18-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 63be64d..7dbdfdc 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,7 @@ Architecture: all
 Depends:
  python-pkg-resources,
  ${misc:Depends},
- ${python:Depends}
-Recommends:
+ ${python:Depends},
  python-yaml
 Description: BibTeX-compatible bibliography processor
  Pybtex reads citation information from a file and produces a formatted

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list