SF.net SVN: gar:[23179] csw/mgar/gar/v2/gar.pkg.mk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Mar 10 21:57:34 CET 2014


Revision: 23179
          http://sourceforge.net/p/gar/code/23179
Author:   wahwah
Date:     2014-03-10 20:57:33 +0000 (Mon, 10 Mar 2014)
Log Message:
-----------
mGAR v2: DEBUG_PACKAGING adds --debug in checkpkg

Up until now there wasn't a way to run checkpkg in debug mode from GAR.

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.pkg.mk

Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk	2014-03-10 20:57:12 UTC (rev 23178)
+++ csw/mgar/gar/v2/gar.pkg.mk	2014-03-10 20:57:33 UTC (rev 23179)
@@ -15,8 +15,10 @@
 
 ifeq ($(DEBUG_PACKAGING),)
 _DBG=@
+DEBUG_FLAG =
 else
 _DBG=
+DEBUG_FLAG = --debug
 endif
 
 PKGINFO ?= /usr/bin/pkginfo
@@ -1019,6 +1021,7 @@
 #
 pkgcheck: $(foreach SPEC,$(_PKG_SPECS),package-$(SPEC))
 	$(_DBG)( LC_ALL=C $(GARBIN)/checkpkg \
+		$(DEBUG_FLAG) \
 		--catalog-architecture "$(GARCH)" \
 		--os-releases "$(SPKG_OSNAME)" \
 		--catalog-release "$(CATALOG_RELEASE)" \

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list