File: changelog

package info (click to toggle)
sofa-framework 1.0~beta4-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 88,820 kB
  • ctags: 27,300
  • sloc: cpp: 151,126; ansic: 2,387; xml: 581; sh: 417; makefile: 68
file content (217 lines) | stat: -rw-r--r-- 7,776 bytes parent folder | download
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
sofa-framework (1.0~beta4-11) unstable; urgency=medium

  * Team upload.
  * d/p/gcc-6: Add patch to fix compilation with gcc-6, Closes: #811747
  * cme fix dpkg-control 
  * d/copyright: DEP5 - remove duplicate entries 
  * d/rules: hardening += all 
  * d/rules: enable parallel builds 
  * d/p/hardening: Add hardening flags and debug information 
  * d/control: secure VCS browser url

 -- Gert Wollny <gw.fossdev@gmail.com>  Fri, 08 Jul 2016 15:55:28 +0000

sofa-framework (1.0~beta4-10) unstable; urgency=medium

  * Team upload.
  * Remove libqglviewer-dev from Build-Depends. Not used in the build.

 -- Anton Gladky <gladk@debian.org>  Mon, 07 Sep 2015 20:36:17 +0200

sofa-framework (1.0~beta4-9) unstable; urgency=medium

  * Apply patches by Martin Steghöfer <martin@steghoefer.eu> to build with
    gcc-4.9 (thanks to Martin)
    Closes: #746910
  * d/compat: s/8/9/
  * cme fix dpkg-control
  * DEP5

 -- Andreas Tille <tille@debian.org>  Tue, 09 Sep 2014 15:12:35 +0200

sofa-framework (1.0~beta4-8) unstable; urgency=low

  * Team upload.
  * Drop "-mt" suffix from boost lib, in the 50_all_changes.diff (Closes: #701288)
  * Add missing include which causes undefined symbols (Closes: #560104) (Closes: #701360)

 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Wed, 10 Jul 2013 00:56:09 +0100

sofa-framework (1.0~beta4-7.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove build-dep on quilt.
  * Change build-dep from libqglviewer-qt4-dev to libqglviewer-dev.
  * Remove obsolete DM-Upload flag.
  * Fix FTBFS against libpng1.5. (Closes: #650568)

 -- Anton Gladky <gladk@debian.org>  Mon, 20 May 2013 19:44:00 +0200

sofa-framework (1.0~beta4-7) unstable; urgency=low

  * debian/watch: also seek for https URLs
  * debian/get-orig-source:
    - Fetch any new version not only one hard coded version
    - Make sure also versioned external library sources will
      be removed
  * debian/rules
    - debian/*.{install,manpages} (make more use of dh_* helper files)
    - Fixed clean target
    - use short dh to simplify further packaging including hardening
  * debian/control:
    - Build-Depends: libeigen3-dev, libqglviewer-qt4-dev,
      libsuitesparse-dev
    - Build-Depends: s/libpng12-dev/libpng-dev/
      Closes: #662508
    - Standards-Version: 3.9.3 (no changes needed)
    - Do not build sofa-doc by default (see README.source)
  * debian/copyright: ensure DEP5 by fixing using
      cme fix dpkg-copyright
  * debian/patches/sofa-framework-gcc-4.7.diff: Fix gcc-4.7 build issue
    Thanks to Matej Vela <vela@debian.org> for the patch
    Closes: #673841
  * debian/README.source:
     - delete remark about quilt which is redundant these days
     - add remark why sofa-doc is not builded any more and how
       the package could be build for private use
  * debhelper 9 (control+compat)

 -- Andreas Tille <tille@debian.org>  Thu, 31 May 2012 16:19:59 +0200

sofa-framework (1.0~beta4-6.1) unstable; urgency=low

  * Non maintainer upload.
  * Fix build failure with GCC 4.7 (Matej Vela). Closes: #673841.

 -- Matthias Klose <doko@debian.org>  Tue, 29 May 2012 09:18:41 +0000

sofa-framework (1.0~beta4-6) unstable; urgency=low

  [ Nelson A. de Oliveira ]
  * Fix menu file
  * Updated build-dependency on libqwt-dev (Closes: #638170)

  [ Andreas Tille ]
  * debian/control:
    - Standards-Version: 3.9.2 (no changes needed)
    - Fixed Vcs-Svn
    - Build-Depends:
      + s/libpng-dev/libpng12-dev/
      + s/libqwt-dev/libqwt5-qt4-dev/
  * debian/rules
    - Do not remove extlibs/tinyxml in clean target which is just
      part of the upstream source.  The proper place to remove things
      like this would be in get-orig-source.
    - Polishing after clean target which leaves several files hanging
      around
  * debian/patches/qwt5-qt4.patch: Sofa does not build properly with
    libqwt-dev so adjusting include directory and fixing some header
    file is needed
  * debian/sofa.1: Fixed spelling error

 -- Andreas Tille <tille@debian.org>  Tue, 13 Dec 2011 12:55:52 +0100

sofa-framework (1.0~beta4-5.1) unstable; urgency=high

  * Non-maintainer upload.
  * Fix build failure due to new TinyXML 2.6 (Closes: #628114).
    Thanks to Felix Geyer for the patch.
  * Bump build-dep on libtinyxml-dev to 2.6.

 -- Mehdi Dogguy <mehdi@debian.org>  Sun, 29 May 2011 18:02:12 +0200

sofa-framework (1.0~beta4-5) unstable; urgency=low

  * Switch to dpkg-source 3.0 (quilt) format
  * debian/rules: drop the quilt patch/unpatch logic
  * patches/fix_mutable_serr_sout.diff: remove mutable keyword (Closes: #625059)
  * bump Standards-Version: 3.9.1 (no changes)
  * set debian/compat to 8
  * debian/control: removed duplicated "section" fields
  * Changed debian/sofa.desktop's category to Education;Science
  *  (Closes: #594671, LP: #605497)

 -- Dominique Belhachemi <domibel@debian.org>  Sat, 07 May 2011 20:21:51 -0400

sofa-framework (1.0~beta4-4) unstable; urgency=low

  * use Debian's libtinyxml-dev (Closes: #573941)
  * reduce optimization level to -O1 as a workaround for
    linking failure (Thanks to Ilya Barygi) (Closes: #560104)
  * fixed FTBFS for SuperH (Thanks to Nobuhiro Iwamatsu) (Closes: #567223)

 -- Dominique Belhachemi <domibel@cs.tu-berlin.de>  Tue, 16 Mar 2010 17:42:22 -0400

sofa-framework (1.0~beta4-3) unstable; urgency=low

  [Dominique Belhachemi]
  * added linker option --no-add-needed (Closes: #556352)
    libdl had to be added to the list of libraries
  * switched from dpatch to quilt
  * added debain/README.source
  * removed dh_desktop from debian/rules

  [Andreas Tille]
  * debian/control:
    - Added missing Vcs tags
    - Standards-Version: 3.8.3 (no changes)

 -- Dominique Belhachemi <domibel@cs.tu-berlin.de>  Sun, 06 Dec 2009 20:18:59 -0500

sofa-framework (1.0~beta4-2) unstable; urgency=low

  * csparse support disabled because it conflicts with the
    newer version in libsuitesparse-dev (Closes: #532693)
  * Build-Conflicts: qt3-dev-tools added
  * lost GCC 4.4 patches added (Closes: #532396)

 -- Dominique Belhachemi <domibel@cs.tu-berlin.de>  Wed, 17 Jun 2009 23:10:35 -0400

sofa-framework (1.0~beta4-1) unstable; urgency=low

  * new upstream release
  * Qt OGRE 3D viewer disabled (Closes: #527706)
  * MIPS/ARM patch, AMD64 patch and Newmat patch removed because they
    have been applied by upstream (Thanks to Everton Hermann)

 -- Dominique Belhachemi <domibel@cs.tu-berlin.de>  Sun, 07 Jun 2009 14:35:15 -0400

sofa-framework (1.0~beta3-5) unstable; urgency=low

  * set SOFA_QT4 explicitly
  * added #include headers required by GCC 4.4 (Closes: #505953)
  * added missing PML files
  * fixed sofa wrapper

 -- Dominique Belhachemi <domibel@cs.tu-berlin.de>  Sat, 15 Nov 2008 19:45:47 +0100

sofa-framework (1.0~beta3-4) unstable; urgency=low

  * PML/LML support enabled
  * PNG support enabled
  * Qt OGRE 3D viewer enabled
  * debian/control: doxygen & graphviz moved to Build-Depends-Indep

 -- Dominique Belhachemi <domibel@cs.tu-berlin.de>  Wed, 12 Nov 2008 20:36:57 +0100

sofa-framework (1.0~beta3-3) unstable; urgency=low

  * fixed build-indep issue (Closes: #503555)
  * fixed MIPS and ARM build error (sqrt/sqrtl)
  * fixed installation for man page (Closes: #504927)

 -- Dominique Belhachemi <domibel@cs.tu-berlin.de>  Sat, 08 Nov 2008 01:50:23 +0100

sofa-framework (1.0~beta3-2) unstable; urgency=low

  * fixed segfault on amd64
  * build arch all packages only in the binary-indep target (Closes: #503555)
  * fixed MIPS and ARM build error (sqrt/sqrtl)

 -- Dominique Belhachemi <domibel@cs.tu-berlin.de>  Thu, 30 Oct 2008 19:23:49 +0100

sofa-framework (1.0~beta3-1) unstable; urgency=low

  * Initial release (Closes: #455064)

 -- Dominique Belhachemi <domibel@cs.tu-berlin.de>  Wed, 13 Aug 2008 10:26:03 +0100