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
|
mathicgb (1.0~git20170104-1) unstable; urgency=medium
* New upstream release (git snapshot).
* debian/control
- Bump to Standards-Version 3.9.8.
- Remove libmathicgb-dbg package in favor of new automatically
generated *-dbgsym packages.
* debian/mathicgb.install
- Move installation of manpage to dh_install.
* debian/{mathicgb.manpages,mgb.1}
- Remove files; manpage added upstream.
* debian/rules
- Add --dbgsym-migration option to dh_strip.
* debian/tests/unittest
- Use upstream unit tests for continuous integration.
-- Doug Torrance <dtorrance@piedmont.edu> Wed, 11 Jan 2017 16:46:27 -0500
mathicgb (1.0~git20150904-2) unstable; urgency=medium
* debian/control
- Update Vcs-Browser to use https; fixes vcs-field-uses-insecure-uri
Lintian warning.
* debian/{control,mgb.1}
- Replace "Grobner" with "Groebner", the correct anglicization of "Gröbner"
(Closes: #807904).
* debian/rules
- Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian
warnings.
-- Doug Torrance <dtorrance@piedmont.edu> Sun, 31 Jan 2016 16:14:51 -0500
mathicgb (1.0~git20150904-1) unstable; urgency=medium
* New upstream release (git snapshot).
* debian/control
- Update Homepage.
* debian/copyright
- Update Source.
- Remove Comment; license information now in source.
* debian/patches
- Remove files; patches applied upstream.
* debian/rules
- Update GTEST_PATH in override_dh_auto_configure target.
- Add --enable-shared to override_dh_auto_configure target.
- Update get-orig-source target with new location.
* debian/watch
- Update comment with new location.
-- Doug Torrance <dtorrance@piedmont.edu> Sat, 05 Sep 2015 20:21:41 -0400
mathicgb (1.0~git20131006-3) unstable; urgency=medium
* Update my email address.
* debian/control
- Tidy up using wrap-and-sort.
-- Doug Torrance <dtorrance@piedmont.edu> Sat, 29 Aug 2015 09:47:58 -0400
mathicgb (1.0~git20131006-2) unstable; urgency=medium
* debian/control
- Move self to Uploaders; set Debian Science as Maintainer.
- Restrict Build-Depends on libtbb-dev to the architectures on which it
exists.
- Set Priority to extra to satisfy Policy section 2.5 (libtbb is a
dependency which has priority extra).
- Remove dpkg-dev (>= 1.18.0) from Build-Depends; unnecessary as we no
longer have a symbols file and thus do not need the arch-bits tag.
- Remove redundant Priority field.
* debian/libmathicgb0.symbols
- Remove file for ease of maintainability.
* debian/patches/fix_archs_with_unsigned_char.patch
- New patch; fix failing tests for architectures which default to unsigned
char.
* debian/patches/fix_example_perms.patch
- Remove empty file.
-- Doug Torrance <dtorrance@monmouthcollege.edu> Sat, 18 Jul 2015 15:06:45 -0600
mathicgb (1.0~git20131006-1) unstable; urgency=low
* Initial release (Closes: #781665).
-- Doug Torrance <dtorrance@monmouthcollege.edu> Wed, 01 Apr 2015 07:12:36 -0500
|