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
|
unifdef (2.10-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Apply patch from Chris Lamb to fix FTBFS under some locales.
(Closes: #841427)
-- Adrian Bunk <bunk@debian.org> Mon, 27 Mar 2017 18:38:39 +0300
unifdef (2.10-1) unstable; urgency=low
* New upstream release.
-- Bob Proulx <bob@proulx.com> Wed, 22 Jan 2014 23:46:53 -0700
unifdef (2.6-1) unstable; urgency=low
* New upstream release.
-- Bob Proulx <bob@proulx.com> Tue, 22 Feb 2011 21:31:52 -0700
unifdef (2.5-1) unstable; urgency=low
* New upstream release.
-- Bob Proulx <bob@proulx.com> Tue, 08 Feb 2011 14:32:07 -0700
unifdef (2.4-1) experimental; urgency=low
* New upstream release.
* Minor spelling corrections in the documentation.
* Minor build updates in the Makefile. This enables cleaning up the
Debian build rules somewhat.
* Increase debhelper compat level to 8.
* Increase standards conformance version to 3.9.1.
-- Bob Proulx <bob@proulx.com> Wed, 14 Sep 2010 17:20:00 -0600
unifdef (2.3-1) unstable; urgency=low
* New upstream version.
* Correct unifdefall's exit status if the cleanup rm fails.
* Man page updates.
-- Bob Proulx <bob@proulx.com> Sat, 03 Apr 2010 01:00:39 -0600
unifdef (2.1-1) unstable; urgency=low
* New upstream version.
* unifdef gains embedded version information plus -V to display it.
-- Bob Proulx <bob@proulx.com> Fri, 12 Mar 2010 20:38:33 -0700
unifdef (1.357-1) unstable; urgency=low
* New upstream version.
* Fix copyright file snafu. With thanks to Jonathan Nieder.
(Closes: 572648)
* Upstream licensing of files simplified and converged to the one
project global 2-clause license leaving only the unifdefall file with
the legacy 3-clause license. Much simpler.
* Upstream now includes an explicit COPYING file with license details.
* Removed Debian patch for man page formating. Fixed upstream.
-- Bob Proulx <bob@proulx.com> Mon, 08 Mar 2010 23:32:38 -0700
unifdef (1.353-1) unstable; urgency=low
* New upstream version.
* Track distribution file name changes.
-- Bob Proulx <bob@proulx.com> Wed, 24 Feb 2010 16:37:07 -0700
unifdef (1.352-1) unstable; urgency=low
* New upstream version. (Closes: 557649)
* The upstream maintainer is now releasing standalone distributions.
This package switches to the new distribution bundle.
* Switch to dpkg-source 3.0 (quilt) format.
-- Bob Proulx <bob@proulx.com> Sat, 20 Feb 2010 22:31:47 -0700
unifdef (1.0+20080502-1) unstable; urgency=low
* Sync with latest FreeBSD version of unifdef. This is effectively a
new upstream version.
* Include upstream unifdefall script to remove all ifdefs. This adds a
dependency upon 'cpp'. (Closes: #406880)
* Don't require at least one symbol when using -k. (Closes: #401182)
-- Bob Proulx <bob@proulx.com> Sun, 01 Nov 2009 01:16:17 -0700
unifdef (1.0+20030701-3) unstable; urgency=low
* Acknowledge QA upload.
* Retain as maintainer. (Closes: #553462)
* Merge QA NMU with maintainer version.
* Remove unneeded actions in configure target.
* Fix FTBFS due to libc addition of conflicting symbol 'getline'.
(Closes: #552879)
* Increase debhelper compat level to 7.
* Increase standards conformance version to 3.8.3.
* Appease lintian warning about ignoring make clean return status by no
longer ignoring it.
* Original version: 1.0+20030701-2
* Original date: Fri, 30 Oct 2009 11:33:33 -0600
-- Bob Proulx <bob@proulx.com> Sat, 31 Oct 2009 11:11:15 -0400
unifdef (1.0+20030701-2) unstable; urgency=low
* QA upload.
+ Set maintainer to Debian QA Group <packages@qa.debian.org>.
* Rename local getline func to local_getline in unifdef.c. (Closes: #552879).
* Make clean not ignore errors.
* Bump debhelper build-dep to 5.
* Move DH_COMPAT from rules to compat and set to 5.
* Bump Standards Version to 3.8.3.
-- Barry deFreese <bdefreese@debian.org> Sat, 31 Oct 2009 11:11:14 -0400
unifdef (1.0+20030701-2~1) unstable; urgency=low
* Fix FTBFS due to libc addition of conflicting symbol 'getline'.
(Closes: #552879)
* Increase debhelper compat level to 7.
* Increase standards conformance version to 3.8.3.
* Appease lintian warning about ignoring make clean return status by no
longer ignoring it.
-- Bob Proulx <bob@proulx.com> Fri, 30 Oct 2009 11:33:33 -0600
unifdef (1.0+20030701-1) unstable; urgency=low
* Switch to current FreeBSD version of unifdef. This is effectively a
switch to a new upstream version. Really it is switching to a
different branching of the original code base.
* Suggestion to switch to the newer FreeBSD version. (Closes: #234054)
* Whitespace is now allowed at the beginning of #if line before the '#'
character. (Closes: #204349)
* Whitespace is now generally ignored around the preprocessor
directives. This allows indention of preprocessor control flow.
* Previously only "#ifdef" and "#ifndef" preprocessor controls were
handled giving the program the justifiable name of "unifdef". Now
general "#if" processing such as "#if defined(FOO)" and boolean
expresions of those constructs are allowed.
-- Bob Proulx <bob@proulx.com> Sat, 3 Jul 2004 18:09:39 -0600
unifdef (1.0-1) unstable; urgency=low
* First Debian packaging.
-- Bob Proulx <bob@proulx.com> Wed, 26 Feb 2003 10:49:15 -0700
|