Age | Commit message (Collapse) | Author |
|
use command instead of hardcoded path, fixes lintian error:
command-with-path-in-maintainer-script
Signed-off-by: maximilian attems <maks@debian.org>
|
|
too many small fixes piled up to hold back even more..
|
|
evms seems dead, so no longer list it explicitly.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
|
|
new naming scheme for stable releases.
no longer adding a letter, but a maintenance number.
|
|
gets rid of lintian warning:
package-uses-deprecated-debhelper-compat-version 4
|
|
|
|
|
|
initrd-tools was last shipped in etch and was sarge default.
we no longer need to care about it.
only came to light while grepping for ide-disk.
|
|
release string from "Fischia il vento" :)
|
|
..via /etc/kernel
Signed-off-by: Andres Salomon <dilinger@debian.org>
(closes: #504551)
[ fixed update-initramfs postinst call s/-u/-c/ -maks ]
Signed-off-by: maximilian attems <maks@debian.org>
|
|
clears debhelper-but-no-misc-depends lintian warning.
don't know if we really need it, but better be safe and
referenced in debhelper(7) manpage.
|
|
|
|
d-i fix, thus high urgency.
|
|
|
|
harmless as the postrm is small, but better be clean.
|
|
|
|
have to clean up goof up from 0.92k too..
|
|
This reverts commit c5a45496b9c72e41333e213979d43fbcff34da9f.
hinders removal of other package linux-image postinst call also
the /etc/kernel structure, thus delete needs a takeover and this
is postlenny material.
thanks Vincent Danjean <vdanjean@debian.org> for report.
(closes: #499270)
|
|
|
|
it generates linux images that look into this directories
for maintainer script action.
make sure to generate an intramfs and also to remove it.
|
|
|
|
|
|
|
|
|
|
|
|
thanks Michael Tautschnig <mt@debian.org>
(closes: #494433)
|
|
|
|
|
|
Signed-off-by: maximilian attems <maks@debian.org>
|
|
ubuntu merge.
|
|
Signed-off-by: maximilian attems <maks@debian.org>
|
|
|
|
|
|
* add changelog with bug closures
* new release song "Fischia il vento"
|
|
This is a lightly modified version of Ian Jackson's original patch,
incorporating maximilian attems's comments.
dh_installdeb automatically installs the triggers file, so the rules file
does not need to be changed.
|
|
Previsous changes depend on the latest klibc,
thus bump dependency version.
|
|
These warnings are harmless and initramfs-tools wants to provide
this directory structure for other users.
scripts are to be placed there and dir existence is assumed.
|
|
Those fields are official dpkg supported, so just use them.
|
|
|
|
|
|
|
|
it seems backport of current iniramfs-toosl together
with linux-images is more frequent then expected.
thus just declare that you need newer findutils then sarge available.
this can be kicked after lenny release.
|
|
|
|
Due to overly strict errexit usage by udev hook a lot might be missing.
This is an potential Etch -> Lenny upgrade issue. (closes: 431291)
fixes boot failure on UUID and LABEL root for those.
it seems much better to add this stupid hook than to pump udev dep.
Thanks Michael Prokop <mika@grml.org> for report.
|
|
|
|
this allows to seperate conf files which needs to land on initramfs
and those that should only be run on mkinitramfs.
|
|
this is better then passing some strange prereqs param,
as the prereqs is intermixed with boot/hook scripts.
|
|
instead of searching non matching sysfs modules strings
PIIX_IDE != piix, just look up the modalias.
modprobe likes it too ;)
|
|
* missing i2o_block
* force_load when !udev
|