Ubuntu: Show contents of a deb package

This is an example on how to show the contents of a deb package with Ubuntu.

# dpkg -c google-chrome-stable_current_i386.deb
drwx------ root/root         0 2013-08-30 16:12 ./
drwxr-xr-x root/root         0 2013-08-30 16:12 ./etc/
drwxr-xr-x root/root         0 2013-08-30 16:12 ./etc/cron.daily/
drwxr-xr-x root/root         0 2013-08-30 16:12 ./usr/
drwxr-xr-x root/root         0 2013-08-30 16:12 ./usr/bin/
drwxr-xr-x root/root         0 2013-08-30 16:12 ./usr/share/
drwxr-xr-x root/root         0 2013-08-30 16:12 ./usr/share/applications/
drwxr-xr-x root/root         0 2013-08-30 16:12 ./usr/share/man/
drwxr-xr-x root/root         0 2013-08-30 16:12 ./usr/share/man/man1/
...