diff options
author | Colin Watson <cjwatson@debian.org> | 2006-01-09 12:44:26 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-01-09 12:44:26 +0000 |
commit | da5d79a0af79f7b198d1b18d13a22e8faaf41bca (patch) | |
tree | 42c4d3cdfafe1d69f32599c112d8f1a8e0a4462b /debian | |
parent | 1d57fbd793347d122b0e3ca9749c9c1451fba6e8 (diff) | |
download | installation-guide-da5d79a0af79f7b198d1b18d13a22e8faaf41bca.zip |
* Remove obsolete substvar.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 17a0da7b2..1b9bd9dcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ installation-guide (2006XXXX) UNRELEASED; urgency=low * Document how to pick a particular interface with netcfg/choose_interface, including how to do this before reading a preseed file. + * Remove obsolete substvar. -- Frans Pop <fjp@debian.org> Wed, 4 Jan 2006 23:03:45 +0100 diff --git a/debian/rules b/debian/rules index 53736f74d..6805bcd98 100755 --- a/debian/rules +++ b/debian/rules @@ -68,7 +68,7 @@ binary-indep: install doc-base dh_compress dh_fixperms dh_installdeb - dh_gencontrol -- -Vkernel:Package='$(KERNELPACKAGE)' + dh_gencontrol dh_builddeb # Create a tarball for each arch for use in debian-cd |