home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.20-15 / debian / ChangeLog < prev    next >
Encoding:
Text File  |  2007-04-15  |  21.5 KB  |  554 lines

  1. 2006-11-04  Manoj Srivastava  <srivasta@debian.org>
  2.  
  3.     * Control (Depends):
  4.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-202
  5.           Since the postinst now uses readlink -m, we  need to
  6.           depend on coreutils newer than 5.2.1
  7.  
  8. 2006-08-05  Manoj Srivastava  <srivasta@debian.org>
  9.  
  10.     * templates.in (really-run-bootloader):
  11.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-171
  12.           Ask whether to run the  default bootloader (typically
  13.           lilo), or let the postinst hook script update grub
  14.           later. 
  15.  
  16. 2006-07-23  Manoj Srivastava  <srivasta@debian.org>
  17.  
  18.     * templates.in (Description):
  19.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-169
  20.           change advice for where the old kernel modules should be
  21.           moved to - do not move kernel modules to the same dir in
  22.           /lib/modules 
  23.  
  24. 2006-06-05  Manoj Srivastava  <srivasta@debian.org>
  25.  
  26.     * Control (Conflicts):
  27.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-154
  28.           Do not conflict with new user-mode-linux packages. 
  29.  
  30. 2006-03-22  Manoj Srivastava  <srivasta@debian.org>
  31.  
  32.     * templates.in (_Description):
  33.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-131
  34.           Modified the preinst checks since we only check for the
  35.           kernel modules, not the whole modules dir. 
  36.  
  37. 2005-12-22  Manoj Srivastava  <srivasta@debian.org>
  38.  
  39.     * Control (Package):
  40.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-94
  41.           Make all references to kernel-* in control be really
  42.           =ST-* references, since the actual package names are
  43.           all affected by the stem 
  44.  
  45. 2005-11-07  Manoj Srivastava  <srivasta@debian.org>
  46.  
  47.     * Control (Recommends):
  48.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  49.           Should not depend on a virtual package alone. added
  50.           libc6-dev as an real alternate. 
  51.       (Description):
  52.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  53.           Fixed to shut up lintian. 
  54.       (Depends):
  55.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  56.           Added a dependency for ${shlibs:Depends} 
  57.           (Description):
  58.               srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  59.               Break up a line since it likely causes the
  60.               exceeds width  warning.  
  61.           (Description):
  62.               srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  63.               Split line to avoid going over 80 chars 
  64.  
  65.     * templates.in (Type):
  66.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-56
  67.           Types should be all lower case, as should boolean
  68.           default values. 
  69.           (Type):
  70.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-56
  71.               Missed one. 
  72.  
  73. 2005-11-05  Manoj Srivastava  <srivasta@debian.org>
  74.  
  75.     * templates.in (Template):
  76.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-56
  77.           Minor typo fix: $loader -> ${loader} 
  78.  
  79. 2005-11-03  Manoj Srivastava  <srivasta@debian.org>
  80.  
  81.     * templates.in (Template):
  82.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-55
  83.           New file. All the templates for the questions to be
  84.           asked during kernel image package installation. 
  85.  
  86.     * rules:
  87.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  88.           Since we now create a debconfisticated package,we
  89.           include debconf related rules.   
  90.  
  91. 2005-11-02  Manoj Srivastava  <srivasta@debian.org>
  92.  
  93.     * rules:
  94.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  95.               Continued the process of skeletonizing the top
  96.               level Makefile. Moved some more variables into
  97.               their own files, and also  moved the top level
  98.               policy mandated targets into a separate file (so
  99.               one does  not have to worry about proper
  100.               dependency relations between those targets).  
  101.  
  102. 2005-11-01  Manoj Srivastava  <srivasta@debian.org>
  103.  
  104.     * Control (Build-Depends):
  105.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  106.           Added build dependencies on po-debconf and gettext, in
  107.           preparation for the forthcoming debconfication of the
  108.           kernel packages. 
  109.           (Recommends):
  110.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  111.           Add recommendations for  po-debconf and gettext in the
  112.           source package. 
  113.           (Pre-Depends):
  114.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
  115.           Made the image package pre-depend on debconf,since the 
  116.           preinst shall be using debconf to ask questions. 
  117.  
  118. 2005-10-28  Manoj Srivastava  <srivasta@debian.org>
  119.  
  120.     * ruleset/local-vars.mk: Moved the definition of LIBLOC out of
  121.           here to the rules file. 
  122.  
  123.     * rules:
  124.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-48
  125.               This is the one file that has faced the brunt of
  126.                       the changes. Large chunks of it have been moved
  127.                       out into separate chunks included in this file.
  128.                       The major addition has been are mechanisms to
  129.                 allow the file to be broken up. The parts
  130.                       removed are
  131.                  o) dpkg-architecture variable are now moved 
  132.                     out to ruleset/common/archvars.mk 
  133.                  o) The variables set in the file have mostly 
  134.                     been moved to ruleset/local-vars.mk, which 
  135.                     shall be further broken up into smaller 
  136.                             parts
  137.                  o) For example, the per arch variable 
  138.                     settings have already been moved out of  
  139.                     ruleset/local-vars.mk into 
  140.                             ruleset/architecture.mk -- and shall be 
  141.                             further fragmented into files in 
  142.                             ruleset/arches/, so that it would be
  143.                             easier to delegate ownership to domain
  144.                             experts.
  145.                  o) The action/rules part of the file have
  146.                             been broken out to ruleset/local.mk -- and
  147.                     shall be broken out into 
  148.                             ruleset/common/targets.mk (which contain 
  149.                             policy mandated targets,and their 
  150.                             dependencies, and ruleset/actual_rules.mk,
  151.                     where the grunt work shall be done. It may
  152.                     make sense to further divide 
  153.                             ruleset/actual_rules.mk into separate
  154.                             files for images, headers, doc, and manual
  155.                             packages. At a later stage, actually
  156.                             installing files into 
  157.                             ./debian/tmp-<something> shall be
  158.                             separated out from the subsequent
  159.                             packaging into separate targets 
  160.                             (probably in the same file), to allow 
  161.                             finer granularity for debugging.
  162.             (LIBLOC):
  163.                 srivasta@debian.org--etch/kernel-package--devel--9.0--patch-48
  164.                 We need the definition early 
  165.  
  166. 2005-10-25  Manoj Srivastava  <srivasta@debian.org>
  167.  
  168.     * rules (initrddep):
  169.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-42
  170.           Calculate the initrd_cmd list, unless one has already
  171.           been provided by the user, using the version numbers of
  172.           the kernel being packaged, and then calculate the list
  173.           of dependencies based on the list of commands
  174.           selected. Also, propagate the list of  initrd commands
  175.           and dependencies to the maintainer scripts as well. 
  176.  
  177.     * image.prerm:
  178.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-44
  179.           Added new variable for the initrd dependency, and also
  180.           modified the variable ramdisk to be a space separated
  181.           list of commands, not just a single command. 
  182.  
  183.     * image.preinst:
  184.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-44
  185.           Added new variable for the initrd dependency, and also
  186.           modified the variable ramdisk to be a space separated
  187.           list of commands, not just a single command. 
  188.       (find_inird_tool):
  189.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-44
  190.           Added function to determine the list of viable
  191.           initrd creation tools present on the target
  192.           system, and use it to select which tool to use
  193.           for creating the ram fs. 
  194.  
  195.     * image.postrm:
  196.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-44
  197.           Added new variable for the initrd dependency, and also
  198.           modified the variable ramdisk to be a space separated
  199.           list of commands, not just a single command. 
  200.  
  201.     * image.postinst:
  202.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-44
  203.           Added new variable for the initrd dependency, and also
  204.           modified the variable ramdisk to be a space separated
  205.           list of commands, not just a single command. 
  206.       (find_inird_tool):
  207.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-44
  208.           Added function to determine the list of viable
  209.           initrd creation tools present on the target
  210.           system, and use it to select which tool to use
  211.           for creating the ram fs. 
  212.  
  213. 2005-10-24  Manoj Srivastava  <srivasta@debian.org>
  214.  
  215.     * rules:
  216.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-42
  217.           In the long run, make-kpkg should be a thin wrapper that
  218.           merely populates                   a few environment
  219.           variables, and then calls make. One should be  able to
  220.           just grab the ./debian directory, and be able to
  221.           re-create the .debpackages even on machines where
  222.           kernel-package is not installed. Also started on the
  223.           first step towards making ./debian/rules more modular,
  224.           by eliminating many instances in which we were calling
  225.           make recursively, when a simple target dependency does
  226.           the work.  This should allow us to separate out the
  227.           target dependencies required by the policy from the
  228.           grunt work done to actually create the kernel-image
  229.           package.  
  230.  
  231. 2005-10-23  Manoj Srivastava  <srivasta@debian.org>
  232.  
  233.     * rules (kimagesrc):
  234.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-42
  235.           Well, calling kimage vmlinux.srec was breaking the
  236.           postinst. However, kimage does not seem to be used
  237.           anywhere except in determining the next value, namely,
  238.           kimagesrc -- so I just added .srec to  kimagesrc, and
  239.           thus eliminated the need for hacking the postinst. 
  240.  
  241. 2005-09-22  Manoj Srivastava  <srivasta@debian.org>
  242.  
  243.     * image.preinst (check):
  244.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-40
  245.           Add the running version check here.
  246.  
  247.     * image.postinst (image_magic):
  248.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-40
  249.           remove running version check.
  250.  
  251.     * image.postrm (image_magic):
  252.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-39
  253.           powerpc kernel packages don't remove cleanly. Rewrote
  254.           the code for removing generated files in
  255.           /lib/modules/ -- and added to the list of known
  256.           files which should be removed. 
  257.  
  258.     * rules:
  259.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-38
  260.               one more update for mips, some machines can run
  261.               a 64bit kernel but the firmware expects ELF32.  
  262.  
  263. 2005-08-31  Manoj Srivastava  <srivasta@debian.org>
  264.  
  265.     * xen.postinst (realimageloc):
  266.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-36
  267.           Start working on an initrd creation on install 
  268.  
  269.     * rules (loaderdoc):
  270.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-36
  271.           Fixed the name of the mips image
  272.  
  273. 2005-08-15  Manoj Srivastava  <srivasta@debian.org>
  274.  
  275.     * Control (Description):
  276.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-34
  277.           Added the kernel-manual package, and the associated
  278.           header information. 
  279.  
  280.     * rules (UML_DIR):
  281.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-33
  282.           When building with --arch=um, the kernel modules are not
  283.           placed in a version specific directory, but rather are
  284.           placed directly under /usr/lib/uml/modules/ and thus
  285.           prevents multiple uml packages from being installed. 
  286.           Added the kernel-manual target
  287.  
  288. 2005-08-07  Manoj Srivastava  <srivasta@debian.org>
  289.  
  290.     * include.postinst:
  291.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-29
  292.           Don't run the postinst hook twice for header packages 
  293.  
  294.     * rules (IMAGE_TOP):
  295.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-28
  296.           Remove redundant grep 
  297.  
  298. 2005-07-28  Manoj Srivastava  <srivasta@debian.org>
  299.  
  300.     * rules:
  301.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-27
  302.           recognize the official architecture name
  303.           'ppc64', requested by Andreas Jochens  
  304.  
  305. 2005-07-23  Manoj Srivastava  <srivasta@debian.org>
  306.  
  307.     * rules (IMAGE_TOP):
  308.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-26
  309.           Add missing ;
  310.  
  311.     * image.postinst (test_relative):
  312.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-25
  313.           Added tracing statements to the function. 
  314.       (really_move_image):
  315.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-25
  316.           Ditto 
  317.       (really_reverse_link):
  318.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-25
  319.           Ditto. 
  320.       (move_p):
  321.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-25
  322.           Ditto. 
  323.       (really_move_link):
  324.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-25
  325.           Ditto. 
  326.       (handle_missing_link):
  327.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-25
  328.           Ditto 
  329.       (handle_non_symlinks):
  330.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-25
  331.           Ditto 
  332.       (image_magic):
  333.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-25
  334.           Fix a typo (quote string). Also add debugging trace. 
  335.  
  336. 2005-07-20  Manoj Srivastava  <srivasta@debian.org>
  337.  
  338.     * rules (IMAGE_TOP):
  339.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-24
  340.           Fix unterminated variable reference 
  341.  
  342. 2005-07-19  Manoj Srivastava  <srivasta@debian.org>
  343.  
  344.     * rules (kimage):
  345.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-21
  346.           Added new rules that call mkvmlinuz creation rules
  347.           during kernel-image build
  348.       (real_stamp_headers):
  349.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-21
  350.           Since the scripts dir Makefile started nuking ./debian
  351.           directories willy-nilly, we have been moving it out of
  352.           place and replacing it with an innocuous
  353.           replacement. Now that we are shipping the scripts dir in
  354.           the headers package, and since the headers package does
  355.           not have a ./debian directory we care about, we undo the
  356.           move and ship the upstream Makefile.  
  357.  
  358. 2005-07-15  Manoj Srivastava  <srivasta@debian.org>
  359.  
  360.     * rules:
  361.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16
  362.           Typo fix: tihs -< this
  363.       (real_stamp_headers):
  364.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16
  365.           Added stuff that is required to create an image
  366.           file from just the header files. This includes,
  367.           amongst other things, Module.symvers, scripts/,
  368.           Makefiles, Kconfig files,
  369.           arch/$(KERNEL_ARCH)/kernel/asm-offsets.s. Hopefully,
  370.           this is all that is needed to allow the
  371.           compilation of third party modules. 
  372.       (IMAGE_TOP):
  373.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16
  374.           When using {} in xargs, we also need -i. 
  375.  
  376.     * image.postinst (image_magic):
  377.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16
  378.           Typo fix: Igore -> Ignore 
  379.       (really_move_image):
  380.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16
  381.           Added.This routine actually moves the kernel
  382.           image 
  383.           From: $realimageloc/$kimage-$version(/boot/vmlinuz-2.6.12)
  384.                   To: $image_dest/$kimage-$version   (/vmlinuz-2.6.12)
  385.           Note that the image is moved to a versioned
  386.           destination, but ordinary  symlinks we create
  387.           otherwise are not normally versioned 
  388.       (really_reverse_link):
  389.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16  
  390.           Normally called after really_move_image; and only called
  391.           if we asked for reversed link this routine reverses the
  392.           symbolic link that is notmally created. Since the real
  393.           kernel image has been moved over to
  394.           $image_dest/$kimage-$version. So, this routine links
  395.            From:   $image_dest/$kimage-$version   (/vmlinuz-2.6.12)
  396.            To:     $realimageloc/$kimage-$version (/boot/vmlinuz-2.6.12)
  397.        (move_p):
  398.            srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16  
  399.            This routine is invoked if there is a symbolic link in
  400.            place in $image_dest/$kimage -- so a symlink exists in
  401.            the destination. What we are trying to determine is if
  402.            we need to move the symbolic link over to the the .old
  403.            location 
  404.        (really_move_link):
  405.            srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16  
  406.                This routine moves the symbolic link around (/vmlinuz ->
  407.                   /vmlinuz.old) It pays attention to whether we should the
  408.                   fact whether we should be using hard links or not.
  409.       (handle_missing_link):
  410.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16
  411.           This routine handles a request to do symlinks,but there
  412.           is no symlink file already there.  Either we are
  413.           supposed to use copy, or we are installing on a pristine
  414.           system, or the user does not want symbolic links at all.
  415.           We use a configuration file to tell the last two cases
  416.           apart, creating a config file if needed. 
  417.       (handle_non_symlinks):
  418.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16
  419.           This routine handles the rest of the cases, where the
  420.           user has requested non-traditional handling, like using
  421.           cp, or reverse symlinks, or hard links.
  422.       (image_magic):
  423.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-16
  424.           Refactored several subroutines out of this one, and made
  425.           the variable names saner. 
  426.  
  427. 2005-06-21  Manoj Srivastava  <srivasta@debian.org>
  428.  
  429.     * image.postinst (image_magic):
  430.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-15
  431.           Added a whole slew of debugging statements to help
  432.           diagnose issues people have, along with a new variable,
  433.           DEBUG, normally set to 0. Also, fixed an informational
  434.           message to have way more information than it used to
  435.           provide. 
  436.  
  437. 2005-06-13  Manoj Srivastava  <srivasta@debian.org>
  438.  
  439.     * image.prerm:
  440.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  441.           Use $ramdisk instead of mkinitrd. Set the default value
  442.           of $ramdisk to be mkinitrd. 
  443.  
  444.     * image.preinst:
  445.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  446.           Use $ramdisk instead of mkinitrd. Set the default value
  447.           of $ramdisk to be mkinitrd. 
  448.  
  449.     * image.postrm:
  450.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  451.           Use $ramdisk instead of mkinitrd. Set the default value
  452.           of $ramdisk to be mkinitrd. 
  453.  
  454.     * image.postinst (image_magic):
  455.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  456.           Add missing close curly brace (added an else clause as
  457.           well). 
  458.       (image_magic):
  459.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  460.           Use $ramdisk instead of mkinitrd. Set the default value
  461.           of $ramdisk to be mkinitrd. 
  462.  
  463.     * rules:
  464.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  465.           Set architecture to be the value of DEB_HOST_ARCH_CPU,
  466.           if defined (older dpkg versions do not provide that
  467.           value). Also, set up so that we capture that value if
  468.           dpkg provides it, but do not error out if we have an
  469.           older dpkg version.
  470.           
  471.          powerpc64 does not need to be crosscompiled.
  472.  
  473.           powerpc64 does not need -apowerpc64 passed in into
  474.           dpkg-architecture.  
  475.  
  476. 2005-06-12  Manoj Srivastava  <srivasta@debian.org>
  477.  
  478.     * rules:
  479.              srivasta@debian.org--etch/kernel-package--devel--9.0--patch-9
  480.              Make sure modules exist for UML images before trying to
  481.              install them.
  482.  
  483.     * image.prerm:
  484.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  485.           Export KERNEL_ARCH
  486.  
  487.     * image.preinst:
  488.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  489.           Export KERNEL_ARCH  
  490.  
  491.     * image.postrm:
  492.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  493.           Export KERNEL_ARCH 
  494.  
  495.     * image.postinst:
  496.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-8
  497.           Export KERNEL_ARCH 
  498.  
  499. 2005-06-08  Manoj Srivastava  <srivasta@debian.org>
  500.  
  501.     * README (so):
  502.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-5
  503.           Remove cramfs patch warning in a couple of places (we
  504.           used to tell people to be sure to apply the cramfs patch
  505.           or tell mkinitrd not to use cramfs, and this is not
  506.           longer required for modern kernels)
  507.  
  508.     * rules
  509.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-1
  510.           Make sure that the kernel-arch variables in maintainer
  511.               scripts are initialized correctly. 
  512.     
  513.     * image.postrm:
  514.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-1
  515.           Add kernel_arch variable  
  516.           Use Cwd from Perl-base for abs_path
  517.           (image_magic):
  518.               srivasta@debian.org--etch/kernel-package--devel--9.0--patch-3
  519.               Use abs_path to get to the real target,
  520.               and test for existence.
  521.  
  522.     * image.preinst:
  523.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-1
  524.           Add kernel_arch variable 
  525.  
  526.     * image.postinst:
  527.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-1 
  528.               Add kernel_arch variable
  529.           Use Cwd from Perl-base for abs_path
  530.           (fix_build_link):
  531.               srivasta@debian.org--etch/kernel-package--devel--9.0--patch-3
  532.                   Use abs_path to get to the real target,
  533.                   and test for  existence.
  534.           (fix_source_link):
  535.               srivasta@debian.org--etch/kernel-package--devel--9.0--patch-3
  536.               Use abs_path to get to the real
  537.               target, and test for  existence.
  538.           (image_magic):
  539.               srivasta@debian.org--etch/kernel-package--devel--9.0--patch-3
  540.               Use abs_path to get to the real target, and test for  existence.
  541.  
  542.     * image.prerm:
  543.           srivasta@debian.org--etch/kernel-package--devel--9.0--patch-1 
  544.               Add kernel_arch variable
  545.  
  546.     * rules (DOC_MAN):
  547.           srivasta@debian.org--etch/kernel-package--devel--9.0--base-0
  548.           specify location of the manual pages produced by the
  549.           kernel-doc packages.
  550.     * rules (real_stamp_doc):
  551.           srivasta@debian.org--etch/kernel-package--devel--9.0--base-0
  552.           Create the man page directory. Clean up the Docbook area
  553.               in /usr/share/doc. Remember to gunzip the HTML docs.
  554.