summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Curia <maxy@debian.org>2016-05-07 09:17:17 +0200
committerMaximiliano Curia <maxy@debian.org>2016-05-07 09:17:17 +0200
commit43352a9282f3745a81543d70e9fed9d94100eaaa (patch)
tree3aaae06fec7cd9adb68184a48bc7eb7fcb10ce38
parent7d11f75a3ab3ccd903c6d9fac18b52ad9716fba1 (diff)
downloadpkg-kde-tools-43352a9282f3745a81543d70e9fed9d94100eaaa.tar.gz
debian/control: Update Vcs-Browser and Vcs-Git fields
-rw-r--r--debian/control12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 1c2755e..631d7a4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: pkg-kde-tools
Section: devel
Priority: extra
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Build-Depends: debhelper (>= 9), libdpkg-perl (>= 1.15.6~), cmake (>= 2.6.4)
+Build-Depends: cmake (>= 2.6.4), debhelper (>= 9), libdpkg-perl (>= 1.15.6~)
Standards-Version: 3.9.6
Uploaders: Sune Vuorela <sune@debian.org>,
Modestas Vainius <modax@debian.org>,
Maximiliano Curia <maxy@debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
-Vcs-Git: git://anonscm.debian.org/pkg-kde/pkg-kde-tools.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/pkg-kde-tools.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-kde/pkg-kde-tools.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/pkg-kde-tools.git
Package: pkg-kde-tools
Architecture: all
@@ -19,8 +19,8 @@ Depends: libdpkg-perl (>= 1.15.6~),
${misc:Depends},
${perl:Depends}
Recommends: dpkg-dev (>= 1.15.6~), libwww-perl
-Suggests: debhelper (>= 7.3.16), cdbs
-Breaks: kdelibs5-dev (<< 4:4.2.2), dpkg-dev (<< 1.15.6~)
+Suggests: cdbs, debhelper (>= 7.3.16)
+Breaks: dpkg-dev (<< 1.15.6~), kdelibs5-dev (<< 4:4.2.2)
Description: various packaging tools and scripts for KDE Applications
This package contains a variety of packaging tools and build scripts that may
be very useful when packaging KDE applications. Even if you are a maintainer
@@ -56,7 +56,7 @@ Description: various packaging tools and scripts for KDE Applications
Package: libdlrestrictions1
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library that implements library compatibility checks for dlopen()
This package provides a DLRestrictions library that can be used to check
compatibility of the external shared library (or plugin) against other