[med-svn] [libquazip] 01/01: cme fix dpkg-control

Andreas Tille tille at debian.org
Fri Jun 24 18:33:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libquazip.

commit 3867913ef282f80fa73d3c1c86cf14a4c7897b48
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jun 24 20:31:12 2016 +0200

    cme fix dpkg-control
---
 debian/changelog |  5 ++++-
 debian/control   | 21 +++++++++++++--------
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5db16c..b2908d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
 libquazip (0.7.2-1) UNRELEASED; urgency=medium
 
-  [Stefan Ahlers]
+  [ Stefan Ahlers ]
   * New upstream version
   * debian/patches:
     - remove cmake-fix.patch because its applied upstream
 
+  [ Andreas Tille ]
+  * cme fix dpkg-control
+
  -- Stefan Ahlers <stef.ahlers at t-online.de>  Sat, 18 Jun 2016 16:02:57 +0100
 
 libquazip (0.7.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 7929aa8..241d0a4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,15 +6,15 @@ Uploaders: Eric Maeker <eric.maeker at gmail.com>,
 Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               libqt4-dev (>= 4:4.7.4),
+               libqt4-dev,
                cmake,
                qtbase5-dev,
                qtchooser,
                libxext-dev,
                zlib1g-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/libquazip.git
-Vcs-Git: git://anonscm.debian.org/debian-med/libquazip.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libquazip.git
 Homepage: https://sourceforge.net/projects/quazip/
 
 Package: libquazip1
@@ -73,9 +73,12 @@ Depends: ${shlibs:Depends},
          ${misc:Depends}
 Suggests: libquazip-doc
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libquazip1-qt5, libquazip-qt5-1
-Provides: libquazip1-qt5, libquazip-qt5-1
-Replaces: libquazip1-qt5, libquazip-qt5-1
+Breaks: libquazip1-qt5,
+        libquazip-qt5-1
+Provides: libquazip1-qt5,
+          libquazip-qt5-1
+Replaces: libquazip1-qt5,
+          libquazip-qt5-1
 Description: C++ wrapper for ZIP/UNZIP (Qt5 build)
  QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
  can be used to access ZIP archives. It uses Trolltech's Qt toolkit.
@@ -97,8 +100,10 @@ Depends: libquazip5-1 (= ${binary:Version}),
          libquazip-headers (= ${binary:Version}),
          ${misc:Depends},
          zlib1g-dev
-Conflicts: libquazip-qt5-1-dev, libquazip-qt5-dev
-Replaces: libquazip-qt5-1-dev, libquazip-qt5-dev
+Conflicts: libquazip-qt5-1-dev,
+           libquazip-qt5-dev
+Replaces: libquazip-qt5-1-dev,
+          libquazip-qt5-dev
 Description: C++ wrapper for ZIP/UNZIP (development files, Qt5 build)
  QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
  can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libquazip.git



More information about the debian-med-commit mailing list