Author: malat-guest Date: 2011-03-08 14:18:22 +0000 (Tue, 08 Mar 2011) New Revision: 6216
Modified: trunk/packages/log4qt/debian/control trunk/packages/log4qt/debian/rules Log: final polishing of log4qt Modified: trunk/packages/log4qt/debian/control =================================================================== --- trunk/packages/log4qt/debian/control 2011-03-08 14:17:38 UTC (rev 6215) +++ trunk/packages/log4qt/debian/control 2011-03-08 14:18:22 UTC (rev 6216) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), cmake, quilt (>= 0.46-7~) +Build-Depends: debhelper (>= 7.0.50~), cmake, quilt (>= 0.46-7~), qt4-qmake, libqt4-dev Standards-Version: 3.9.1 Homepage: http://log4qt.sourceforge.net Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/log4qt/trunk/?rev=0&sc=0 @@ -14,8 +14,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: C++ port of the Log4j package using the Trolltech Qt Framework. - Log4Qt is a C++ port of the Apache Software Foundation Log4j package using the - Trolltech Qt Framework. + Log4Qt is a C++ port of the Apache Software Foundation Log4j package using + the Trolltech Qt Framework. . One of the distinctive features of log4qt is the notion of hierarchical loggers. Using loggers it is possible to selectively control which log @@ -24,15 +24,15 @@ This package contains the libraries needed to run log4qt applications. Package: liblog4qt0-dev +Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: C++ port of the Log4j package using the Trolltech Qt Framework. - Log4Qt is a C++ port of the Apache Software Foundation Log4j package using the - Trolltech Qt Framework. + Log4Qt is a C++ port of the Apache Software Foundation Log4j package using + the Trolltech Qt Framework. . One of the distinctive features of log4qt is the notion of hierarchical loggers. Using loggers it is possible to selectively control which log statements are output at arbitrary granularity. . - This package contains the development files needed to build log4qt applications. - + This package contains development files needed to build log4qt applications. Modified: trunk/packages/log4qt/debian/rules =================================================================== --- trunk/packages/log4qt/debian/rules 2011-03-08 14:17:38 UTC (rev 6215) +++ trunk/packages/log4qt/debian/rules 2011-03-08 14:18:22 UTC (rev 6216) @@ -13,4 +13,4 @@ dh --parallel --with quilt --buildsystem=cmake $@ get-orig-source: - uscan --verbose --force-download --repack + uscan --verbose --force-download --repack --rename _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
