[SCM] syntax-highlighting packaging branch, master, updated. 66a8a7310315d5d1fae4bf12a1e932b3d8a22d28

Maximiliano Curia maxy at moszumanska.debian.org
Sun Oct 16 14:13:32 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/syntax-highlighting.git;a=commitdiff;h=d4e8607

The following commit has been merged in the master branch:
commit d4e86075ac24235daff3354c29889d5ea695c549
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Oct 16 11:10:02 2016 +0200

    wrap-and-sort
    
    Gbp-Dch: Ignore
---
 debian/control                                | 36 ++++++++++++++-------------
 debian/libkf5syntaxhighlighting-dev.install   |  4 +--
 debian/libkf5syntaxhighlighting-tools.install |  2 +-
 3 files changed, 22 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index a6ec03a..71ebd51 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,10 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 2.8.12),
                debhelper (>= 9),
                extra-cmake-modules (>= 5.21.0~),
-               pkg-kde-tools (>= 0.15.15ubuntu1~),
-               qtbase5-dev (>= 5.4.0~),
                libqt5xmlpatterns5-dev (>= 5.4.0~),
-               perl
+               perl,
+               pkg-kde-tools (>= 0.15.15ubuntu1~),
+               qtbase5-dev (>= 5.4.0~)
 Standards-Version: 3.9.8
 Homepage: https://projects.kde.org/projects/frameworks/syntax-highlighting
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/syntax-highlighting.git
@@ -19,15 +19,15 @@ Package: libkf5syntaxhighlighting-dev
 Section: libdevel
 Architecture: any
 Depends: libkf5syntaxhighlighting5 (= ${binary:Version}),
-         qtbase5-dev (>= 5.4.0~),
          libqt5xmlpatterns5-dev (>= 5.4.0~),
+         qtbase5-dev (>= 5.4.0~),
          ${misc:Depends}
 Description: Syntax highlighting Engine
- This is a stand-alone implementation of the Kate syntax 
+ This is a stand-alone implementation of the Kate syntax
  highlighting engine. It's meant as a building block for
- text editors as well as for simple highlighted text 
- rendering (e.g. as HTML), supporting both integration 
- with a custom editor as well as a ready-to-use 
+ text editors as well as for simple highlighted text
+ rendering (e.g. as HTML), supporting both integration
+ with a custom editor as well as a ready-to-use
  QSyntaxHighlighter sub-class.
  .
  Contains development files for libkf5syntaxhighlighting5.
@@ -36,23 +36,25 @@ Package: libkf5syntaxhighlighting5
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Syntax highlighting Engine
- This is a stand-alone implementation of the Kate syntax 
+ This is a stand-alone implementation of the Kate syntax
  highlighting engine. It's meant as a building block for
- text editors as well as for simple highlighted text 
- rendering (e.g. as HTML), supporting both integration 
- with a custom editor as well as a ready-to-use 
+ text editors as well as for simple highlighted text
+ rendering (e.g. as HTML), supporting both integration
+ with a custom editor as well as a ready-to-use
  QSyntaxHighlighter sub-class.
  .
 
 Package: libkf5syntaxhighlighting-tools
 Architecture: any
-Depends: libkf5syntaxhighlighting5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libkf5syntaxhighlighting5 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Syntax highlighting Engine
- This is a stand-alone implementation of the Kate syntax 
+ This is a stand-alone implementation of the Kate syntax
  highlighting engine. It's meant as a building block for
- text editors as well as for simple highlighted text 
- rendering (e.g. as HTML), supporting both integration 
- with a custom editor as well as a ready-to-use 
+ text editors as well as for simple highlighted text
+ rendering (e.g. as HTML), supporting both integration
+ with a custom editor as well as a ready-to-use
  QSyntaxHighlighter sub-class.
  .
  Provides additional tools for libkf5syntaxhighlighting5
diff --git a/debian/libkf5syntaxhighlighting-dev.install b/debian/libkf5syntaxhighlighting-dev.install
index cc206a4..a15496a 100644
--- a/debian/libkf5syntaxhighlighting-dev.install
+++ b/debian/libkf5syntaxhighlighting-dev.install
@@ -1,5 +1,5 @@
-usr/lib/*/cmake/KF5SyntaxHighlighting
 usr/include/KF5/SyntaxHighlighting
-usr/lib/*/qt5/mkspecs/modules/qt_SyntaxHighlighting.pri
 usr/include/KF5/syntaxhighlighting_version.h
+usr/lib/*/cmake/KF5SyntaxHighlighting
 usr/lib/*/libKF5SyntaxHighlighting.so
+usr/lib/*/qt5/mkspecs/modules/qt_SyntaxHighlighting.pri
diff --git a/debian/libkf5syntaxhighlighting-tools.install b/debian/libkf5syntaxhighlighting-tools.install
index 78e63e1..4cd05b1 100644
--- a/debian/libkf5syntaxhighlighting-tools.install
+++ b/debian/libkf5syntaxhighlighting-tools.install
@@ -1,2 +1,2 @@
-usr/bin/kate-syntax-highlighter
 etc/xdg/org_kde_syntax-highlighting.categories
+usr/bin/kate-syntax-highlighter

-- 
syntax-highlighting packaging



More information about the pkg-kde-commits mailing list