* No-change rebuild with Python 3.10 as default version
* New upstream 2.1.3 release.
* d/copyright: remove stanza on exclusion of files because these are now
removed from upstream following my own recommendation, yay! Also, no more
dfsg suffix to the package name.
* Remove the r-cran-isospec package as it is alreay packaged by Dylan Aîssi
<daissi@debian.org>.
See https://salsa.debian.org/r-pkg-team/r-cran-isospecr.
* Closes: #962130 by Dylan Aîssi although we'll need to sort out
how to provide the R package basing it on the R-cran repository
IsoSpecR package (see mail in the bug). Dylan, if you are listening,
maybe you could open an ITP bug?
* Remove unversioned Python (Closes: #967147), thanks to
Matthias Klose <doko@debian.org> for the report. Nothing more to do than
remove the python* build-depends packages.
* Upstream 2.1.2 release (git commit :
622281caab9d78a75379f56295204bd40a77e6f0;
* New packaging with all the Filippo Rusconi's CMake-based build system
integrated upstream and some last-moment patches.
* Many other modifications to improve the quality of the package.
* New upstream version.
* Patches to implement more complete CMake-based build system,
that upstream intends to adopt.
* Multi-arch installment.
* /*attention check source-only-upload with
dpkg-buildpackage --changes-option=-S */
* Since July 2019, binaries uploaded by maintainers are not allowed to
migrate to testing. In other words, packages must have source-only uploads
before they can reach the next release
(Thanks to Boyuan Yang <byang@debian.org> ; Closes: #961023).
* Reinstate the -mtune -march build flags path for the
build of the C++ extension of the Python module. (Closes: #960340).
Thanks to Sebastian Ramacher <sramacher@debian.org> for the bug report.
* New upstream version including the CMakeLists.txt file that
upstream accecpted from me (and also modified later).
* Standards-Version: 4.5.0 (no changes needed).
* Add d/watch.
* patch: Fix the IsoSpec++ build command line flags for riscv64 as it did not
recognize the -march flag. I removed it, like I did before for m68k, for
example.
* patch: Remove the -march=native compile flag for IsoSpec++ as it is
considered erroneous to use if cross-builds are performed (Debian QA
error: E march-native).
* Remove -mtune -march build flags for the build of the C++ extension of the
Python module.
* Add ifeq statements in IsoSpec++/Makefile's patch to fix many
arch-specific problems with -march -mtune flags to the compiler
command line.
* Fix Vcs URLs.
* Initial release (Closes: #916218).