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
|
topcom (1.2.0~beta+ds-1) experimental; urgency=medium
* New upstream beta release.
* debian/clean
- Clean up several files generated during build of manual.
* debian/control
- Bump Standards-Version to 4.7.0.
* debian/copyright
- Update copyright years.
* debian/libtopcom0t64.lintian-overrides
- Update package-name-doesnt-match-sonames override.
* debian/patches/*
- Refresh for new upstream release.
* debian/patches/ac-config-headers.patch
- New patch; generate config.h so that the PACKAGE and VERSION macros
are available in the development package.
* debian/patches/include-dir.patch
- New patch; install headers in /usr/include/topcom
* debian/patches/link-order.patch
- New patch; change link order to avoid missing symbols.
* debian/patches/rename-binaries.patch
- Rename binaries when running tests.
* debian/patches/shared-library.patch
- Remove patch; upstream now uses libtool.
* debian/rules
- Skip tests for now; too many failures.
- Pass --enable-shared to configure; upstream defaults to building only
static libraries.
-- Doug Torrance <dtorrance@debian.org> Sun, 29 Sep 2024 09:58:18 -0400
topcom (1.1.2+ds-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062990
-- Benjamin Drung <bdrung@debian.org> Thu, 29 Feb 2024 18:25:43 +0000
topcom (1.1.2+ds-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Mark libtopcom-dev as Multi-Arch: same.
* debian/patches/fix-typo.patch
- Remove patch; applied upstream.
* debian/patches/fix-32-bit-build.patch
- Remove patch; issue fixed upstream.
* debian/patches/*
- Refresh remaining patches for new upstream release.
- Add Forwarded fields where missing.
* debian/topcom.pc
- Remove SIZEOF_DEFINES macro; no longer necessary.
-- Doug Torrance <dtorrance@debian.org> Wed, 12 Oct 2022 19:20:30 -0400
topcom (1.1.1+ds-1) unstable; urgency=medium
* New upstream release.
* debian/clean
- Stop cleaning generated TeX manual files.
- Start cleaning generated manpage files.
* debian/clean
- Add libqsopt-ex-dev to Build-Depends; new optional dependency for
regularity checks.
- Add libbz2-dev and zlib1g-dev to Build-Depends; used by QSopt_ex.
- Add txt2man to Build-Depends; now used to generate manpage.
- Remove texlive-* from Build-Depends since we no longer build the
manual.
* debian/libtopcom-dev.install
- Install new pkg-config file.
* debian/man
- Remove directory. To simplify maintenance, we now use a single
manpage (with symlinks) instead of individual manpages for each
command.
* debian/manual.tex
- Remove file. This was the manual for a much older version of TOPCOM.
* debian/patches/fix-32-bit-build.patch
- New patch; avoid "cannot be overloaded" compiler errors on 32-bit
systems.
* debian/patches/no-csh.patch
- Remove patch; no longer necessary.
* debian/patches/pkg-config.patch
- New patch; add pkg-config file.
* debian/patches/*
- Refresh remaining patches for new upstream release.
* debian/README.Debian
- Update section about manual. We now give a link to the online version.
* debian/rules
- Pass new --enable-qsoptex option to configure script.
- Update execute_before_dh_installman target; instead of injecting the
version numbers into dozens of individual manpages, we now build a
single manpage using txt2man.
- Add override_dh_link target to create symlinks to new manpage for
each of the many TOPCOM commands.
* debian/tests/control
- Update library-test to use new pkg-config file.
* debian/topcom.doc-base
- Remove file; no longer needed as we no longer ship the manual.
* debian/topcom.docs
- Stop installing manual.
* debian/topcom.manpages
- Stop installing individual *.1 manpages; they are now created as
symlinks by dh_link.
- Update path to topcom.7.
* debian/topcom.pc.in
- Add pkg-config file; processed by configure to generate topcom.pc.
* debian/topcom.txt
- Add new manpage; processed by txt2man to generate topcom.7.
-- Doug Torrance <dtorrance@debian.org> Sun, 02 Oct 2022 08:26:07 -0400
topcom (0.17.10+ds-3) unstable; urgency=medium
* debian/control
- Add Multi-Arch field for libtopcom0 (same).
* debian/tests/control
- Add allow-stderr restriction for library-test; it was failing on
32-bit systems due to compiler warnings.
-- Doug Torrance <dtorrance@debian.org> Sun, 26 Jun 2022 08:24:01 -0400
topcom (0.17.10+ds-2) unstable; urgency=medium
* Source-only upload for migration to testing.
-- Doug Torrance <dtorrance@debian.org> Sat, 25 Jun 2022 21:58:07 -0400
topcom (0.17.10+ds-1) unstable; urgency=medium
* New upstream release.
* debian/clean
- New file; clean files generated during build of manual.
* debian/control
- Update my email address; now a Debian Developer.
- Bump Standards-Version to 4.6.1.
- Add libtopcom0 and libtopcom-dev binary packages for the shared
libraries.
* debian/copyright
- Update my copyright years and email address.
* debian/libtopcom*.install
- Install headers and libraries in new binary packages.
* debian/not-installed
- Specify that we don't install libtool .la files.
* debian/patches/*
- Update my email address in Author fields.
- Set Forwarded field for Debian-specific patches to not-needed.
* debian/patches/dont-build-libraries.patch
- Update path to cddlib headers.
* debian/patch/dont-install-libs-or-headers.patch
- Remove patch; we now install the libraries and headers.
* debian/patches/no-csh.patch
- New patch; use AC_MSG_WARN instead of calling echo via csh for soplex
warning. Otherwise, we'd need to add a build dependency on csh just
for this message.
* debian/patches/shared-library.patch
- New patch; use libtool to build shared libraries.
* debian/rules
- Replace various override_* targets with execute_before_*.
* debian/source/options
- New file; ignore changes made to README by iconv.
* debian/tests/control
- Add autopkgtest for shared library.
-- Doug Torrance <dtorrance@debian.org> Fri, 24 Jun 2022 07:39:36 -0400
topcom (0.17.8+ds-3) unstable; urgency=medium
* debian/control
- Update Maintainer to Debian Math Team.
- Bump Standards-Version to 4.6.0.
- Update Homepage URL.
- Update Vcs-* fields (science-team -> math-team).
* debian/copyright
- Update my copyright years.
- Update Source URL.
* debian/README.Debian
- Update URL for manual.
- Update note about source of manual; the tarball it was obtained
from is no longer available online.
* debian/watch
- Update with new download URL. Also adjust regular expression
for matching version number and add a uversionmangle option, as
upstream now uses _'s instead of .'s.
-- Doug Torrance <dtorrance@piedmont.edu> Tue, 09 Nov 2021 12:19:06 -0500
topcom (0.17.8+ds-2) unstable; urgency=medium
* Source-only upload needed for migration to testing.
* debian/control
- Mark topcom-examples as Multi-Arch: foreign.
- Add texlive-latex-base and texlive-plain-generic to Build-Depends;
need htlatex to generate manual.
- Remove unnecessary shlibs:Depends from topcom-examples.
* debian/manual.tex
- New file; obtained from topcom 0.15.3 source.
* debian/README.Debian
- Add note about how we now generate the manual.
* debian/rules
- New override_dh_installdocs target; convert README to UTF-8.
- Generate html manual from TeX source.
* debian/topcom.doc-base
- Update path to html manual.
* debian/topcom.docs
- Update path to html manual and include css file.
* debian/TOPCOM-manual.html
- Remove file; we will generate from source instead.
-- Doug Torrance <dtorrance@piedmont.edu> Sun, 05 Jul 2020 08:34:24 -0400
topcom (0.17.8+ds-1) unstable; urgency=low
* Initial release (Closes: #959826).
-- Doug Torrance <dtorrance@piedmont.edu> Fri, 08 May 2020 00:10:59 -0400
|