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 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408
|
cproto (4.7s-1) unstable; urgency=medium
* New upstream release.
- Includes fixes for FTBFS with gcc-11 (closes: #984023)
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 05 Mar 2021 02:06:41 +0000
cproto (4.7r-1) unstable; urgency=medium
* New upstream release.
* Bump standards version to 4.5.1.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 10 Jan 2021 22:58:57 +0000
cproto (4.7q-2) unstable; urgency=medium
* Package cleanup based on a review at qa.debian.org.
- Update debian/control to move to debhelper-compat (= 13)
- Update debian/control to set Rules-Requires-Root: no
- Add Lintian override for upstream-metadata-file-is-missing
-- Kenneth J. Pronovici <pronovic@debian.org> Thu, 29 Oct 2020 21:06:01 +0000
cproto (4.7q-1) unstable; urgency=medium
* New upstream release.
-- Kenneth J. Pronovici <pronovic@debian.org> Mon, 12 Oct 2020 15:44:15 +0000
cproto (4.7p-1) unstable; urgency=medium
* New upstream release.
* Remove runstatedir.patch, which is integrated upstream now.
* Adjust program.patch to match new upstream code.
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 17 Jul 2020 13:08:41 +0000
cproto (4.7o-8) unstable; urgency=medium
* Bump standards version to 4.5.0.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 27 Jun 2020 18:00:00 +0000
cproto (4.7o-7) unstable; urgency=medium
* Accept Linitan cleanup from Debian Janitor <janitor@jelmer.uk>.
- Trim trailing whitespace
- Use secure URI in Homepage field
- Move source package lintian overrides to debian/source
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 07 Dec 2019 15:35:51 +0000
cproto (4.7o-6) unstable; urgency=medium
* Bump standards version to 4.4.0.1 (no packaging changes).
* Move to debhelper compatibility level 12.
- Update debian/control to build depend on debhelper-compat (= 12)
- Remove debian/compat, which is no longer needed
- Adjust debian/rules to invoke dh using --without autoreconf
- Manually update configure to support --runstatedir
- Remove Build-Depends on autotools-dev, per lintian warning
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 25 Aug 2019 16:22:41 +0000
cproto (4.7o-5) unstable; urgency=medium
* Change homepage listed in debian/control.
* Remove debian/watch and add override in debian/source.lintian-overrides.
- This is required because uscan no longer works
- The upstream source is valid but no longer allows directory listings
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 20 Oct 2018 11:17:24 +0000
cproto (4.7o-4) unstable; urgency=medium
* Fix the debwatch URL, which was no longer working.
* Make testing improvements, including contributions from Ondřej Nový:
- Use AUTOPKGTEST_ vars instead of ADT_ in test suite
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 20 Oct 2018 09:47:56 +0000
cproto (4.7o-3) unstable; urgency=medium
* Bump standards version to 4.2.1.0 (no packaging changes).
* Convert to correct https copyright file URI.
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 16 Sep 2018 18:00:59 +0000
cproto (4.7o-2) unstable; urgency=medium
* Bump standards version to 4.2.0.1 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Tue, 07 Aug 2018 01:50:52 +0000
cproto (4.7o-1) unstable; urgency=medium
* New upstream release.
-- Kenneth J. Pronovici <pronovic@debian.org> Wed, 30 May 2018 00:54:18 +0000
cproto (4.7n-1) unstable; urgency=medium
* New upstream release.
* Tweak patches/program.patch to match new upstream code.
* Bump standards version to 4.1.4.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 25 May 2018 01:07:24 +0000
cproto (4.7m-7) unstable; urgency=medium
* Convert Debian packaging from Subversion to Git.
* Bump standards version to 4.1.3.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Wed, 03 Jan 2018 02:27:10 +0000
cproto (4.7m-6) unstable; urgency=medium
* Bump standards version to 4.1.1.0 (no packaging changes).
* Fix Lintian warnings.
- Add Lintian override for debian-watch-uses-insecure-uri
- Remove "Testsuite: autopkgtest" from debian/control
- Remove deprecated "--with autotools_dev" from Debian rules
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 12 Nov 2017 21:16:54 +0000
cproto (4.7m-5) unstable; urgency=medium
* Bump standards version to 4.0.0.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 02 Jul 2017 21:18:40 +0000
cproto (4.7m-4) unstable; urgency=medium
* Bump standards version to 3.9.8.0 (no packaging changes).
* Export "DEB_BUILD_MAINT_OPTIONS = hardening=+all" in debian/rules.
* Fix FTBFS in the Debian Reproducible Builds environment.
- FTBFS caused by mis-use of the $CPROTO environment variable
- Add patches/program.patch to use $PROGRAM rather than $CPROTO
- Adjust debian/tests/unittest to use $PROGRAM rather than $CPROTO
-- Kenneth J. Pronovici <pronovic@debian.org> Mon, 20 Jun 2016 13:08:16 -0500
cproto (4.7m-3) unstable; urgency=medium
* Remove obsolete debian/patches/manpage.patch that was not referenced.
* Add support for the Debian continuous integration environment.
- Update debian/control to list Testsuite: autopkgtest
- Add debian/tests/control to list tests for CI environment
- Update debian/rules to run smoke tests via debian/smoketest
-- Kenneth J. Pronovici <pronovic@debian.org> Tue, 11 Aug 2015 16:57:58 -0500
cproto (4.7m-2) unstable; urgency=medium
* Bump standards version to 3.9.6.1 (no packaging changes).
* Fix all patches to eliminate the unnecessary leading # character.
-- Kenneth J. Pronovici <pronovic@debian.org> Wed, 05 Aug 2015 13:53:14 -0500
cproto (4.7m-1) unstable; urgency=medium
* New upstream release.
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 12 Jul 2015 15:09:26 +0000
cproto (4.7l-4) unstable; urgency=medium
* Fix functional regression vs. 4.7j-5 in wheezy (closes: #784719).
- Modify debian/rules to put back --enable-llib configure option, by adding
override_dh_auto_configure. This option was accidentally lost in version
4.7j-7 while converting to debhelper 7. This disabled the -X command
line option in the cproto program, a regression vs. wheezy.
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 08 May 2015 21:23:58 +0000
cproto (4.7l-3) unstable; urgency=medium
* Fix various minor Lintian warnings in debian/copyright.
* Bump standards version to 3.9.6.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 03 Oct 2014 19:42:20 +0000
cproto (4.7l-2) unstable; urgency=low
* Bump standards version to 3.9.5.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 23 Feb 2014 09:38:49 -0600
cproto (4.7l-1) unstable; urgency=low
* New upstream release.
-- Kenneth J. Pronovici <pronovic@debian.org> Thu, 02 Jan 2014 02:17:34 +0000
cproto (4.7k-1) unstable; urgency=low
* New upstream release.
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 27 Oct 2013 14:35:07 +0000
cproto (4.7j-7) unstable; urgency=low
* Convert debian/rules to debhelper7, overriding just a few standard targets.
-- Kenneth J. Pronovici <pronovic@debian.org> Wed, 24 Apr 2013 15:32:18 +0000
cproto (4.7j-6) unstable; urgency=low
* Bump standards version to 3.9.4.0; no packaging changes.
* Fix buildd log scanner W-build-stamp-in-binary warning in debian/rules.
- Get rid of configure target (causes problems because ./configure exists)
* Make other minor tweaks in debian/rules for consistency.
- Add new .PHONY targets for all rules that don't create files
- Change binary to depend on both binary-arch and binary-indep
- Change binary-arch to depend on install, not build and install
-- Kenneth J. Pronovici <pronovic@debian.org> Mon, 31 Dec 2012 19:51:42 +0000
cproto (4.7j-5) unstable; urgency=low
* Fix FTBFS by rearranging debian/rules slightly (closes: #666342).
- Move configure from build to build-stamp, so it's run consistently.
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 31 Mar 2012 21:42:14 +0000
cproto (4.7j-4) unstable; urgency=low
* Update to machine-readable debian/copyright file format, version 1.0.
* Bump standards version to 3.9.3.0; no packaging changes.
* Support compile-time hardening to meet the release goal for wheezy.
- Move to debhelper (>= 9) and debian/compat=9
- Use dpkg-buildflags rather than importing buildflags.mk in debian/rules
- Add Build-Depends on dpkg-dev (>= 1.16.1), for dpkg-buildflags
-- Kenneth J. Pronovici <pronovic@debian.org> Mon, 12 Mar 2012 12:06:01 -0500
cproto (4.7j-3) unstable; urgency=low
* Handle changes to build flag behavior introduced with dpkg-dev 1.16.1.
- Modify debian/rules to set DPKG_EXPORT_BUILDFLAGS=1 and call buildflags.mk
-- Kenneth J. Pronovici <pronovic@debian.org> Mon, 26 Sep 2011 12:16:49 -0500
cproto (4.7j-2) unstable; urgency=low
* Bump standards version to 3.9.2.0; no packaging changes.
* Fix Lintian warning: debian-rules-missing-recommended-target
- Restructure build, build-arch, build-indep targets in debian/rules
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 05 Aug 2011 15:43:08 -0500
cproto (4.7j-1) unstable; urgency=low
* New upstream release.
* Bump standards version to 3.9.1.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Tue, 04 Jan 2011 11:21:20 -0600
cproto (4.7i-1) unstable; urgency=low
* New upstream release.
- Release incorporates manpage.patch, so it has been removed.
-- Kenneth J. Pronovici <pronovic@debian.org> Wed, 21 Jul 2010 10:28:47 -0500
cproto (4.7h-5) unstable; urgency=low
* Fix warnings from the Full Lintian Report in the PTS.
- Properly escape "-" in cproto.1 (in manpages.patch)
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 10 Jul 2010 19:23:35 -0500
cproto (4.7h-4) unstable; urgency=low
* Add support for DEB_BUILD_OPTIONS (nocheck) in debian/rules.
* Take $(CFLAGS) as passed to debian/rules and provide to ./configure.
* Use autoconf properly, as described in autotools-dev/README.Debian.gz.
- Add new Build-Depends on autotools-dev, as source for config.sub|guess
- Replace config.sub|guess at build, per autotools-dev instructions
- Add new CONFFLAGS configuration based on build and host type
- Always remove config.cache before running ./configure
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 03 Jul 2010 01:16:01 +0000
cproto (4.7h-3) unstable; urgency=low
* Tweak short description to better match official recommendations.
* Bump standards version to 3.9.0.0.
* Add Homepage: tag in debian/control.
* Convert debian/copyright to new DEP-5 machine-readable format.
* Convert to source format "3.0 (quilt)" by adding debian/source/format
-- Kenneth J. Pronovici <pronovic@debian.org> Mon, 28 Jun 2010 13:22:56 -0500
cproto (4.7h-2) unstable; urgency=low
* Fix warnings/problems indicated on package tracking page.
- Add ${misc:Depends} for all binary packages
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 10 Jan 2010 18:57:51 +0000
cproto (4.7h-1) unstable; urgency=low
* New upstream release.
* Bump standards version to 3.8.3 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 18 Sep 2009 09:40:27 -0500
cproto (4.7g-2) unstable; urgency=low
* Bump standards version to 3.8.1 (no packaging changes).
* Bump debhelper compatibility to 7, per linitian recommendation.
* Declare a dependency on debhelper (>= 7.0.1) to match compatibility.
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 29 Mar 2009 18:12:47 -0500
cproto (4.7g-1) unstable; urgency=low
* New upstream release.
* Bumped Standards-Version to 3.8.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 23 Nov 2008 10:55:53 -0600
cproto (4.7f-1) unstable; urgency=low
* New upstream release.
* Update debian/watch to reflect new upstream version.
* Bumped Standards-Version to 3.7.3.0 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Tue, 1 Jan 2008 18:50:20 -0600
cproto (4.7e-1) unstable; urgency=low
* New upstream release.
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 9 Dec 2005 10:25:50 -0600
cproto (4.7d-1) unstable; urgency=low
* New upstream release.
* Bumped Standards-Version to 3.6.2 (no packaging changes).
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 21 Aug 2005 18:54:32 -0500
cproto (4.7c-1) unstable; urgency=low
* New upstream release.
- Includes equivalent of patch as used to close #228801 (see below).
- Supports -X option to filter out unwanted definitions (closes: #235824).
* Now configure using --enable-llib option, so we don't need lint installed.
* Added gcc to Depends: line since -X option requires GCC to work; I assume
most users will already have gcc installed anyway, if they are developers.
-- Kenneth J. Pronovici <pronovic@debian.org> Tue, 30 Mar 2004 19:58:33 -0600
cproto (4.7a-2) unstable; urgency=low
* Added 'make check' to debian/rules.
* Added new -i option to support inline function prototypes (closes: #228801).
Patch submitted upstream; will probably be accepted for a future release.
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 29 Feb 2004 15:02:46 -0600
cproto (4.7a-1) unstable; urgency=low
* New maintainer (closes: #186596).
* New upstream release.
- Upstream fixes to cproto.c (closes: #175862).
- Upstream fixes to cproto.h to match NMU for bug #166140.
* Updated debian/copyright to reflect new maintainer.
* Updated debian/control file to reflect new maintainer.
* Changed standards-version to 3.5.9 in debian/control.
* Updated debhelper depends to (>= 4.0.2) in debian/control.
* Removed emacs-specific directives from debian/changelog.
* Removed debian/docs file, since it only had one thing in it.
* Added debian/compat file at compatibility level 4.
* Cleaned up debian/rules file.
* Added debian/watch file.
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 5 Apr 2003 13:35:42 -0600
cproto (4.6d-1.1) unstable; urgency=low
* NMU (Bug squashing party)
* Fix bison breakage (closes: #166140)
-- Lukas Geyer <lukas@debian.org> Sat, 15 Mar 2003 00:35:43 +0000
cproto (4.6d-1) unstable; urgency=low
* New upstream version
* Fix Build-Depends (closes: Bug#69854)
-- Carsten Leonhardt <leo@debian.org> Sat, 2 Sep 2000 21:14:55 +0200
cproto (4.6c-1) unstable; urgency=low
* This packages a newer version of cproto, from its other
maintainer.
-- Carsten Leonhardt <leo@debian.org> Wed, 9 Aug 2000 00:09:48 +0200
cproto (4.6-1) unstable; urgency=low
* Initial release.
* Include a patch from Stormix to ignore two GNU C extensions
-- Carsten Leonhardt <leo@debian.org> Thu, 13 Jul 2000 00:18:16 +0200
|