[libcerf] 03/05: Fixed debian/control with cme fix dpkg-control

Eugen Wintersberger eugenwintersberger-guest at moszumanska.debian.org
Mon Jul 28 12:39:27 UTC 2014


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

eugenwintersberger-guest pushed a commit to branch master
in repository libcerf.

commit a51a1c40e2a0bbaefaf2c610a9da1254f26ee735
Author: Eugen Wintersberger <eugen.wintersberger at gmail.com>
Date:   Mon Jul 28 14:27:39 2014 +0200

    Fixed debian/control with cme fix dpkg-control
---
 debian/control | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index b703640..40a2127 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,23 @@
 Source: libcerf
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org> 
 Uploaders: Eugen Wintersberger <eugen.wintersberger at gmail.com>
-Build-Depends: debhelper (>= 9), autotools-dev, automake (>=1.0)
-Standards-Version: 3.9.5
-Priority: optional
 Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               autotools-dev,
+               automake
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libcerf.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/libcerf.gi
 Homepage: http://apps.jcns.fz-juelich.de/doku/sc/libcerf
 
 Package: libcerf1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Pre-Depends},${misc:Depends}
-Pre-Depends: multiarch-support
 Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Pre-Depends},
+         ${misc:Depends}
+Pre-Depends: multiarch-support
 Description: Complex error function library - binary files
  libcerf is a self-contained numeric library that provides an efficient and
  accurate implementation of the complex error functions, along with Dawson,
@@ -22,10 +26,11 @@ Description: Complex error function library - binary files
  This package contains the runtime binary of the library.
 
 Package: libcerf1-dbg
-Section: debug
 Architecture: any
+Section: debug
 Priority: extra
-Depends: libcerf1 (=${binary:Version}), ${misc:Depends}
+Depends: libcerf1 (=${binary:Version}),
+         ${misc:Depends}
 Description: Complex error function library - debugging symbols
  libcerf is a self-contained numeric library that provides an efficient and
  accurate implementation of the complex error functions, along with Dawson,
@@ -34,9 +39,10 @@ Description: Complex error function library - debugging symbols
  This package contains the debugging symbols for the library.
 
 Package: libcerf-dev
-Section: libdevel
 Architecture: any
-Depends: libcerf1 (= ${binary:Version}),${misc:Depends}
+Section: libdevel
+Depends: libcerf1 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Complex error function library - development files
  libcerf is a self-contained numeric library that provides an efficient and
  accurate implementation of the complex error functions, along with Dawson,

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



More information about the debian-science-commits mailing list