1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
multitee (3.0-6.1) unstable; urgency=medium
* Non-maintainer upload.
(https://salsa.debian.org/nabijaczleweli/multitee)
* d/p/
3 Replace fmt.[ch] with snprintf(3)
4 Fully-prototype sigdfl.[ch]
5 Fully-prototype sigsched.[ch]
6 Replace geoptt.[ch] with getopt(3)
7 Remove ralloc.[ch]: additional interface not used
8 Replace scan.[ch] with strtoull(3) wrapper
9 Fully-prototype main.c
10 Inline the annoying bits of sod.h
11 bufsize needs to be an uint
startpos/endpos need to be off_t instead of int
12 Unused int blah
13 Use calloc() instead of malloc()+=0
14 boolise breakpipe and dead
15 Consider also -fd/,fd/efd when calculating the max known fd
For example: echo asd | ./multitee 'e11800802)' would segfault
Closes: #716121
* cdbs -> dh
* Standards-Version: 3.9.6 -> 4.7.0
* debhelper: 9 -> 13
* Fix lintian E: multitee: alien-tag no-upstream-changelog
-- наб <nabijaczleweli@nabijaczleweli.xyz> Thu, 05 Dec 2024 19:53:04 +0100
multitee (3.0-6) unstable; urgency=low
* Fix FTBFS with glibc 2.21 and gcc-5 (Closes: #790268).
* Fix typo in copyright file.
-- Roberto Lumbreras <rover@debian.org> Sat, 30 Jan 2016 20:10:19 +0100
multitee (3.0-5) unstable; urgency=low
* Updated standards. Source format 3.0-quilt. Lintian fixes.
-- Roberto Lumbreras <rover@debian.org> Fri, 27 Jun 2014 13:45:47 +0200
multitee (3.0-4) unstable; urgency=low
* Switch to cdbs. (Closes: #437593)
* Standards 3.7.2 (no changes).
-- Roberto Lumbreras <rover@debian.org> Mon, 13 Aug 2007 16:11:20 +0200
multitee (3.0-3) unstable; urgency=low
* Updated to standards 3.6.1
-- Roberto Lumbreras <rover@debian.org> Tue, 27 Jan 2004 02:05:00 +0100
multitee (3.0-2) unstable; urgency=low
* standards 3.1.1
-- Roberto Lumbreras <rover@debian.org> Sun, 9 Apr 2000 20:37:45 +0200
multitee (3.0-1) unstable; urgency=low
* new package
-- Roberto Lumbreras <rover@debian.org> Wed, 4 Mar 1998 03:54:14 +0100
|