Change logs for dkms source package in Squeeze

  • dkms (2.1.1.2-5) unstable; urgency=low
    
    
      * [bd3b35d] Set DISTRIB_ID=Debian in case lsb_release is missing
      * [2465627] Removed lsb-release from Pre-Depends
      * [1732998] Do not use lsb_release to determine the distribution, add
        a static assignment (Closes: #547353)
      * [d00ff09] Do not return error if /etc/dkms/framework.conf is missing
        (LP: #613407) - thanks to pasadrul
      * [618efc8] Copy from the right directory with mkdsc and copy
        source.changes when building with mkdsc (LP: #611652) - thanks to
        David Henningsson
      * [f23d6b0] Bump to standards-version 3.9.1, no changes needed
    
     -- Giuseppe Iuculano <email address hidden>  Wed, 04 Aug 2010 16:03:16 +0200
  • dkms (2.1.1.2-4) unstable; urgency=low
    
    
      * [f649aa1] Added coreutils >= 7.4 in Depends (Closes: #586356)
      * [01c7c14] Remove old modules when removing a kernel (Closes: #586724)
        - thanks to Jan Muszynski
      * [b6182ba] Bump to Standards-Version 3.9.0, no changes needed
      * [eaeddb3] dkms_common.postinst: handle dkms build error gracefully
        by skipping build for the non matching kernels. (Closes: #588585) -
        thanks to Jan-Marek Glogowski
      * [73533c2] Promote lsb-release to Pre-Depends (Closes: #589308)
    
     -- Giuseppe Iuculano <email address hidden>  Sat, 17 Jul 2010 13:23:43 +0200
  • dkms (2.1.1.2-3) unstable; urgency=low
    
    
      [ Michael Gilbert ]
      * Update to source format 3 (quilt) for better patch management/handling.
      * Improve the status info displayed during the kernel postinst, and
        provide informative/useful messages when things go awry.
      * Fix bashism in dkms_common.postinst (closes: #581079).
      * Document odd behavior of MAKE[#] (closes: #553625).
      * Document package naming convention (closes: #571753).
      * Use system TMPDIR setting in all scripts (closes: #581568).
    
      [ Giuseppe Iuculano ]
      * [208b229] Added a lintian override for python-script-but-no-python-
        dep, dkms.py is an apport hook
    
     -- Giuseppe Iuculano <email address hidden>  Fri, 04 Jun 2010 13:53:23 +0200
  • dkms (2.1.1.2-2) unstable; urgency=low
    
    
      * [67fb76a] Do not remove /etc/header_postinst.d/dkms in preinst. Hopefully
        now Ubuntu can sync dkms from Debian
    
     -- Giuseppe Iuculano <email address hidden>  Tue, 23 Feb 2010 10:02:40 +0100
  • dkms (2.1.1.1-1) unstable; urgency=low
    
    
      [ David Paleino ]
      * [19ac85e] Added DKMS debhelper script (Closes: #553665)
    
      [ Giuseppe Iuculano ]
      * [9d66264] Imported Upstream version 2.1.1.1
      * [0735c11] Removed 01_upstart.patch
      * [ec26539] Merge from Ubuntu: Remove the init script and Upstart job.
        There is no reason that DKMS needs to run on boot; you can build
        modules for non-running kernels just fine at installation time.
      * [48ff9a4] Correct a minor shell error in dkms_autoinstaller
      * [5c76a45] Fixed a minor spelling error in dh_dkms man page
      * [c611461] debian/preinst: Use set -e
    
     -- Giuseppe Iuculano <email address hidden>  Wed, 27 Jan 2010 10:02:27 +0100
  • dkms (2.1.1.0-2) unstable; urgency=low
    
    
      * [8510207] Do not install upstart job file
    
     -- Giuseppe Iuculano <email address hidden>  Tue, 15 Dec 2009 08:57:24 +0100
  • dkms (2.1.0.1-2) unstable; urgency=low
    
    
      [ David Paleino ]
      * [47e453e] debian/patches/02-improve_error_message.patch: improve
        error message, and add Debian/Ubuntu specific suggestion.
        (Closes: #553600)
    
      [ Giuseppe Iuculano ]
      * [27f707a] Do not build as a nobody user and don't chown the build
        directory, no files should be owned by nobody. (Closes: #554168)
    
     -- Giuseppe Iuculano <email address hidden>  Tue, 03 Nov 2009 22:52:30 +0100
  • dkms (2.1.0.1-1) unstable; urgency=low
    
    
      * [34e006a] debian/patches/02_dkms.8.patch: Fix typos in the man page,
        thanks A. Costa (Closes: #534662)
      * [7735c89] Imported Upstream version 2.1.0.1
      * [3bdb6c1] Removed all patches, they are now merged in upstream.
        Thanks to Mario Limonciello.
      * [dbb778c] debian/rules: template-dkms-mkdeb/debian/postrm was
        removed in upstream, do not chmod it
      * [09cd9d3] Updated to standards version 3.8.3 (No changes needed)
      * [96663f0] Updated my email address and removed DM-Upload-Allowed
        control field. Thanks to Ben Hutchings for his previous sponsorship
      * [4848db2] debian/patches/01_init.patch: Added dkms_autoinstaller in
        Provides and fixed init.d-script-does-not-provide-itself lintian
        warning
    
     -- Giuseppe Iuculano <email address hidden>  Sat, 03 Oct 2009 11:12:04 +0200
  • dkms (2.0.22.0-1) unstable; urgency=low
    
    
      * [023618e] Imported Upstream version 2.0.22.0
      * [d6e0b15] Deleted patches merged in upstream: 01-fix_manpage.patch
        02-fix_distribution.patch 04-use_su-to-root.patch 05-
        do_not_check_admin_group.patch 06-fakeroot.patch 07-exit-if-build-
        fails.patch 09-lilo_detection.patch 10-lsb.patch 11-bash-
        completion.patch 12-use_invoke-rc.d.patch 13-template.patch
        14_new_module-init-tools.patch 08-support_kernel-img.conf.patch
      * [c5b7822] debian/patches/15_modprobe.patch: do not create an empty
        /etc/modprobe.d/package_name.conf. It is opened and parsed every
        time modprobe is run (and it is run very often at boot time). Create
        it only if necessary.
      * [3731c00] debian/patches/08-support_kernel-img.conf.patch: Use
        update-initramfs, it is the default in Debian/Ubuntu and it also computes
        and stores some checksums. (Closes: #529038)
      * [f4a197f] debian/patches/16_old_module.patch: Do not move away the old
        module, by default dkms install the new one in
        /lib/modules/<kernelversion>/updates/dkms (Closes: #529059)
      * [db7ffe7] debian/patches/01_kernel_postinst.patch: shut up "which" in the
        the kernel kernel_postinst.d script, only the exit code is needed.
    
     -- Giuseppe Iuculano <email address hidden>  Fri, 05 Jun 2009 22:00:35 +0200
  • dkms (2.0.21.1-1) unstable; urgency=low
    
    
      * [bcda131] Imported Upstream version 2.0.21.1
      * [487ad26] debian/patches/13-template.patch: 
        Updated template-dkms-mkdeb Changes: 
        - Bump to debhelper 7 compatibility levels 
        - Updated to standards version 3.8.1 
        - Use Dynamic Kernel Modules Support Team as maintainer field
        - Remove bash and add ${misc:Depends} in Depends
        - Use dh_prep instead of dh_clean -k
      * [c75e860] Updated to standards version 3.8.1 (No changes needed)
      * [0d14f3e] Update dkms to check for /etc/modprobe.d/dkms.conf,
        dh_installmodules now gives files in /etc/modprobe.d a .conf syntax,
        as required by new module-init-tools.
      * [ceff6d3] Move to kernel section as by ftpmasters override
      * [aa84c76] debian/control: Fix VCS-Browser field
      * [6cd45ec] debian/patches/15_modprobe.patch: Do not install
        /etc/modprobe.d/dkms, it only contains comments and is opened and
        parsed every time modprobe is run (and it is run very often at boot
        time). Use instead (and create if necessary)
        /etc/modprobe.d/package_name.conf. (Closes: #525379)
      * [171907c] debian/postinst: if /etc/modprobe.d/dkms is modified, put
        its content in /etc/modprobe.d/dkms.conf and remove it.
      * [426868b] update debian/copyright to add Giuseppe Iuculano to
        copyright on debian/*
      * [1ffb2cd] Removed 03-use-new-header_postinst.d_directory.patch,
        /etc/kernel/header_postinst.d is used only by kernel-package. dkms
        must use /etc/kernel/postinst.d/ directory.
      * [eff2f3e] debian/control: demoted linux-headers and linux-image in
        Recommends, removed kernel-package and build-essential from Depends,
        and added only gcc and make.
      * [508c115] debian/postinst: Remove also
        /etc/kernel/header_postinst.d/dkms and do an init script remove to
        un-do the "bad" links created by previous version
    
      [ Mario Limonciello ]
      * [848d7f9] update debian/copyright to add Mario Limonciello to
        copyright on debian/*
      * [791fc37] Update debian/rules to only run DKMS on the startup
        targets. This change was proposed from Ubuntu some time back as DKMS
        doesn't do anything on shutdown.
    
    
     -- Giuseppe Iuculano <email address hidden>  Mon, 04 May 2009 09:55:18 +0200
  • dkms (2.0.21.0-1) unstable; urgency=low
    
    
      * [0c2c36b] New Upstream version 2.0.21.0
      * First Debian release (Closes: #481590)
      * [6723982] debian/patches/: Refreshed patches, and deleted
        03-remove_dkms_lib_directory_if_empty.patch (now it is in upstream)
      * [592acec] debian/patches/04-use_su-to-root.patch: Do not test for $DISPLAY
        as su-to-root does not require an X display
      * [22d2ce2] debian/patches/09-lilo_detection.patch: grep for
        do_bootloader instead of postinst_hook
      * [b910eb3] debian/patches/03-use-new-
        header_postinst.d_directory.patch: Use new
        /etc/kernel/header_postinst.d directory introduced in kernel-package
        11.017
      * [f59cc66] debian/control: Add kernel-package (>= 11.017) in Depends
      * [6ebb0c4] Removed debian/postinst and debian/prerm
    
     -- Giuseppe Iuculano <email address hidden>  Mon, 16 Feb 2009 11:06:58 +0100