diff options
author | Michael Vogt <mvo@debian.org> | 2013-07-10 16:21:09 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-07-10 16:31:15 +0200 |
commit | 18310a30a91bdd8db9370425347023fbf76abab4 (patch) | |
tree | 80489172df00837604cda8fd7f12393c4d7fd671 /debian/control | |
parent | d1866f6a309b5f687cb92f724f17e435e30f3b93 (diff) |
reorder Depends to match debians style
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 3d4fcc86d..e43a155f1 100644 --- a/debian/control +++ b/debian/control @@ -13,12 +13,12 @@ Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 8.1.3~), libdb-dev, po4a (>= 0.34-2), autotools-dev, autoconf, automake Build-Depends-Indep: doxygen, debiandoc-sgml Build-Conflicts: autoconf2.13, automake1.4 -XS-Original-Vcs-Git: git://anonscm.debian.org/apt/apt.git -XS-Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=apt/apt.git +Vcs-Git: git://anonscm.debian.org/apt/apt.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=apt/apt.git Package: apt Architecture: any -Depends: ubuntu-keyring, ${shlibs:Depends}, ${misc:Depends}, gnupg +Depends: ${shlibs:Depends}, ${misc:Depends}, ubuntu-keyring, gnupg Replaces: manpages-pl (<< 20060617-3~), manpages-it Conflicts: python-apt (<< 0.7.93.2~) Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, xz-utils, python-apt |