[sdformat] 01/02: Apply cme fix dpkg.

Anton Gladky gladk at moszumanska.debian.org
Wed Jan 6 10:25:31 UTC 2016


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

gladk pushed a commit to branch master
in repository sdformat.

commit 8c2184aae7a8f355a1ba836346a8cc7e6293b1e9
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Jan 6 11:19:07 2016 +0100

    Apply cme fix dpkg.
---
 debian/control | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 49ac54d..6c7418e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,9 @@
 Source: sdformat
-Standards-Version: 3.9.6
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivero <jrivero at osrfoundation.org>
 Section: science
-Priority: optional
 Testsuite: autopkgtest
+Priority: optional
 Build-Depends: cmake,
                debhelper (>= 9),
                python,
@@ -22,19 +21,20 @@ Build-Depends: cmake,
                texlive-latex-extra,
                ruby | ruby-interpreter,
                libignition-math2-dev,
-               libgtest-dev,
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/sdformat.git
+               libgtest-dev
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/sdformat.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/sdformat.git
 Homepage: http://sdformat.org
 
 Package: libsdformat3
 Architecture: any
+Multi-Arch: same
 Section: libs
+Depends: sdformat-sdf (>= ${source:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends:  sdformat-sdf (>= ${source:Version}),
-          ${shlibs:Depends},
-          ${misc:Depends}
-Multi-Arch: same
 Description: Simulation Description Format (SDF) parser - Shared library
  SDF is an XML file format that describes environments, objects, and robots
  in a manner suitable for robotic applications. SDF is capable of representing
@@ -47,15 +47,17 @@ Description: Simulation Description Format (SDF) parser - Shared library
  This package gathers the shared library
 
 Package: libsdformat-dev
-Depends: libsdformat3-dev, ${misc:Depends}
 Architecture: all
-Priority: extra
 Section: oldlibs
+Priority: extra
+Depends: libsdformat3-dev,
+         ${misc:Depends}
 Description: transitional dummy package to libsdformat3-dev
  This is a transitional dummy package. It can safely be removed.
 
 Package: libsdformat3-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Depends: libboost-system-dev,
          libboost-filesystem-dev,
@@ -66,9 +68,8 @@ Depends: libboost-system-dev,
          libignition-math2-dev,
          libsdformat3 (= ${binary:Version}),
          ${misc:Depends}
-Replaces: libsdformat-dev (<< 3.0.0)
 Breaks: libsdformat-dev (<< 3.0.0)
-Multi-Arch: same
+Replaces: libsdformat-dev (<< 3.0.0)
 Description: Simulation Description Format (SDF) parser - Development files
  SDF is an XML file format that describes environments, objects, and robots
  in a manner suitable for robotic applications. SDF is capable of representing
@@ -83,9 +84,9 @@ Description: Simulation Description Format (SDF) parser - Development files
 
 Package: sdformat-sdf
 Architecture: all
+Multi-Arch: foreign
 Section: libdevel
 Depends: ${misc:Depends}
-Multi-Arch: foreign
 Conflicts: libsdformat1
 Description: Simulation Description Format (SDF) parser - SDF files
  SDF is an XML file format that describes environments, objects, and robots
@@ -98,15 +99,14 @@ Description: Simulation Description Format (SDF) parser - SDF files
  .
  This package contains SDF (Simulation Description Format) XML files needed by
  the libsdformat.
- 
+
 Package: libsdformat3-dbg
 Architecture: any
+Multi-Arch: same
 Section: debug
 Priority: extra
-Depends:
-     libsdformat3 (= ${binary:Version}),
-     ${misc:Depends}
-Multi-Arch: same
+Depends: libsdformat3 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Simulation Description Format (SDF) parser - Debugging symbols
  SDF is an XML file format that describes environments, objects, and robots
  in a manner suitable for robotic applications. SDF is capable of representing
@@ -120,9 +120,10 @@ Description: Simulation Description Format (SDF) parser - Debugging symbols
 
 Package: sdformat-doc
 Architecture: all
-Section: doc
-Depends: ${misc:Depends}, libjs-jquery
 Multi-Arch: foreign
+Section: doc
+Depends: ${misc:Depends},
+         libjs-jquery
 Description: Simulation Description Format (SDF) parser - Documentation
  SDF is an XML file format that describes environments, objects, and robots
  in a manner suitable for robotic applications. SDF is capable of representing

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



More information about the debian-science-commits mailing list