[med-svn] r11229 - trunk/packages/libquazip/trunk/debian
Eric Maeker
ericmaeker-guest at alioth.debian.org
Wed Jun 6 11:15:42 UTC 2012
Author: ericmaeker-guest
Date: 2012-06-06 11:15:42 +0000 (Wed, 06 Jun 2012)
New Revision: 11229
Modified:
trunk/packages/libquazip/trunk/debian/control
Log:
updating description, preparing the debug package
Modified: trunk/packages/libquazip/trunk/debian/control
===================================================================
--- trunk/packages/libquazip/trunk/debian/control 2012-06-06 10:32:22 UTC (rev 11228)
+++ trunk/packages/libquazip/trunk/debian/control 2012-06-06 11:15:42 UTC (rev 11229)
@@ -16,7 +16,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libquazip-doc
-Description: C++ wrapper wrapper for zlib
+Description: C++ wrapper wrapper for ZIP/UNZIP
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.
.
@@ -33,7 +33,7 @@
Conflicts: libquazip-dev
Architecture: any
Depends: libquazip0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
-Description: C++ wrapper wrapper for zlib (development files)
+Description: C++ wrapper wrapper for ZIP/UNZIP (development files)
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.
.
@@ -46,11 +46,30 @@
.
This package contains the development files.
+Package: libquazip0-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libquazip0 (= ${binary:Version}), ${misc:Depends}
+Provides: libquazip-dbg
+Description: C++ wrapper wrapper for ZIP/UNZIP (debug symbols)
+ 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.
+ .
+ QuaZIP allows you to access files inside ZIP archives using QIODevice API,
+ and that means that you can also use QTextStream, QDataStream or
+ whatever you would like to use on your zipped files.
+ .
+ QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
+ from and writing to ZIP archives.
+ .
+ This package contains the debug symbols for QuaZIP.
+
Package: libquazip-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
-Description: C++ wrapper wrapper for zlib (documentation)
+Description: C++ wrapper wrapper for ZIP/UNZIP (documentation)
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.
.
More information about the debian-med-commit
mailing list