[pybtex] 05/20: Run cme fix on control file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Jul 22 21:04:53 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository pybtex.

commit d47e0191e900795e3d47e8000e9a241e02529381
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Jul 21 14:03:38 2017 +0100

    Run cme fix on control file
    
    - Wrap and sort fields and dependencies
    - Drop superfluous versioned dependencies
    - Bump standards version to 4.0.0
    
    Gbp-Dch: Full
---
 debian/control | 38 ++++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 19716ab..9f1c9ec 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,28 @@
 Source: pybtex
-Section: tex
-Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Daniel Stender <stender at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python (>= 2.6.6-3~),
- python-setuptools,
- python-yaml,
- python-latexcodec,
- python-nose,
- python-sphinx,
- python-pygments
-Standards-Version: 3.9.8
-Homepage: http://pybtex.org/
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pybtex/trunk/
+Section: tex
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python,
+               python-latexcodec,
+               python-nose,
+               python-pygments,
+               python-setuptools,
+               python-sphinx,
+               python-yaml
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/pybtex/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pybtex/trunk/
+Homepage: http://pybtex.org/
 
 Package: pybtex
 Architecture: all
-Depends:
- python-pkg-resources,
- ${misc:Depends},
- ${python:Depends},
- ${sphinxdoc:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${sphinxdoc:Depends},
+         python-pkg-resources
 Description: BibTeX-compatible bibliography processor
  Pybtex reads citation information from a file and produces a formatted
  bibliography. BibTeX style files are supported. Alternatively it is

-- 
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