aribas 1.65-1 source package in Ubuntu

Changelog

aribas (1.65-1) unstable; urgency=medium

  [ Ralf Treinen ]
  * update debian/watch file
  * add src/aribas to the filter in gbp.conf since upstream distributes a
    pre-compiled binary with the sources.
  * new upstream version,
    - drop patch no_strip as it is not useful
    - drop patch casting_pointers which has been integrated upstream
    - add patch fix-make-clean to make "make clean" idempotent
    - add patch compile-with-debug-symbols to use the -g flag to gcc
  * upstream has dropped the i386 assembly code (closes: #1001653), remove
    the special case for i386 in debian/rules (closes:#991782).
  * debian/aribas.install: upstream has moved src/EL to EL
  * debian/control:
    - Standards-Version 4.6.2 (no change)
    - declare Rules-Requires-Root: no
  * debian/aribas.docs: upstream has renamed doc files. Also modify
    accordingly debian/aribas-doc-base.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 10 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

 -- Ralf Treinen <email address hidden>  Mon, 23 Jan 2023 20:12:10 +0100

Upload details

Uploaded by:
Ralf Treinen
Uploaded to:
Sid
Original maintainer:
Ralf Treinen
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe math
Noble release universe math
Mantic release universe math
Lunar release universe math

Downloads

File Size SHA-256 Checksum
aribas_1.65-1.dsc 1.8 KiB 9a0e5ad64a4d5f696fe40a1fd7c1e63ea7bfa6910e038345b555831e1122bd89
aribas_1.65.orig.tar.gz 312.7 KiB 2ea6864a3098760fc000ddd1d228d36294668d81ded4955f0e60822ec9e3bc65
aribas_1.65-1.debian.tar.xz 8.8 KiB 37698ceb8c9ffd4b4bf764d2cc453991e2275c00bbbe81650cfb130536c918a1

Available diffs

No changes file available.

Binary packages built by this source

aribas: interpreter for arithmetic

 ARIBAS is an interactive interpreter suitable for big integer
 arithmetic and multiprecision floating point arithmetic.
 It has a syntax similar to Pascal or Modula-2, but contains also
 features from other programming languages like C, Lisp, Oberon.