[SCM] kalgebra packaging branch, master, updated. debian/4.11.3-1-4-g16c942c

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jan 30 14:39:40 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kalgebra.git;a=commitdiff;h=16c942c

The following commit has been merged in the master branch:
commit 16c942c247c3bfa3d4c019ceb29cc640e665211c
Author: Maximiliano Curia <maxy at debian.org>
Date:   Thu Jan 30 15:38:58 2014 +0100

    wrap-and-sort
---
 debian/control   | 31 +++++++++++++++++++------------
 debian/copyright |  4 ++--
 2 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 48a9bab..9a168be 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,16 @@ Source: kalgebra
 Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Sune Vuorela <sune at debian.org>,
-           Maximiliano Curia <maxy at debian.org>
-Build-Depends: kde-sc-dev-latest (>= 4:4.11),
- cmake, debhelper (>= 9), pkg-kde-tools (>= 0.12), pkg-config,
- kdelibs5-dev (>= 4:4.11), libkdeedu-dev (>= 4:4.11),
- libanalitza-dev (>= 4:4.11),
- libqt4-opengl-dev
+Uploaders: Sune Vuorela <sune at debian.org>, Maximiliano Curia <maxy at debian.org>
+Build-Depends: cmake,
+               debhelper (>= 9),
+               kde-sc-dev-latest (>= 4:4.11),
+               kdelibs5-dev (>= 4:4.11),
+               libanalitza-dev (>= 4:4.11),
+               libkdeedu-dev (>= 4:4.11),
+               libqt4-opengl-dev,
+               pkg-config,
+               pkg-kde-tools (>= 0.12)
 Standards-Version: 3.9.5
 Homepage: http://edu.kde.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-sc/kalgebra.git
@@ -17,7 +20,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-sc/kalgebra.git
 Package: kalgebra
 Architecture: any
 Section: math
-Depends: ${shlibs:Depends}, ${misc:Depends}, kalgebra-common (= ${binary:Version})
+Depends: kalgebra-common (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: kalgebramobile (<< 4:4.7.2)
 Description: algebraic graphing calculator
  KAlgebra is a algebraic graphing calculator with support for 3D graphing and
@@ -28,7 +33,9 @@ Description: algebraic graphing calculator
 Package: kalgebramobile
 Architecture: any
 Section: math
-Depends: ${shlibs:Depends}, ${misc:Depends},  kalgebra-common (= ${binary:Version})
+Depends: kalgebra-common (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: algebraic graphing calculator for small touch based interfaces
  KAlgebra is a algebraic graphing calculator with support for 3D graphing and
  MathML markup language. This is the version for small touch based interfaces
@@ -40,7 +47,7 @@ Architecture: any
 Section: math
 Breaks: kalgebra (<< 4:4.7.2)
 Replaces: kalgebra (<< 4:4.7.2)
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: contains files common for kalgebra and kalgebramobile
  KAlgebra is a algebraic graphing calculator with support for 3D graphing and
  MathML markup language and it contains files needed for both full and mobile
@@ -52,8 +59,8 @@ Package: kalgebra-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: ${misc:Depends},
- kalgebra (= ${binary:Version}) | kalgebramobile (= ${binary:Version}),
+Depends: kalgebra (= ${binary:Version}) | kalgebramobile (= ${binary:Version}),
+         ${misc:Depends}
 Recommends: libanalitza-dbg
 Breaks: kdeedu-dbg (<< 4:4.6.80)
 Replaces: kdeedu-dbg (<< 4:4.6.80)
diff --git a/debian/copyright b/debian/copyright
index 2bb2985..05cbc88 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -36,7 +36,7 @@ License: GPL-2+
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  .
- On Debian systems, the full text of the GNU General Public License 
+ On Debian systems, the full text of the GNU General Public License
  version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
 
@@ -62,7 +62,7 @@ License: BSD-3-clause
  2. Redistributions in binary form must reproduce the copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
- 3. The name of the author may not be used to endorse or promote products 
+ 3. The name of the author may not be used to endorse or promote products
  derived from this software without specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR

-- 
kalgebra packaging



More information about the pkg-kde-commits mailing list