librepfunc 1.8.1-1 source package in Ubuntu

Changelog

librepfunc (1.8.1-1) unstable; urgency=medium

  * New maintainer (Closes: #1052443).
  * Remove cruft and disable verbose in 'd/rules'.
  * Add 'd/upstream/metadata'.
  * Changed VCS field data now repo has moved.

  [ Fab Stz ]
  * refresh patches

  [ Apostolos Kefalas ]
  * New upstream version 1.8.1
  * Add myself as co-maintainer
  * Update d/copyright with myself and year

 -- Apostolos Kefalas <email address hidden>  Fri, 17 Nov 2023 20:53:04 +0200

Upload details

Uploaded by:
Phil Wyett
Uploaded to:
Sid
Original maintainer:
Phil Wyett
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
librepfunc_1.8.1-1.dsc 1.9 KiB 3de40f75218deb04bc7a910faa9353479bf6e8f334bebc1b577c905942b2859a
librepfunc_1.8.1.orig.tar.xz 25.8 KiB 9e9bc183eef8859aa47c65573e405d61dbb885328cfaf1cf66345b6dfb445dbe
librepfunc_1.8.1-1.debian.tar.xz 3.0 KiB 211069fc06a5210f4af7c8b4394e90b94b8ca862a484fee512ef6ada66f61538

Available diffs

No changes file available.

Binary packages built by this source

librepfunc-dev: set of C++ classes and utilities for building multimedia tools (dev files)

 This is a collection of utilities and functions used for example in w-scan-cpp
 .
 This package contains the files required to build other packages.

librepfunc1: set of C++ classes and utilities for building multimedia tools

 This is a collection of utilities and functions used for example in w-scan-cpp
 .
 string related:
  * LowerCase and UpperCase
  * LeftTrim and RightTrim and Trim
  * FrontFill and BackFill
  * ReplaceAll
 .
 vector of string related:
  * SplitStr
 .
 number conversion to string or vice versa
  * IntToStr
  * FloatToStr
  * ExpToStr
  * StrToInt
  * StrToFloat
 .
 print time
  * TimeStr
 .
 other conversions
  * BCDtoDecimal
 .
 sleep threads
  * Sleep, mSleep, uSleep
 .
 print hex data
  * HexDump
 .
 files and directories
  * FileExists
  * cFileList
  * ReadFileToStream
  * ReadFile
  * WriteStreamToFile
  * WriteFile
 .
 start/stop threads from main thread
  * ThreadBase

librepfunc1-dbgsym: debug symbols for librepfunc1