Change logs for debian-cd source package in Trusty

  • debian-cd (3.1.14) unstable; urgency=medium
    
    
      [ Steve McIntyre ]
      * Start jessie work; copy things from the wheezy config for now.
      * Remove older squeeze, lenny, etch dirs
      * Move code hosting from svn to git.
      * Make sure that when we call apt, we tell it to *not* use localised
        package descriptions; this causes issues during build. See #712435 in
        apt.
      * List Translation files in dists/$dist/Release too - apt looks there
        now instead of in Index, apparently.
      * Remove mention/support of the s390(x) tape options; not created by d-i
        any more, and this is causing build failures.
      * Remove mention/support of old kfreebsd 8 kernels - they are not
        created any more, and this is causing build failures.
      * Remove s390 from the arch lists in various scripts, as it's going
        away. Support remains if specifically configured yet.
      * tools/update_tasks: don't hard-code the default desktop to use,
        instead work it out directly from the dependencies of the task-desktop
        package.
      * tools/boot/jessie/*: Pull out some more common code into common.sh to
        simplify the various boot-$arch scripts. Warn about potentially
        insecure download locations.
    
      [ Robert Spencer ]
      * Build without isolinux/desktop. Closes: #706150
      * Don't assume loadlin.exe exists. Closes: #706156
    
      [ Joey Hess ]
      * Add make and gcc back to forcecd1, to allow building out of tree
        kernel wifi modules. I removed this and more earlier while cleaning
        out undocuented cruft.
        (I have not added back module-assistant so far,
        since it needs build-essential which would pull in additional
        dependencies.)
    
     -- Steve McIntyre <email address hidden>  Tue, 14 Jan 2014 17:19:22 +0100
  • debian-cd (3.1.13) unstable; urgency=medium
    
    
      * The traditional "last upload before the stable release" upload...
    
      [ Robert Spencer ]
      * Use ARCHIVE_KEYRING_PACKAGE and ARCHIVE_KEYRING_FILE parameters to
        not hardcode debian-archive-keyring and let derivatives use their
        own keyring.
      * Add further support for missing win32-loader.ini. Closes: #705594
      * Allow for override of distro name etc. in grub.cfg for EFI boot too.
        Closes: #705610
    
      [ Steve McIntyre ]
      * Tweak handling of {udeb,base}_{include,exclude} files so multi-arch
        builds should work better. Closes: #703436
      * Remove the dpkg check for debootstrap version before passing the
        --no-check-gpg option; we're not going to support debootstrap versions
        so old that they don't support this flag, *and* the dpkg-query call
        doesn't give us the right version anyway - we're using an extracted
        copy from the archive, not the one that (might be) installed on our
        build machine.
    
     -- Steve McIntyre <email address hidden>  Tue, 30 Apr 2013 22:54:32 +0100