diff options
author | Joey Hess <joeyh@debian.org> | 2007-08-17 17:51:21 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2007-08-17 17:51:21 +0000 |
commit | 83996fee5e08d49949dbf4ebdbb35f5ca4dcfd90 (patch) | |
tree | 3e20ae53e7fd37c0df572535fb577e717261d6ee /debian | |
parent | 61450c58ec0acf23fb2dcf31a3cddab59b5f64fd (diff) | |
download | installation-guide-83996fee5e08d49949dbf4ebdbb35f5ca4dcfd90.zip |
* Call dh_md5sums.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6981e99b0..ce5809e57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,8 +43,9 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low [ Joey Hess ] * Document how to preseed partman-auto to use only available disk, no matter what it's name is. + * Call dh_md5sums. - -- Joey Hess <joeyh@debian.org> Wed, 15 Aug 2007 02:43:09 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 17 Aug 2007 13:50:54 -0400 installation-guide (20070319) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 348a61cc2..b1834e859 100755 --- a/debian/rules +++ b/debian/rules @@ -69,6 +69,7 @@ binary-indep: install doc-base dh_fixperms dh_installdeb dh_gencontrol + dh_md5sums dh_builddeb # Create a tarball for each arch for use in debian-cd |