>From a1fe9cd545ee1bad72e9beffd1027cad08f4792d Mon Sep 17 00:00:00 2001
From: Bas Couwenberg <sebastic@xs4all.nl>
Date: Fri, 15 Jul 2016 22:59:53 +0200
Subject: Restructure control file with cme.

---
 debian/changelog |  1 +
 debian/control   | 29 ++++++++++++++++-------------
 2 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0729007..7a36acb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ qwt (6.1.2-5.1) UNRELEASED; urgency=medium
   * Override dh_installman to remove _tmp_ files.
   * Discard manpages installed by buildsystem, use dh_installman instead.
   * Install pkg-config files in their respective -dev packages.
+  * Restructure control file with cme.
 
  -- Bas Couwenberg <sebastic@debian.org>  Fri, 15 Jul 2016 20:07:27 +0200
 
diff --git a/debian/control b/debian/control
index d8761c2..ec7911f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: qwt
-Priority: optional
 Maintainer: Fathi Boudra <fabo@debian.org>
 Uploaders: Gudjon I. Gudjonsson <gudjon@gudjon.org>
+Section: libs
+Priority: optional
 Build-Depends: debhelper (>= 9),
                libqt4-dev (>= 4:4.8.0~),
                libqt4-opengl-dev,
@@ -11,15 +12,15 @@ Build-Depends: debhelper (>= 9),
                qttools5-dev,
                pkg-kde-tools
 Standards-Version: 3.9.7
-Section: libs
-Homepage: http://qwt.sourceforge.net
-Vcs-Svn: svn://anonscm.debian.org/collab-maint/ext-maint/qwt/trunk/
 Vcs-Browser: https://anonscm.debian.org/viewvc/collab-maint/ext-maint/qwt/trunk/
+Vcs-Svn: svn://anonscm.debian.org/collab-maint/ext-maint/qwt/trunk/
+Homepage: http://qwt.sourceforge.net
 
 Package: libqwt-headers
-Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Section: libdevel
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: libqwt-dev (<< 6.1.2-1)
 Replaces: libqwt-dev (<< 6.1.2-1)
 Description: Qt widgets library for technical applications (header files)
@@ -31,8 +32,8 @@ Description: Qt widgets library for technical applications (header files)
  This package contains the header files for both Qt4 and Qt5 versions
 
 Package: libqwt-dev
-Section: libdevel
 Architecture: any
+Section: libdevel
 Depends: libqt4-dev,
          libqwt-headers (= ${binary:Version}),
          libqwt6abi1 (= ${binary:Version}),
@@ -51,7 +52,8 @@ Description: Qt widgets library for technical applications (development, qt4)
 
 Package: libqwt6abi1
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Breaks: libqwt6 (<= 6.1.2-1)
 Replaces: libqwt (<= 6.1.2-1)
@@ -65,8 +67,8 @@ Description: Qt widgets library for technical applications (runtime, qt4)
  use the Qwt library and Qt4.
 
 Package: libqwtmathml-dev
-Section: libdevel
 Architecture: any
+Section: libdevel
 Depends: libqwt-dev (= ${binary:Version}),
          libqwtmathml6abi1 (= ${binary:Version}),
          ${misc:Depends},
@@ -99,8 +101,8 @@ Description: Text Engine for Qwt (runtime, qt4)
  solution package for the Qwt library and Qt4.
 
 Package: libqwt-qt5-dev
-Section: libdevel
 Architecture: any
+Section: libdevel
 Depends: libqwt-headers (= ${binary:Version}),
          libqwt-qt5-6 (= ${binary:Version}),
          ${misc:Depends},
@@ -117,7 +119,8 @@ Description: Qt widgets library for technical applications (development, qt5)
 
 Package: libqwt-qt5-6
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Qt widgets library for technical applications (runtime, qt5)
  The Qwt library contains Qt GUI Components and utility classes which
@@ -129,8 +132,8 @@ Description: Qt widgets library for technical applications (runtime, qt5)
  use the Qwt library and Qt5.
 
 Package: libqwtmathml-qt5-dev
-Section: libdevel
 Architecture: any
+Section: libdevel
 Depends: libqwt-qt5-dev (= ${binary:Version}),
          libqwtmathml-qt5-6 (= ${binary:Version}),
          ${misc:Depends},
@@ -161,8 +164,8 @@ Description: Text Engine for Qwt (runtime, qt5)
  solution package for the Qwt library and Qt5.
 
 Package: libqwt-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Recommends: w3m | www-browser
 Description: Qt widgets library for technical applications (documentation)
-- 
2.1.4

