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
|
maria (1.3.5-6) unstable; urgency=medium
* Team upload.
[ Andreas Tille ]
* Point Vcs fields to Salsa
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Reorder sequence of d/control fields by cme (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* rename debian/NEWS.Debian debian/NEWS (routine-update)
* Rules-Requires-Root: no (routine-update)
* Trim trailing whitespace.
* Remove constraints unnecessary since bullseye (oldstable):
+ Build-Depends: Replace dependency on transitional package libncurses5-dev
with replacement libtinfo6, libncurses-dev.
* watch file standard 4 (routine-update)
* Build with dh-elpa
* Lintian-overrides for natinal encoding
* Propagate hardening options
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_build pass cross tools to make.
Closes: #962547
-- Andreas Tille <tille@debian.org> Tue, 05 Nov 2024 08:21:26 +0100
maria (1.3.5-5) unstable; urgency=medium
* debian/rules: rewrite from scratch, using dh
-- Ralf Treinen <treinen@debian.org> Thu, 27 Oct 2016 21:52:06 +0200
maria (1.3.5-4) unstable; urgency=low
* debian/control:
- set section to science
- set priority to extra
- set maintainer to debian-science
- add Vcs-Git/Browse fields
* Simplify invocations to debhelpers in debian/rules
* patch utf8: migrate NEWS file to utf8
-- Ralf Treinen <treinen@debian.org> Fri, 13 May 2011 21:59:53 +0200
maria (1.3.5-3) unstable; urgency=low
* Patch gcc4.6: add missing #includes to fix FTBFS with gcc4.6
(closes: #624926).
* Standards-Version 3.9.2 (no change)
-- Ralf Treinen <treinen@debian.org> Tue, 03 May 2011 07:13:20 +0200
maria (1.3.5-2) unstable; urgency=low
* debhelper compatibility level 7.
* Standards-Version 3.8.3 (no change)
* Convert to source format 3.0 (quilt):
- debian/patches in quilt style
- no more patching in debian/rules
- no more build-dependency on dpatch
- added debian/source/format
- remove debian/README.source
* debian/control:
- add dependency on ${misc:Depends}
- change dependency on libreadline5-dev to libreadline-dev (closes: #553809)
- remove obsolete build-dependency on xutils
- add Homepage field
* debian/copyright:
- converted to UTF-8
- point to GPL-2 file instead of GPL file
* debian/maria-doc.doc-base:
- section Science/Mathematics
- fieldname "authors" corrected to "author"
- converted to UTF-8
* debian/rules:
- "dh_clean -k" => "dh_prep"
- "make reallyclean" => "make clean" since the former seems to be
the cause of segfaults, explicitly remove maria and doc/maria.info
(closes: Bug#544575).
- do not ignore errors of "make clean"
- fix clean target to remove generate html files in doc
* Changed recommendation of infobrowser to info (package maria-doc)
-- Ralf Treinen <treinen@debian.org> Sun, 22 Nov 2009 13:02:15 +0100
maria (1.3.5-1) unstable; urgency=low
* New upstream release.
* Desactivated patch 03gcc40, seems to be fixed by upstream.
* Install upstream NEWS file as /usr/share/doc/*/changelog.
-- Ralf Treinen <treinen@debian.org> Mon, 8 Aug 2005 12:32:36 +0200
maria (1.3.4-7) unstable; urgency=low
* Compile with "-O3" instead of "-O2" on m68k to work around a FTBFS
caused by a gcc-4.0 bug.
* texi2html now produces *html files in subdirectory "maria/"
-- Ralf Treinen <treinen@debian.org> Fri, 5 Aug 2005 12:38:59 +0200
maria (1.3.4-6) unstable; urgency=low
* Standards Version 3.6.2 (no changes).
* Some minor improvements in README.examples.
* Rebuild with gcc 4.
-- Ralf Treinen <treinen@debian.org> Wed, 6 Jul 2005 20:44:25 +0200
maria (1.3.4-5) unstable; urgency=low
* The binary package maria-vis is no longer build since graphviz is
now in main. The package maria now replaces and conflicts with
maria-vis. (closes: Bug#292595).
* debian/copyright: distinguish copyright and licence.
* Removed the lintian override concerning unusual interpreter lefty -
this is now a lintian bug.
* Wrote README.examples, put it in /usr/share/doc/maria/examples
* Removed spurious $(CURDIR) in debian/rules
-- Ralf Treinen <treinen@debian.org> Sun, 13 Feb 2005 17:17:51 +0100
maria (1.3.4-4) unstable; urgency=low
* Use dpatch. Dpatchify old patches:
- 01lefty_path: fix path of lefty interpreter
- 02compile_options: fix compile flags
* Patch 03gcc40: Fix compilation error for gcc4.0 on amd64. Patch
contributed by Andreas Jochens - thanks! (closes: Bug#288926)
* Short descriptions start on a lowercase letter.
* Removed useless ${misc:Depends} from maria's Dependency.
* Removed debian/TODO.
-- Ralf Treinen <treinen@debian.org> Thu, 6 Jan 2005 20:48:05 +0100
maria (1.3.4-3) unstable; urgency=low
* Switch from libreadline4 to libreadline5.
-- Ralf Treinen <treinen@debian.org> Sat, 1 Jan 2005 18:19:33 +0100
maria (1.3.4-2) unstable; urgency=low
* Converted this changelog file to UTF-8
* Package maria-doc: added Recommends infobrowser
* Standards-version 3.6.1 (no change)
* Added a debian/watch file
* Added a lintian override for maria-vis concering the use of lefty as
an interpreter
-- Ralf Treinen <treinen@debian.org> Wed, 4 Aug 2004 09:54:50 +0200
maria (1.3.4-1) unstable; urgency=low
* New upstream release
* Standards-Version: 3.6.0
* Use a file debian/compat instead of variable DH_COMPAT in debian/rules
* Installation of info files: don't attempt to install maria.info-*
-- Ralf Treinen <treinen@debian.org> Mon, 4 Aug 2003 23:01:40 +0200
maria (1.3.3-1) unstable; urgency=low
* New upstream release. This release should compile on gcc 3.0 (closes:
Bug#171226).
-- Ralf Treinen <treinen@debian.org> Mon, 9 Dec 2002 21:48:45 +0100
maria (1.3.2-1) unstable; urgency=low
* New upstream release.
* Applied a patch to maria.texinfo sent by Marko Mäkelä.
* Compilation/runtime/codec.h, and Graph/BitBuffer.h: Put the test for
__linux before tests on specific architectures (solution suggested by
Marko Mäkelä). This should resolve the autobuilder failure on alpha.
-- Ralf Treinen <treinen@debian.org> Thu, 5 Dec 2002 21:32:26 +0100
maria (1.3.1-3) unstable; urgency=low
* Build-Dependency on debhelper bumped up to >= 4.0
* debian/rules: target "build" does no longer depend on target "build-doc"
-- Ralf Treinen <treinen@debian.org> Fri, 29 Nov 2002 23:02:38 +0100
maria (1.3.1-2) unstable; urgency=low
* Added build-dependency on xutils (needed since Makefile calls makedepend).
This should resolve the autobuilder failures on 1.3.1-1.
* DH_COMPAT=4 in debian/rules, and added ${misc:Depends} to the Depends
field in debian/control.
-- Ralf Treinen <treinen@debian.org> Thu, 28 Nov 2002 19:50:02 +0100
maria (1.3.1-1) unstable; urgency=low
* New upstream release, and first version actually uploaded to unstable
(closes: Bug#146320).
* Standards-Version: 3.5.8.
* debian/copyright: corrected email address of upstream author.
* debian/copyright: the maria-vis script is now in the public domain.
* debian/rules: change value of EXDIR, since Makefile uses it relativ
to the value of DESTDIR.
* debian/rules: pass debug and noopt option to make.
* Makefile.Linux: /usr/local/{lib,include} -> /usr/{lib,include}
* Makefile.Linux: add a COPTFLAGS variable, to pass optimization flags
to the makefile.
-- Ralf Treinen <treinen@debian.org> Thu, 21 Nov 2002 20:57:19 +0100
maria (1.2-0.alpha) experimental; urgency=low
* Initial Release.
-- Ralf Treinen <treinen@debian.org> Tue, 6 Aug 2002 23:15:53 +0200
|