control: owner -1 ! control: tags -1 moreinfo >* Package name : libcgicc
hello, I find this approach a little bit too invasive -cxxflags="-Wall -W -pedantic -g -O2 -fdebug-prefix-map=/build/libcgicc-GEfIf8/libcgicc-3.2.19=. -fstack-protector-strong -Wformat -Werror=format-security" +cxxflags="-Wall -W -pedantic -g -O2 -fdebug-prefix-map=/build/libcgicc-pUjh6F/libcgicc-3.2.19=. -fstack-protector-strong -Wformat -Werror=format-security" changes are just about that debug-prefix-map variable.. couldn't we just get rid of it and leave the file in that directory? Moving the file outside $PATH is useless for its purpose. maybe some sed magic can do the trick? -fdebug-prefix-map=old=new When compiling files in directory old, record debugging information describing them as in new instead. so, probably not needed at runtime :) G.