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
|
nauty (2.8.6+ds-2) unstable; urgency=medium
* debian/control
- Bump Standards-Version to 4.6.2.
* debian/copyright
- Bump my copyright years.
* debian/patches/wrong-output-for-2-vertices.patch
- New patch; fix wrong output of gentreeg and gentourng for 2 vertices.
-- Doug Torrance <dtorrance@debian.org> Fri, 13 Jan 2023 08:56:09 -0500
nauty (2.8.6+ds-1) unstable; urgency=medium
* New upstream release.
* debian/libnauty2.symbols
- Update with new symbols from new release.
* debian/patches/*
- Refresh patches for new upstream release. Thanks to Jerry James from
Fedora for doing all the work!
- Add a number of new patches from Fedora:
+ upstream-zlib-dimacs2g.patch: Invoke zlib functions rather than
calling gunzip in a subprocess. This patch replaces
upstream-zlib-blisstog_c.patch.
+ popcnt.patch: Enable runtime detection of popcnt-enabled CPU.
+ format.patch: Fix incorrect printf format strings.
+ uninitialized.patch: Fix uninitialized variable warnings.
+ fall-off.patch: Fix a function that can fall off the end.
+ noreturn.patch: Mark functions as noreturn to improve compiler
diagnostics.
- Add pkgincludedir.patch; set include directory for pkg-config; split
from upstream-autotoolization.patch to reduce diff with Fedora's
version of that patch.
* debian/rules
- Include architecture.mk from dpkg instead of setting DEB_HOST_*
ourselves.
- Drop override_dh_autoreconf target; it previously set the upstream
version number for upstream-autotoolization.patch, but it's now
hardcoded in the patch itself. This reduces the diff with Fedora.
- Update filename in override_dh_installchangelogs target.
* debian/tests/make-check
- Update genbg test to match upstream's test.
* debian/watch
- Allow underscores in version regex.
- New uversionmangle rule; convert underscores to dots.
-- Doug Torrance <dtorrance@debian.org> Sat, 19 Nov 2022 09:18:48 -0500
nauty (2.7r4+ds-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Update my email address; now a Debian Developer.
- Bump Standards-Version to 4.6.1.
* debian/copyright
- Add myself to copyright holders for debian/*.
-- Doug Torrance <dtorrance@debian.org> Fri, 01 Jul 2022 22:12:13 -0400
nauty (2.7r3+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches
- Refresh patches.
- Upstream now ships a pkg-config file, so we no longer need to create
one, but still patch it.
- Build and install new nbrhoodg tool.
* debian/source/lintian-overrides
- Drop debian-watch-uses-insecure-uir override; no longer applicable
since we now use https in d/watch.
-- Doug Torrance <dtorrance@piedmont.edu> Tue, 07 Sep 2021 06:49:32 -0400
nauty (2.7r2+ds-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Bump Standards-Version to 4.6.0.
* debian/libnauty2-dev.install
- Install gentreeg.c (Closes: #987580).
* debian/patches
- Refresh patches for new upstream release.
* debian/watch
- Use https for download URL.
- Use special strings for regular expressions.
-- Doug Torrance <dtorrance@piedmont.edu> Thu, 02 Sep 2021 06:16:45 -0400
nauty (2.7r1+ds-2) unstable; urgency=medium
* Team upload.
* Fix jessie -> testing upgrade sequence bug due to symlink to directory
switch (Closes: #985339)
-- Andrius Merkys <merkys@debian.org> Thu, 25 Mar 2021 02:26:39 -0400
nauty (2.7r1+ds-1) unstable; urgency=medium
* New upstream release.
* debian/adhoc/examples/Makefile
- Add rule for new callgeng example.
* debian/compat
- Remove file; we will use debhelper-compat instead.
* debian/control
- Add myself to Uploaders.
- Add debhelper-compat to Build-Depends and bump to compatibility
level 13.
- Add libcliquer-dev to Build-Depends.
- Bump to Standards-Version 4.5.0.
- Switch to Salsa in Vcs-*.
- Use https for Homepage.
- Add Rules-Requires-Root field.
* debian/copyright
- Use https in Format and Source.
- Update copyright years.
- Add section for cliquer files.
* debian/{libnauty2-dev.install,nauty-doc.examples}
- Install source for programs which can be called from other
programs in /usr/share/nauty and include an example
(Closes: #860782).
* debian/libnauty2.symbols
- Add new symbols.
- Add Build-Depends-Package field.
* debian{,/source}/*lintian-overrides
- Replace renamed tags.
* debian/nauty-doc.doc
- Use wildcard for User's Guide filename so the version number
isn't hardcoded.
* debian/nauty-doc.doc-base
- Update location of User's Guide. After debhelper 11, the
documentation is installed in /usr/share/doc/nauty instead of
/usr/share/doc/nauty-doc. We also use a wildcard in the
filename so the version number isn't hardcoded.
* debian/nauty{,-doc}.maintscript
- Remove /usr/share/doc/nauty symlinks when upgrading.
* debian/not-installed
- New file; tell dh_missing that we're not installing the libtool
.la files.
* debian/patches
- Refresh patches for new upstream version. Special thanks to
Jerry James, who already did most of the work for the Fedora
package.
* debian/patches/{debianization,upstream-autotoolization}.patch
- Include correct paths to header files in pkg-config output.
* debian/patches/system-preprocessing-examples.patch
- Remove patch; no longer necessary now that we can use pkg-config
to find the headers.
* debian/patches/unbundle-cliquer.patch
- Add patch from Fedora to unbundle cliquer library.
* debian/rules
- Update override_dh_installchangelogs target with new filename
of changelog.
- New override_dh_autoreconf target to inject upstream version
number into configure.ac after quilt patches it.
- Remove unnecessary get-orig-source target.
- Drop dh_installdocs command creating /usr/share/doc/nauty symlink
since it is now a directory used for the documentation from
nauty-doc after debhelper 11.
- Append path to cliquer headers to CPPFLAGS.
* debian/salsa-ci.yml
- Add Salsa pipelines config file.
* debian/source/options
- Remove file; was setting custom compression options that are
discouraged by Lintian.
* debian/tests/{build-examples,make-check}
- Replace deprecated ADTTMP variable with AUTOPKGTEST_TMP.
* debian/tests/build-examples
- Update path to examples.
* debian/tests/control
- Remove Restrictions field; only value was needs-recommends, which
has been deprecated.
- Add libc6-dev to make-check Depends.
* debian/upstream/metadata
- Add DEP-12 metadata file.
-- Doug Torrance <dtorrance@piedmont.edu> Fri, 24 Jul 2020 11:53:49 -0400
nauty (2.6r10+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/copyright, refresh;
- debian/control:
- debhelper, bump to 10;
- Standards Version, bump to 4.1.1 (extra -> optional);
- empty Build-Depends-Indep field, remove;
- debian/rules:
- debhelper, bump to 10;
- refresh;
- debian/patches/*:
- d/p/upstream-lintian-spelling-error.patch, integrated;
- refresh;
-- Jerome Benoit <calculus@rezozer.net> Fri, 24 Nov 2017 19:42:44 +0000
nauty (2.6r7+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/patches/*:
- d/p/upstream-lintian-spelling-error.patch, introduce (and submit);
- d/p/upstream-autotoolization.patch, update.
-- Jerome Benoit <calculus@rezozer.net> Mon, 22 Aug 2016 23:20:11 +0000
nauty (2.6r6+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/control:
- Standards Version, bump to 3.9.8;
- debian/rules:
- parallelization, introduce;
- symlink policy for documentation directories, set;
- build-arch/build-indep scheme, introduce.
-- Jerome Benoit <calculus@rezozer.net> Fri, 29 Jul 2016 02:14:44 +0000
nauty (2.6r5+ds-1) unstable; urgency=medium
* New upstream version.
* Debianization:
- debian/patches/*:
- d/p/upstream-autotoolization.patch, update;
- debian/libnauty2.symbols, update;
- debian/tests/*:
- d/t/make-check, introduce.
-- Jerome Benoit <calculus@rezozer.net> Sat, 23 Apr 2016 01:36:48 +0000
nauty (2.6r3+ds-2) unstable; urgency=medium
* FTBFS bug fix release (Closes: #819430):
- build without TLS support on armhf architecture.
* Debianization:
- debian/rules:
- dpkg-buildflags, add hardening=+all.
-- Jerome Benoit <calculus@rezozer.net> Mon, 28 Mar 2016 13:32:54 +0000
nauty (2.6r3+ds-1) unstable; urgency=medium
* New upstream minor version:
- new copyright notice, move from an ad-hoc license to Apache-2.0.
* Debianization:
- debian/copyright:
- repack by using the Files-Excluded machinery instead of the ad-hoc
script debian/repack;
- move from non-free to main;
- license, fellow the upstream move by adopting Apache-2.0;
- debian/control:
- Standards Version, bump to 3.9.7;
- Vcs-* fileds, secure;
- debug symbol package, drop off in favour of automatic generation;
- debian/patches/*, refresh;
- debian/repack, discard (see above);
- debian/watch:
- revisit (see above);
- debian/rules:
- get-orig-source target, revisit (see above);
- debug symbol package, drop off (see above);
- refresh;
- debian/tests:
- initiate;
- debian/adhoc/examples:
- d/a/e/build.sh, discard;
- d/a/e/Makefile, introduce.
-- Jerome Benoit <calculus@rezozer.net> Sat, 19 Mar 2016 16:22:51 +0000
nauty (2.5r9+ds-1) unstable; urgency=low
* New upstream version.
* Debianization:
- debian/control:
- Vcs-Browser header field, correct.
- debian/patches/upstream-autotoolization.patch, update.
-- Jerome Benoit <calculus@rezozer.net> Fri, 21 Feb 2014 04:37:00 +0000
nauty (2.5r6+ds-2) unstable; urgency=low
* Debianization:
- debian/control:
- Standards Version, bump to 3.9.5;
- XS-Autobuild field, restore to yes.
-- Jerome Benoit <calculus@rezozer.net> Wed, 18 Dec 2013 14:48:07 +0000
nauty (2.5r6+ds-1) unstable; urgency=low
* New upstream version.
* New maintainer (Closes: #725407).
* Debianization:
- debian/copyright:
- refresh;
- bump format to DEP-5 .
- debian/control:
- introduce the debug symbols package libnauty-dbg;
- gather documentations (user guide and technical notes)
into the dedicated package nauty-doc;
- Description fields, refresh;
- debhelper build-dep, bump to >= 9;
- Standards Version, bump to 3.9.4;
- Vcs-* headers, canonicalize.
- debian/patches/ patches:
- autotoolize from scratch to permit a full dh integration
(Closes: #727929);
- prepend nauty- to the name of the nauty tools;
- bump format to DEP-3.
- debian/watch, update;
- debian/repack, repack script to clean up and gain weight;
- debian/rules:
- fully integrate dh;
- get-orig-source uscan based target which downloads the currently
packaged upstream tarball and repacks it;
- default target which basically queries package status with uscan
-- output in DEHS format;
- debian/ man pages, now generated on fly by help2man through the
autotools machinery.
- debian/*:
- propagate SONAME `current version' index change due to new ABI;
- introduce `version script' files to consolidate the ABI;
- explicit multi-arch support.
* Gather headers into a dedicated folder named after the package.
* Provide a library for each nauty `variant' wrt upstream source tarball.
* Provide pkg-config support (only for the nauty `automatic variant').
* Provide an ad hoc script to build (and clean) the upstream source examples.
* Minor fixes, enhancements and full autotools support have been submitted to
the upstream maintainers.
-- Jerome Benoit <calculus@rezozer.net> Tue, 26 Nov 2013 20:27:57 +0000
nauty (2.4r2-1) unstable; urgency=low
* New upstream release
- getline patch is now upstream.
- Fix invariants cellinv(). cellcliq().
- Fix i/o getecline(), writepc_sg().
* Bump standards version to 3.9.3, no changes
-- David Bremner <bremner@debian.org> Fri, 23 Mar 2012 23:18:35 -0300
nauty (2.4-2) unstable; urgency=low
* Fix depends of libnauty-dev to libnauty1d. Thanks to Jan Hauke Rahm
for noticing.
-- David Bremner <bremner@unb.ca> Tue, 23 Feb 2010 06:44:50 -0400
nauty (2.4-1) unstable; urgency=low
* New upstream version
* Fix FTBFS (Closes: #569626), (LP: #521190).
- Caused by getline becoming visible in stdio.h by default
- Rename getline to gtools_getline
- Bump soname because of changed ABI
- Thanks to Kamal Mostafa <kamal@whence.com>, for the report and patch.
* Update standards version to 3.8.4 (no changes)
* Convert to source format 3.0 (quilt)
-- David Bremner <bremner@unb.ca> Sat, 13 Feb 2010 05:27:59 -0400
nauty (2.4~b7-2) unstable; urgency=low
* Fix FTBFS (amd64, and probably elsewhere) of packages build-depending
on libnauty-dev
- add missing libnauty.so symlink to libnauty-dev (Closes: #546729)
- add dependency on libnauty0d to libnauty-dev
-- David Bremner <bremner@unb.ca> Thu, 17 Sep 2009 08:40:45 -0300
nauty (2.4~b7-1) unstable; urgency=low
* Initial release (Closes: #529094)
-- David Bremner <bremner@unb.ca> Wed, 05 Aug 2009 22:40:14 -0300
|