Change logs for gnome-console source package in Kinetic

  • gnome-console (43.0-2) unstable; urgency=medium
    
      * Build-Depend on dh-sequence-gnome & opt in to Ubuntu language packs
      * Update debian/gbp.conf, debian/watch, & DEB_LDFLAGS for team style
    
     -- Jeremy Bicha <email address hidden>  Tue, 11 Oct 2022 16:02:59 -0400
  • gnome-console (43~beta-0ubuntu1) kinetic; urgency=medium
    
      * New upstream release
        - Support Ctrl+PageUp/PageDown to switch tabs (LP: #1971508)
      * Build with gtk4 and libadwaita
      * Add proposed patch to allow terminal background to be customized with CSS
        Thanks Sergio Costas. LP: #1977769
      * Update new tab patch with latest version proposed upstream
      * Drop patches applied in new release
      * Drop obsolete nautilus-extension-gnome-console
        - This feature is built in to Nautilus 43
    
     -- Jeremy Bicha <email address hidden>  Mon, 08 Aug 2022 17:15:53 -0400
  • gnome-console (42~beta-2ubuntu1) kinetic; urgency=medium
    
      * debian/control: Recommend nautilus-extension-gnome-console
        (Closes: #1008833)
      * Cherry-pick patches to support x-terminal-emulator interface
      * Add debian/postinst & debian/prerm to register kgx as
        an x-terminal-emulator with priority 40 (Closes: #1008805) (LP: #1977767)
      * Add proposed patch to enable new tabs to open in current working directory.
        Thanks to Sergio Costas (Closes: #1008806) (LP: #1973825)
      * Explicitly opt in to Ubuntu language packs
    
     -- Jeremy Bicha <email address hidden>  Fri, 29 Jul 2022 14:48:49 -0400
  • gnome-console (42~beta-2) unstable; urgency=medium
    
      * Source-only upload for allowing testing transition, no other change
    
     -- Arnaud Ferraris <email address hidden>  Thu, 17 Mar 2022 16:26:42 +0100
  • gnome-console (42~beta-1) unstable; urgency=medium
    
      [ Arnaud Ferraris ]
      * New upstream release.
      * debian: rename package to gnome-console.
        Upstream package became a GNOME core application and got renamed to
        `Console` in the process. This commit acknowledges this move by:
        - renaming the Debian package to `gnome-console`
        - replacing all occurrences of "Kings Cross" with "Console"
        - pointing to the new upstream URL
        - adding a transitional package for smooth upgrades
        - update copyright entries for renamed files
      * d/patches: drop obsolete patch.
        Upstream doesn't build a shared library anymore, making our patch
        obsolete as it solved a reproducibility issue affecting this exact
        shared library.
      * d/rules: drop pkg.kgx.generic build profile.
        Upstream used to provide a "generic" build profile with a different icon
        and application name than what was used for "regular" builds. This is no
        longer an option, and as such we can drop our corresponding
        `pkg.kgx.generic` build profile.
      * d/control: update build dependencies.
        Upstream bumped the required versions for some of the build
        dependencies, this commit makes sure our package has the same
        requirements.
      * debian: fix handling pre-release version numbers.
        Upstream releases beta versions with a `.beta` suffix (and similar
        suffixes are likely to be expected for alpha and rc versions). This
        commit adds the necessary bits to both our `watch` and `gbp.conf` files
        in order to properly deal with such version numbers in conformity with
        the Debian policy.
      * debian: build Nautilus extension.
        Console provides an optional extension for Nautilus. In order to build
        it and package it as `nautilus-extension-gnome-console`, this commit
        adds the necessary build-dependency and new package definition to
        `d/control`, and also introduces the corresponding `.install` file.
      * d/patches: drop custom RPATH in executable.
        Fixes: lintian: custom-library-search-path
      * d/copyright: update and add entry for `po` files.
        Our `copyright` file was missing information about translation files,
        for which translators weren't credited. Fix this and update copyright
        file so the data is accurate and includes newly added files.
    
      [ Jeremy Bicha ]
      * Don't run build tests through xvfb
      * debian/rules: Don't manually set build directory
      * Don't Build-Depend on git
      * Update Vcs fields
      * debian/rules: Enable auto features.
        This force enables all the auto meson options.
        Otherwise, we could accidentally have features disabled
        because we didn't have a dependency installed.
    
     -- Arnaud Ferraris <email address hidden>  Wed, 23 Feb 2022 12:18:33 +0100