Author: moeller Date: 2011-02-08 15:24:20 +0000 (Tue, 08 Feb 2011) New Revision: 5931
Modified: trunk/packages/R/r-cran-epi/trunk/debian/rules Log: The DEB_COMPRESS_EXCLUDE variable is deprecated, following http://comments.gmane.org/gmane.linux.debian.alioth.build-common/1197 it seems the substition with DEB_COMPRESS_EXCLUDE is what should be done. Modified: trunk/packages/R/r-cran-epi/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-epi/trunk/debian/rules 2011-02-08 09:13:54 UTC (rev 5930) +++ trunk/packages/R/r-cran-epi/trunk/debian/rules 2011-02-08 15:24:20 UTC (rev 5931) @@ -5,7 +5,7 @@ include /usr/share/R/debian/r-cran.mk -DEB_COMPRESS_EXCLUDE := .pdf +DEB_COMPRESS_EXCLUDE_ALL := .pdf install/$(package):: # Require a number equal or superior than the R version the package was built with. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
