shc 4.0.3-1 source package in Ubuntu

Changelog

shc (4.0.3-1) unstable; urgency=medium

  * Maintainer upload
  * Merge the NMU from the NMU-master branch
    * New upstream version 4.0.3
    * debian/control:
      - Added 'Rules-Requires-Root: no' to debian/control source stanza.
      - Bumped Standards-Version to 4.4.1.
      - Updated upstream address in Homepage field.
    * debian/copyright:
      - Added a comment in header to quote the original upstream homepage.
      - Added rights for all upstreams.
      - Added Upstream-Contact field.
      - Added Eriberto as packager.
    * debian/patches/010_fix-rc-path.patch: created to fix 'rc' path to allow
      the build system run tests.
    * debian/salsa-ci.yml: created to provide CI tests via Salsa.
    * debian/tests/*: created to provide some trivial CI tests.
    * debian/watch: remade to look at releases instead of tags.
  * fix package-uses-old-debhelper-compat-version 12
  * fix "source: out-of-date-standards-version" problem
  * update copyright year for packager
  * remove broken tests that failed since day one

 -- Tong Sun <email address hidden>  Sun, 08 Nov 2020 15:42:56 +0100

Upload details

Uploaded by:
Tong Sun
Uploaded to:
Sid
Original maintainer:
Tong Sun
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
shc_4.0.3-1.dsc 1.8 KiB 0e4665635e34316dfa343d1b1587d30f23361a29137a67752251f3688843b063
shc_4.0.3.orig.tar.gz 121.3 KiB 7d7fa6a9f5f53d607ab851d739ae3d3b99ca86e2cb1425a6cab9299f673aee16
shc_4.0.3-1.debian.tar.xz 3.7 KiB 16e02d0ba090cb828fa3aae1599586b2c3b1cfb0fb3244d340c5274455335038

Available diffs

No changes file available.

Binary packages built by this source

shc: Shell script compiler

 SHC is a generic shell script compiler.
 It takes a script, which is specified on the command line and produces
 C source code. The generated source code is then compiled and linked to
 produce a stripped binary.
 .
 The compiled binary will still be dependent on the shell specified in
 the first line of the shell code, thus shc does not create completely
 independent binaries.
 .
 shc itself is not a compiler such as cc,
 it rather encodes and encrypts a shell script and generates C source
 code with the added expiration capability. It then uses the system
 compiler to compile a stripped binary which behaves exactly like the
 original script. Upon execution, the compiled binary will decrypt and
 execute the code with the shells' -c option.

shc-dbgsym: debug symbols for shc