procenv now in Debian and Ubuntu: how you can use it
The procenv  utility covered in a previous post  is now at version 0.15 and also available in Debian Sid  and Ubuntu Raring . So, you can do the usual " sudo apt-get install procenv " followed by simply " procenv " to run it. However, due to the way this utility is built, there is a little more you can do. Read on...   procenv  runs itself  as part of its build (at the end of course :-). What this means is that you can now see what that build environment is like by looking at the build logs:    Debian build logs  Ubuntu build logs  (you need to expand the "twistie" to see the log files.   If you haven't already heard, for the Ubuntu Raring cycle, autopkgtest ( DEP-8 ) tests -- where package builds automatically trigger tests that run on an environment very similar to a "normal" system -- are a hot topic. procenv  is DEP-8 enabled, so again, we get to see exactly what such an autopkgtest environment provides .    With this information, you can...