Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfmath
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Games
wfmath
Commits
85026cce
Commit
85026cce
authored
Aug 09, 2013
by
Stephen M. Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/patches/0002-replace-mersenne-twister.patch: new file
parent
731ef96c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
838 additions
and
29 deletions
+838
-29
debian/changelog
debian/changelog
+2
-1
debian/copyright
debian/copyright
+30
-26
debian/libwfmath-1.0-1.symbols
debian/libwfmath-1.0-1.symbols
+6
-2
debian/patches/0002-replace-mersenne-twister.patch
debian/patches/0002-replace-mersenne-twister.patch
+799
-0
debian/patches/series
debian/patches/series
+1
-0
No files found.
debian/changelog
View file @
85026cce
...
...
@@ -7,8 +7,9 @@ wfmath (1.0.1-1) unstable; urgency=low
* debian/control: used canonical form for VCS-* fields
* debian/rules: forced verbose build
* debian/libwfmath-1.0-1.lintian-overrides: new file
* debian/patches/0002-replace-mersenne-twister.patch: new file
-- Stephen M. Webb <stephen.webb@bregmasoft.ca>
Tue, 04 Jun 2013 13:45:11
-0400
-- Stephen M. Webb <stephen.webb@bregmasoft.ca>
Fri, 09 Aug 2013 18:40:13
-0400
wfmath (0.3.12-3) unstable; urgency=low
...
...
debian/copyright
View file @
85026cce
...
...
@@ -5,12 +5,39 @@ Files: *
Copyright: 1999-2011 The Worldforge Project
2002-2009 Ron Steinke
2002-2011 Al Riddoch
2012-2013 Stephen M. Webb <stephen.webb@bregmasoft.ca>
License: GPL-2+
Files: wfmath/
MersenneTwister.h
Files: wfmath/
randgen.cpp
Copyright: 1997-2002 Makoto Matsumoto and Takuji Nishimura
2000-2003 Richard J. Wagner
License: BSD
2002-2009 Ron Steinke
2013 Stephen M. Webb <stephen.webb@bregmasoft.ca>
License: GPL-2+ or BSD-3-clause
Files: debian/*
Copyright: 2002 Michael Koch <konqueror@gmx.de>
2012-2013 Stephen M. Webb <stephen.webb@bregmasoft.ca>
License: GPL-2+
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
.
On Debian systems, the full text of the GNU General Public License version 2
can be found in the file `/usr/share/common-licenses/GPL-2'.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
...
...
@@ -34,26 +61,3 @@ License: BSD
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Files: debian/*
Copyright: 2002 Michael Koch <konqueror@gmx.de>
2012 Stephen M. Webb <stephen.webb@bregmasoft.ca>
License: GPL-2+
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
.
On Debian systems, the full text of the GNU General Public License version 2
can be found in the file `/usr/share/common-licenses/GPL-2'.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
debian/libwfmath-1.0-1.symbols
View file @
85026cce
...
...
@@ -206,9 +206,12 @@ libwfmath-1.0.so.1 libwfmath-1.0-1 #MINVER#
_ZN6WFMath5PointILi3EEixEi@Base 1.0.1
_ZN6WFMath5UnionILi2EEENS_7AxisBoxIXT_EEERKS2_S4_@Base 1.0.1
_ZN6WFMath5UnionILi3EEENS_7AxisBoxIXT_EEERKS2_S4_@Base 1.0.1
(optional=inline)_ZN6WFMath6MTRand1NE@Base 1.0.1
(optional=inline)_ZN6WFMath6MTRand4SAVEE@Base 1.0.1
_ZN6WFMath6MTRand10state_sizeE@Base 1.0.1
_ZN6WFMath6MTRand4loadERSi@Base 1.0.1
_ZN6WFMath6MTRand4seedEPjj@Base 1.0.1
_ZN6WFMath6MTRand4seedEj@Base 1.0.1
_ZN6WFMath6MTRand4seedEv@Base 1.0.1
_ZN6WFMath6MTRand7randIntEv@Base 1.0.1
_ZN6WFMath6MTRand8instanceE@Base 1.0.1
_ZN6WFMath6RotBoxILi2EE11orientationEv@Base 1.0.1
_ZN6WFMath6RotBoxILi2EE11rotatePointERKNS_9RotMatrixILi2EEERKNS_5PointILi2EEE@Base 1.0.1
...
...
@@ -813,6 +816,7 @@ libwfmath-1.0.so.1 libwfmath-1.0-1 #MINVER#
_ZNK6WFMath5PointILi3EEeqERKS1_@Base 1.0.1
_ZNK6WFMath5PointILi3EEixEi@Base 1.0.1
_ZNK6WFMath5PointILi3EEneERKS1_@Base 1.0.1
_ZNK6WFMath6MTRand4saveERSo@Base 1.0.1
_ZNK6WFMath6RotBoxILi2EE10numCornersEv@Base 1.0.1
_ZNK6WFMath6RotBoxILi2EE11boundingBoxEv@Base 1.0.1
_ZNK6WFMath6RotBoxILi2EE11orientationEv@Base 1.0.1
...
...
debian/patches/0002-replace-mersenne-twister.patch
0 → 100644
View file @
85026cce
This diff is collapsed.
Click to expand it.
debian/patches/series
View file @
85026cce
0001-float-comparisons.patch
0002-replace-mersenne-twister.patch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment