Author: tille Date: 2016-01-01 23:02:10 +0000 (Fri, 01 Jan 2016) New Revision: 20931
Modified: trunk/packages/libquazip/trunk/debian/changelog trunk/packages/libquazip/trunk/debian/control trunk/packages/libquazip/trunk/debian/rules Log: remove *-dbg packages since this is autogenerated now Modified: trunk/packages/libquazip/trunk/debian/changelog =================================================================== --- trunk/packages/libquazip/trunk/debian/changelog 2016-01-01 23:00:04 UTC (rev 20930) +++ trunk/packages/libquazip/trunk/debian/changelog 2016-01-01 23:02:10 UTC (rev 20931) @@ -3,6 +3,7 @@ * New upstream version * Enable changing suffix * cme fix dpkg-control + * remove *-dbg packages since this is autogenerated now -- Andreas Tille <[email protected]> Fri, 01 Jan 2016 23:40:15 +0100 Modified: trunk/packages/libquazip/trunk/debian/control =================================================================== --- trunk/packages/libquazip/trunk/debian/control 2016-01-01 23:00:04 UTC (rev 20930) +++ trunk/packages/libquazip/trunk/debian/control 2016-01-01 23:02:10 UTC (rev 20931) @@ -66,32 +66,6 @@ . QuaZIP is by default built using Qt4 libraries. -Package: libquazip-dbg -Architecture: any -Multi-Arch: same -Section: debug -Priority: extra -Depends: libquazip1 (= ${binary:Version}), - ${misc:Depends} -Conflicts: libquazip0-dbg, - libquazip1-dbg -Replaces: libquazip0-dbg, - libquazip1-dbg -Description: debugging symbols for libquazip (Qt4 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. - . - 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 debugging symbols for Qt Creator IDE. - . - QuaZIP is by default built using Qt4 libraries. - Package: libquazip-qt5-1 Architecture: any Multi-Arch: same @@ -140,30 +114,6 @@ . QuaZIP built using Qt5 libraries. -Package: libquazip-qt5-dbg -Architecture: any -Multi-Arch: same -Section: debug -Priority: extra -Depends: libquazip-qt5-1 (= ${binary:Version}), - ${misc:Depends} -Conflicts: libquazip-qt5-1-dbg -Replaces: libquazip-qt5-1-dbg -Description: debugging symbols for libquazip (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. - . - 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 debugging symbols for Qt Creator IDE. - . - QuaZIP built using Qt5 libraries. - Package: libquazip-headers Architecture: any Multi-Arch: foreign Modified: trunk/packages/libquazip/trunk/debian/rules =================================================================== --- trunk/packages/libquazip/trunk/debian/rules 2016-01-01 23:00:04 UTC (rev 20930) +++ trunk/packages/libquazip/trunk/debian/rules 2016-01-01 23:02:10 UTC (rev 20931) @@ -94,15 +94,10 @@ override_dh_installchangelogs: dh_installchangelogs -plibquazip1 NEWS upstream dh_installchangelogs -plibquazip1-dev NEWS upstream - #dh_installchangelogs -plibquazip-dbg NEWS upstream dh_installchangelogs -plibquazip-qt5-1 NEWS upstream dh_installchangelogs -plibquazip-qt5-dev NEWS upstream dh_installchangelogs -override_dh_strip: - dh_strip -plibquazip1 --dbg-package=libquazip-dbg - dh_strip -plibquazip-qt5-1 --dbg-package=libquazip-qt5-dbg - override_dh_install: dh_install --list-missing _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
