package_deb: create md5sums control files
authorMichael Smith <msmith@cbnco.com>
Mon, 17 Aug 2009 19:14:28 +0000 (15:14 -0400)
committerMichael Smith <msmith@cbnco.com>
Tue, 1 Sep 2009 21:37:29 +0000 (17:37 -0400)
commita5c9970599cbfe15b776cbb57cb9b1b06fbdcb1c
tree4e28adeff92d62acf2d1de0b4773b55a037e9fb1
parentc874adcc0ab3a133207efe4dd1bd1ac71a762c46
package_deb: create md5sums control files

These are created with the package and get installed in
/var/dpkg/info. Afterward it's a great way to find modified files
for backup with a little shell script magic.

It feels a bit weird to still use MD5, but that seems to be the
convention in the Debian world.

Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Chris Larson <clarson@kergoth.com>
classes/package.bbclass
classes/package_deb.bbclass