[cliquer] 03/11: sort deps

Mattia Rizzolo mattia at debian.org
Wed Nov 22 10:34:50 UTC 2017


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

mattia pushed a commit to branch master
in repository cliquer.

commit 3ac9ca53bc23f810765f77b2a77f32ed8072fb3b
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Nov 22 11:08:37 2017 +0100

    sort deps
    
    Gbp-Dch: Ignore
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/control | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 534c38d..dec7931 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Homepage: http://www.tkk.fi/~pat/cliquer.html
 Package: cliquer
 Section: math
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: clique searching program
  Cliquer search for cliques in arbitrary weighted and unweighted graphs.
  It can search for maximal cliques, maximal-weighted cliques or cliques within
@@ -21,7 +21,7 @@ Description: clique searching program
 Package: libcliquer-dev
 Section: libdevel
 Architecture: any
-Depends: libcliquer1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libcliquer1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: clique searching library (development headers)
  This package contains the development headers for the clique
  searching library found in libcliquer0, which allows searching for
@@ -30,9 +30,8 @@ Description: clique searching library (development headers)
 Package: libcliquer1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: clique searching library
  Cliquer is a set of routines for finding cliques in arbitrary weighted
  and unweighted graphs. It can search for maximal cliques, maximal-weighted
  cliques or cliques within a given size range.
-

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



More information about the debian-science-commits mailing list