Hi Etienne, On Thu, 06. Sep 2012 at 12:24:09 -0300, Etienne Tourigny wrote: > How can we tweak the debian rules (or better yet, the build > commandline) to skip "make Experimental" when building packages?
The "standard" option is: DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage ... You can also set DEB_TEST_TARGET to invoke an other test target (e.g. the nightly builds run Nightly instead of Experimental). Jürgen [1] http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden http://www.norbit.de committ(ed|ing) to Quantum GIS IRC: jef on FreeNode -- norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH Rheinstrasse 13, 26506 Norden GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502 _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
