Author: malat-guest Date: 2011-03-08 14:17:38 +0000 (Tue, 08 Mar 2011) New Revision: 6215
Modified: trunk/packages/pythonqt/debian/control trunk/packages/pythonqt/debian/rules Log: final polishing of pythonqt Modified: trunk/packages/pythonqt/debian/control =================================================================== --- trunk/packages/pythonqt/debian/control 2011-03-08 13:21:52 UTC (rev 6214) +++ trunk/packages/pythonqt/debian/control 2011-03-08 14:17:38 UTC (rev 6215) @@ -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~), python-dev, qt4-qmake, libqt4-dev Standards-Version: 3.9.1 XS-Python-Version: current Homepage: http://pythonqt.sourceforge.net @@ -26,6 +26,7 @@ way to go! Package: libpythonqt2-dev +Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Dynamic Python binding for the Qt framework. Modified: trunk/packages/pythonqt/debian/rules =================================================================== --- trunk/packages/pythonqt/debian/rules 2011-03-08 13:21:52 UTC (rev 6214) +++ trunk/packages/pythonqt/debian/rules 2011-03-08 14:17:38 UTC (rev 6215) @@ -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
