Author: ericmaeker-guest Date: 2012-03-09 23:45:18 +0000 (Fri, 09 Mar 2012) New Revision: 9977
Modified: trunk/packages/freediams/trunk/debian/control trunk/packages/freediams/trunk/debian/rules Log: removing build dependency, build and install everything but do not include libs in package Modified: trunk/packages/freediams/trunk/debian/control =================================================================== --- trunk/packages/freediams/trunk/debian/control 2012-03-09 23:25:44 UTC (rev 9976) +++ trunk/packages/freediams/trunk/debian/control 2012-03-09 23:45:18 UTC (rev 9977) @@ -5,8 +5,7 @@ Uploaders: Eric Maeker <[email protected]>, Andreas Tille <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 8), libqt4-dev (>= 4.7.0), libxext-dev, quilt (>= 0.47), zlib1g-dev, - freemedforms-libs (${source:Version}) +Build-Depends: debhelper (>= 8), libqt4-dev (>= 4.7.0), libxext-dev, quilt (>= 0.47), zlib1g-dev Standards-Version: 3.9.2 Homepage: http://www.freemedforms.com/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/freediams/ Modified: trunk/packages/freediams/trunk/debian/rules =================================================================== --- trunk/packages/freediams/trunk/debian/rules 2012-03-09 23:25:44 UTC (rev 9976) +++ trunk/packages/freediams/trunk/debian/rules 2012-03-09 23:45:18 UTC (rev 9977) @@ -6,7 +6,11 @@ PROJECT := freediams QMAKE := qmake-qt4 QMAKE_CONFIG := "CONFIG+=release" "CONFIG+=LINUX_INTEGRATED" -r -QMAKE_BUILDLIBS := "CONFIG+=dontinstalllibs" "CONFIG+=dontinstallresources" + +# Due to a problem of build dependency we have to compile everything and install everything for the linker +# QMAKE_BUILDLIBS := "CONFIG+=dontinstalllibs" "CONFIG+=dontinstallresources" +QMAKE_BUILDLIBS := "CONFIG+=dontinstallresources" + QMAKE_IPATH := $(QMAKE_BUILDLIBS) "INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" # func QMAKE_PROJ = cd $(PROJECT) && $(QMAKE) $(QMAKE_CONFIG) $(QMAKE_BUILDLIBS) $(QMAKE_IPATH) LOWERED_APPNAME="$(PROJECT)" $(PROJECT).pro && cd .. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
