trurl 0.8-1 source package in Ubuntu

Changelog

trurl (0.8-1) unstable; urgency=medium

  [ Carlos Henrique Lima Melara ]
  * Run wrap-and-sort.
  * debian/control:
      - Add Vcs fields to source stanza.
      - Add myself as uploader.
      - Move to web section of the archive.
      - Remove python3-packaging from Build-Depends.
      - Slight rephrase of long description.
  * debian/copyright:
      - Add Upstream-Contact field.
      - Update packaging copyright section.
  * debian/gbp.conf: add basic definitions.
  * debian/rules:
      - Export DEB_BUILD_MAINT_OPTIONS.
      - Simplify rules exporting PREFIX.
  * debian/salsa-ci.yml: use salsa-ci.
  * debian/tests/control: add tests from upstream to autopkgtest.
  * debian/watch: scan via github API.

  [ Michael Ablassmeier ]
  * New upstream version 0.8.

 -- Carlos Henrique Lima Melara <email address hidden>  Thu, 22 Jun 2023 09:59:32 -0300

Upload details

Uploaded by:
Michael Ablassmeier
Uploaded to:
Sid
Original maintainer:
Michael Ablassmeier
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
trurl_0.8-1.dsc 1.9 KiB e8cf5997b348de261e973eb03023a539210c497c0b4504ceaf559700024f3a8e
trurl_0.8.orig.tar.gz 35.3 KiB 9bd3a92c7115f0f30b524d038a16a6b5efc0d73ceb914a2ef54b4179d4c490a2
trurl_0.8-1.debian.tar.xz 2.7 KiB fa1ff0c04319d79f6ecbdfb90d914a9c93693e721660cb47f107a8641e39a549

Available diffs

No changes file available.

Binary packages built by this source

trurl: command line tool for URL parsing and manipulation

 trurl is a cli tool that parses and manipulates URLs, designed to help shell
 script authors everywhere. Typically you pass in one or more URLs and decide
 what of that you want output. Posssibly modifying the URL as well.
 .
 trurl knows URLs and every URL consists of up to ten separate and independent
 "components". These components can be extracted, removed and updated with
 trurl and they are referred to by their respective names: scheme, user,
 password, options, host, port, path, query, fragment and zoneid.

trurl-dbgsym: debug symbols for trurl