Change logs for rc source package in Sid

  • rc (1.7.4+97.gceb59bb-5) unstable; urgency=medium
    
      * QA upload.
    
      [ Bernhard Übelacker ]
      * Update 0005-Fix-uninitialized-variable-error.patch to avoid crash in tab
        completion.  (Closes: #1004645).
    
      [ Andreas Beckmann ]
      * Bump debhelper-compat to 13.
      * Update standards version to 4.6.2, no changes needed.
    
     -- Andreas Beckmann <email address hidden>  Thu, 02 Feb 2023 17:22:11 +0100
  • rc (1.7.4+97.gceb59bb-4) unstable; urgency=medium
    
      * QA upload.
      * Remove obsolete and no longer existing /usr/bin/rc from /etc/shells on
        upgrades.
      * Set Rules-Requires-Root: no.
      * Update standards version to 4.5.1, no changes needed.
      * Set upstream metadata fields: Repository, Repository-Browse.
    
     -- Andreas Beckmann <email address hidden>  Mon, 29 Mar 2021 23:19:10 +0200
  • rc (1.7.4+97.gceb59bb-3) unstable; urgency=medium
    
      * QA upload.
    
      [ Debian Janitor ]
      * Set upstream metadata fields: Bug-Database, Bug-Submit.
      * Remove obsolete fields Contact, Name from debian/upstream/metadata
        (already present in machine-readable debian/copyright).
      * Update standards version to 4.4.1, no changes needed.
      * Update standards version to 4.5.0, no changes needed.
    
     -- Jelmer Vernooij <email address hidden>  Wed, 03 Feb 2021 04:20:39 +0000
  • rc (1.7.4+97.gceb59bb-2) unstable; urgency=medium
    
      * QA upload.
      * Round-trip patches with gbp-pq
      * Fix uninitialized variable error
      * Fix piuparts, update alternatives correctly
    
     -- Dmitry Bogatov <email address hidden>  Fri, 16 Aug 2019 08:58:37 +0000
  • rc (1.7.4+97.gceb59bb-1) unstable; urgency=medium
    
      [ Dmitry Bogatov ]
      * QA upload.
      * Import snapshot from upstream git repository.
      * [e0e897b2] Update patches
      * [ae0749fa] Add slave link to rc(1) for /usr/bin/rc alternative
      * [be33cc7e] Update debhelper compat to 12
      * [0c4077da] Set upstream metadata fields: Contact, Name.
      * [fb58f495] Update standards version to 4.4.0
      * [75114010] Update homepage to github
    
      [ Ondřej Nový ]
      * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
      * d/copyright: Use https protocol in Format field
      * d/control: Set Vcs-* to salsa.debian.org
    
     -- Dmitry Bogatov <email address hidden>  Mon, 12 Aug 2019 21:54:43 +0000
  • rc (1.7.4-1) unstable; urgency=low
    
      * QA upload.
      * New upstream release.
      * debian/copyright:
        - Upstream license changed to zlib.
      * debian/source/options:
        - Don't enforce gzip compression.
      * debian/rc.menu:
        - Drop file, as the menu system is now deprecated.
      * debian/rules:
        - Convert to dh-style build with compat level 10.
      * debian/control:
        - Drop unnecessary dependencies to autoconf/automake/dh-buildinfo.
        - Add Vcs-* fields; imported history to collab-maint.
      * debian/patches:
        - Honour SOURCE_DATE_EPOCH for embedded timestamp.
          Thanks to Chris Lamb for providing the patch! (Closes: #833441)
        - Refresh patches.
    
     -- Reiner Herrmann <email address hidden>  Tue, 27 Sep 2016 01:36:15 +0200
  • rc (1.7.2-2) unstable; urgency=medium
    
      * QA upload.
      * Set QA Group as maintainer. (see #770372)
      * Migrations:
          - debian/copyright to 1.0 format.
          - DH level to 9.
      * debian/control:
          - Bumped Standards-Version to 3.9.8.
          - Removed the obsoleted field XS-Testsuite.
          - Removed unnecessary build dependency dpkg-dev.
      * debian/patches/:
          - Renamed all patches:
              ~ which-error-handling.diff to 10_which-error-handling.patch.
              ~ panic-attribute-noreturn.diff to 20_panic-attribute-noreturn.patch.
              ~ trip-hide-envvars.diff to 30_trip-hide-envvars.patch.
              ~ manpage-typography.diff to 40_manpage-typography.patch.
      * debian/watch:
          - Bumped to version 4.
          - Improved.
    
     -- Joao Eriberto Mota Filho <email address hidden>  Thu, 28 Jul 2016 15:32:35 -0300
  • rc (1.7.2-1) unstable; urgency=low
    
    
      * New upstream release.
        + Support quoting for filename completion in GNU readline
          (closes: #432899). Thanks to Raf Czlonka for the bug report.
        + Fix quoting of glob characters.
        + Allow $"x as a synonym for $^x.
      * Drop patches that were applied upstream:
        - aclocal-quoting.diff
        - configure-modernize-ac-init-automake.diff
        - trip-secure-tmp.diff
        - typos.diff
      * Update manpage-typography.diff.
      * Refresh other patches.
      * Update debian/rules to enable GNU Readline support.
      * Update debian/copyright.
      * Add Homepage field.
      * Add DEP-8 test that runs adequate(1) against the package.
    
     -- Jakub Wilk <email address hidden>  Sat, 27 Sep 2014 22:27:22 +0200
  • rc (1.7.1-5) unstable; urgency=low
    
    
      * Add patch (aclocal-quoting.diff) to fix underquoted calls to AC_DEFUN in
        acinclude.m4.
      * Add patch (configure-modernize-ac-init-automake.diff) to modernize the
        AM_INIT_AUTOMAKE call in the configure script.
      * Add “compile” to the list of ignored files in debian/source/options.
      * Add patch (panic-attribute-noreturn.diff) to mark the panic() function
        with attribute noreturn, in order to avoid false positive warnings about
        array bounds.
      * Build with -Werror=array-bounds.
      * Build with -fvisibility=hidden, in order to avoid false positive
        binary-file-built-without-LFS-support lintian tag.
      * Add patch (which-error-handling.diff) to improve error handling in the
        which() function.
      * Rebuild parse.c at build time.
        + Update debian/rules.
        + Add parse.c to the list of ignored files in debian/source/options.
        + Add byacc to Build-Depends.
      * Bump standards version to 3.9.5 (no changes needed).
      * Add patch (trip-secure-tmp.diff) to fix insecure use of /tmp in the test
        suite (closes: #737125).
      * Add patch (trip-hide-envvars.diff) to hide environment variables from the
        test suite output, so that they are not accidentally exposed in a build log.
      * Run tests at build time.
        + Update debian/rules.
        + Add procpc to Build-Depends.
      * Add DEP-8 tests.
      * Add patch (typos.diff) to fix a few spelling errors.
      * Add patch (manpage-typography.diff) to improve typography in the manual
        page.
      * Force gzip compression for .debian.tar.
      * Don't use dh_testdir; instead use target dependencies to ensure that
        debian/rules is run from the correct directory.
      * Run dh_clean as the first command in the clean target.
      * Use dh-buildinfo:
        + Update debian/rules.
        + Add the package to Build-Depends.
    
     -- Jakub Wilk <email address hidden>  Sun, 02 Feb 2014 23:15:42 +0100
  • rc (1.7.1-4) unstable; urgency=low
    
    
      * New maintainer (closes: #660508). Thanks to Decklin Foster for his past
        work.
      * Add ${misc:Depends} to Depends.
      * Rewrite debian/rules from scratch.
        + Pass --configure to the configure script only when cross-building.
        + Build out-of-tree.
        + Don't ignore ‘make distclean’ in the clean target; delete the whole
          build directory instead.
        + Don't pass --info-dir to the configure script, and don't call
          dh_installinfo, since there is no info documentation anyway.
        + Link using --as-needed, in order to avoid dependency on libtinfo.
      * Regerate autoconf files at build time:
        + Add build-dependency on autoconf, automake.
        + Add extend-diff-ignore to debian/source/options, to ignore regenerated
          files.
        + Update debian/rules.
      * Pass {C,CPP,LD}FLAGS acquired from dpkg-buildflags to the configure
        script:
        + Add build-dependency on dpkg-dev (>= 1.15.7), for dpkg-buildflags support.
        + Update debian/rules.
      * Bump debian/compat to 7. Bump build-dependency on debhelper to >= 7.
      * Remove debian/rc.dirs; it's not needed as upstream makefiles creates
        needed directories anyway.
      * Remove an article from the package synopsis. Re-wrap the long description.
      * Convert to source format 3.0 (quilt).
        + Add debian/source/format.
      * Bump standards version to 3.9.3.
        + Change menu sertion from “Apps/Shells” to “Applications/Shells”.
      * Don't ignore errors in maintainer scripts.
      * Don't hardcode paths to {add,remove}-shell in maintainer scripts.
      * Add watch file.
      * Rename debian/rc.copyright to debian/copyright.
      * Update the copyright file (closes: #367004). Thanks to Harri Haataja for
        the bug report.
    
     -- Jakub Wilk <email address hidden>  Fri, 24 Feb 2012 20:00:41 +0100
  • rc (1.7.1-3.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Build-depend on libreadline-dev instead of libreadline5-dev
        (closes: #553835). Thanks to Matthias Klose for the bug report.
    
     -- Jakub Wilk <email address hidden>  Sun, 07 Aug 2011 12:37:03 +0200
  • rc (1.7.1-3) unstable; urgency=low
    
    
      * Use add-shell and remove-shell. (Closes: #361547)
      * Bump Standards-Version to 3.6.2.
    
     -- Decklin Foster <email address hidden>  Tue, 11 Apr 2006 05:02:20 -0400