What are the environment variables made available to debian/rules (often make) when spawned by apt-get during installation of a package under Ubuntu?
I am specifically after the environment variables that would pertain to Gnome's configuration directories. I'd like avoiding "hardcoding" things like ~/.conf/apps/ ... since I have been told these might change like they tend to...
I've been googling like crazy!