hsc 1.0b-0ubuntu1 source package in Ubuntu

Changelog

hsc (1.0b-0ubuntu1) xenial; urgency=medium

  * New upstream release.
  * debian/watch: Create, along with pgpsigurlmangle.
  * debian/upstream/signing-key.asc: Add upstream signing key.
  * debian/rules:
    - Convert to minimal dh sequencer.
    - Use dh-autotools_dev.
  * debian/compat: Indicate compatibility level of 9.
  * debian/control:
    - Build-depend on debhelper (>= 9) and autotools-dev.
    - Add Homepage field.
    - Bump Standards-Version to 3.9.6.
  * debian/source/format: Indicate 3.0 (quilt) format.
  * debian/copyright: Switch to DEP-5 format.
  * debian/patches:
    - destdir.patch: Use DESTDIR so that files are installed correctly.
    - isblank.patch: Use upstream patch to fix static redefinition.
    - pref_path.patch: Adapt existing patch to also change Makefile.

 -- Logan Rosen <email address hidden>  Tue, 08 Dec 2015 01:02:38 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe web

Downloads

File Size SHA-256 Checksum
hsc_1.0b.orig.tar.bz2 608.6 KiB 4c3e4b7a96851d8a8cd4c0ce7135c9730f2fb63b0ae3555183b0285d04b38a81
hsc_1.0b-0ubuntu1.debian.tar.xz 38.4 KiB c08ac244050eb698d4703c5f88d4967bf8621c6d8e38a343eea8f00694e5dd9c
hsc_1.0b-0ubuntu1.dsc 1.4 KiB 56c96d2a06aedb9633ce19eafcc8209e2003de42550a8202e2f414679f7ebb4a

Available diffs

View changes file

Binary packages built by this source

hsc: html sucks completely, a developer tool for HTML projects

 It can be used on any HTML file and creates a new HTML file as output. In the
 input file, you may use an extended syntax based on HTML, which allows for
 things like macros, conditionals, variables, expressions etc.
 .
 It is mainly intended for creating and maintaining larger HTML projects.
 As a commandline tool, it can be used together with `make', and a
 dependency generator is included.
 .
 Hsc is not a tool to make HTML easier for beginners; it's a tool
 to make HTML a bit less painful and brain-damaged for people who
 already know how to work with it.