rc 1.7.1-4 source package in Ubuntu

Changelog

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

Upload details

Uploaded by:
Jakub Wilk
Uploaded to:
Sid
Original maintainer:
Jakub Wilk
Architectures:
any
Section:
shells
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rc_1.7.1-4.dsc 1.6 KiB 74e13e1076f7e715ce96b42b74bd1898ed9b90957a8b00b78481ea8d7e43be14
rc_1.7.1.orig.tar.gz 173.1 KiB 1cff23e897a038422458ba01567a5a2650935205862c3bbf73e773807c248240
rc_1.7.1-4.debian.tar.gz 4.9 KiB c16c50d72ef1b05d77e61e6894650cb9d510a630facc9fd78fab8300afade7cb

No changes file available.

Binary packages built by this source

rc: implementation of the AT&T Plan 9 shell

 rc is a command interpreter and programming language similar to sh(1). It is
 based on the AT&T Plan 9 shell of the same name. The shell offers a C-like
 syntax (much more so than the C shell), and a powerful mechanism for
 manipulating variables. It is reasonably small and reasonably fast, especially
 when compared to contemporary shells. Its use is intended to be interactive,
 but the language lends itself well to scripts.