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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
|
zzuf (0.15-5) unstable; urgency=medium
* QA upload.
* Update watch file.
-- Andreas Beckmann <anbe@debian.org> Tue, 11 Feb 2025 23:55:57 +0100
zzuf (0.15-4) unstable; urgency=medium
* QA upload.
* Undefine _FILE_OFFSET_BITS and _TIME_BITS for some files that want to
provide replacements for both e.g. open() and open64(). (Closes: #1068663)
-- Andreas Beckmann <anbe@debian.org> Mon, 15 Apr 2024 23:12:17 +0200
zzuf (0.15-3) unstable; urgency=medium
* QA upload.
* Fix building with -Werror=implicit-function-declaration.
(Closes: #1066620)
-- Andreas Beckmann <anbe@debian.org> Sun, 07 Apr 2024 04:40:37 +0200
zzuf (0.15-2) unstable; urgency=medium
* QA upload.
* Set Debian QA Group as maintainer. (see #1011574)
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 13.
- debian/not-installed: created to list some upstream files not installed
in final binaries.
* debian/control:
- Added Homepage field.
- Added Rules-Requires-Root: no.
- Added Vcs-* URLs to salsa.debian.org.
- Bumped Standards-Version to 4.6.0.
- Removed duplicate 'Section' field.
- Removed no longer needed build dependency dh-autoreconf.
* debian/copyright: migrated to 1.0 format.
* debian/docs: added file 'AUTHORS'.
* debian/patches/:
- 010_test-Do-not-check-win32-as-it-fails.patch: Created to
fix a fail test to win32. Thanks Alexandre Ghiti
<alexandre.ghiti@canonical.com>. (Closes: #997512)
- 020_fix-typos-in-manual.patch: created to fix typos in manual.
* debian/rules:
- Added the DEB_BUILD_MAINT_OPTIONS variable to improve the GCC
hardening.
- Removed '--with autoreconf' because it is default in DH 13.
* debian/salsa-ci.yml: created to provide CI tests for Salsa.
* debian/tests: created superficial tests.
* debian/upstream/metadata: created.
* debian/watch: created.
* debian/zzuf.docs: renamed to docs.
* debian/zzuf.install: renamed to install.
-- Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com> Fri, 27 May 2022 07:32:51 -0300
zzuf (0.15-1) unstable; urgency=medium
* New upstream release.
* This version fixes the testsuite for recent glibcs (Closes: #808696).
-- Sam Hocevar <sho@debian.org> Tue, 03 May 2016 08:32:17 +0200
zzuf (0.14-1) unstable; urgency=low
* New upstream release.
* This version includes a few testsuite fixes (Closes: #790297).
* Remove Debian-specific patches; they’ve all been applied upstream.
-- Sam Hocevar <sho@debian.org> Sun, 28 Jun 2015 00:09:33 +0200
zzuf (0.13.svn20100215-4) unstable; urgency=low
* debian/patches/200_libc_symbol_versioning.diff: fix a problem with
libc6 symbol versioning where we would call fopen() version GLIBC_2.0
but freopen() would think we were using version GLIBC_2.1 and thus
corrupt the stream contents.
-- Sam Hocevar <sho@debian.org> Tue, 17 Apr 2012 01:20:43 +0200
zzuf (0.13.svn20100215-3) unstable; urgency=low
* debian/rules: -D_FORTIFY_SOURCE breaks zzuf; make sure this macro is
not set in CFLAGS. Patch courtesy of Matthias Klose (Closes: #642100).
* debian/rules: add build-arch and build-indep rules.
* debian/control: set policy to 3.9.3.
-- Sam Hocevar <sho@debian.org> Sun, 08 Apr 2012 11:00:29 +0200
zzuf (0.13.svn20100215-2) unstable; urgency=high
* debian/patches/100_more_tolerant_test.diff: when one of the -r unit
tests fails, try it again up to three times (Closes: #577294). Patch
from upstream SVN.
* debian/rules: misc fixes, courtesy of Loïc Minier (Closes: #575683).
Fixes concurrent builds and adds support for nocheck.
-- Sam Hocevar <sho@debian.org> Mon, 19 Apr 2010 22:02:22 +0000
zzuf (0.13.svn20100215-1) unstable; urgency=low
* New SVN snapshot. Renames zzcat into zzat to avoid an unfortunate
conflict with zziplib (Closes: #568426).
-- Sam Hocevar <sho@debian.org> Mon, 15 Feb 2010 22:26:37 +0100
zzuf (0.13-1) unstable; urgency=low
* New upstream release.
* This release properly handles the getc_unlocked() call used by new
versions of sed. The test suite passes again (Closes: #533977, #562434).
* This release fixes a problem with memory limit detection (Closes: #566552).
* debian/rules:
+ Fix a race condition in the build rule (Closes: #543458).
-- Sam Hocevar <sho@debian.org> Sun, 31 Jan 2010 17:54:31 +0000
zzuf (0.12.svn20091212-1) experimental; urgency=low
* New SVN snapshot.
* This snapshot properly handles the getc_unlocked() call used by new
versions of sed. The test suite passes again (Closes: #533977).
* debian/control:
+ Build-depend on missing ${misc:Depends}.
+ Set policy to 3.8.3.
* debian/source/format:
+ Switch to 3.0 (quilt) source format.
* debian/rules:
+ Fix a race condition in the build rule (Closes: #543458).
-- Sam Hocevar <sho@debian.org> Sat, 12 Dec 2009 23:42:57 +0100
zzuf (0.12-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ Set policy to 3.8.0. No changes required.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 13 Jun 2008 13:57:07 +0000
zzuf (0.11-1) unstable; urgency=low
* New upstream release.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 18 May 2008 21:53:06 +0000
zzuf (0.9-2) unstable; urgency=low
* debian/control:
+ Set policy to 3.7.3.
* debian/patches/100_dup_dup2_implementation.diff:
+ Patch from upstream SVN. Implements dup() and dup2() due to Debian-
specific internal changes to dd which caused the test suite to fail
(Closes: #474884).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 27 Apr 2008 10:07:40 +0200
zzuf (0.9-1) unstable; urgency=low
* New upstream release.
+ This version no longer clobbers LD_PRELOAD (Closes: #413310).
* debian/rules:
+ Don't use -$(MAKE) distclean.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 10 Jul 2007 02:28:09 +0200
zzuf (0.8.1-1) unstable; urgency=low
* New minor upstream release. Fixes an unsaved errno value and removes a
spurious debug message (Closes: #413046). Patches courtesy of Sami Liedes.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 2 Mar 2007 01:00:42 +0100
zzuf (0.8-1) unstable; urgency=low
* New upstream release.
* debian/copyright:
+ Updated postal address.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 24 Feb 2007 17:37:35 +0100
zzuf (0.7-1) unstable; urgency=low
* New upstream release.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 28 Jan 2007 02:11:15 +0100
zzuf (0.6-1) unstable; urgency=low
* First Debian upload (Closes: #407072).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Thu, 25 Jan 2007 14:32:04 +0100
zzuf (0.5-1) unstable; urgency=low
* First public upstream release.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 15 Jan 2007 01:02:44 +0100
zzuf (0.4-1) unstable; urgency=low
* New upstream release.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 12 Jan 2007 00:43:45 +0100
zzuf (0.3-1) unstable; urgency=low
* New upstream release.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 7 Jan 2007 22:32:05 +0100
zzuf (0.2-1) unstable; urgency=low
* New upstream release.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 6 Jan 2007 01:43:08 +0100
zzuf (0.1-1) unstable; urgency=low
* Initial release.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 23 Dec 2006 19:57:52 +0100
|