Package: wims / 1:4.07a~dfsg1-2~bpo1-1

Metadata

Package Version Patches format
wims 1:4.07a~dfsg1-2~bpo1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10no static libs.patch | (download)

wims/src/Flydraw/Makefile.in | 2 1 + 1 - 0 !
wims/src/Makefile.in | 5 3 + 2 - 0 !
wims/src/Misc/Makefile.in | 2 1 + 1 - 0 !
wims/src/Misc/mathexp/Makefile.in | 2 1 + 1 - 0 !
wims/src/Misc/voronoiW/Makefile.in | 2 1 + 1 - 0 !
wims/src/Misc/whirlgif/Makefile.in | 2 1 + 1 - 0 !
wims/src/Msg2wims/Makefile.in | 2 1 + 1 - 0 !
wims/src/Oef2wims/Makefile.in | 2 1 + 1 - 0 !
8 files changed, 10 insertions(+), 9 deletions(-)

---
20root makefile.patch | (download)

Makefile | 321 321 + 0 - 0 !
wims/src/Makefile.in | 3 3 + 0 - 0 !
2 files changed, 324 insertions(+)

---
30libgd makefiles.patch | (download)

wims/src/Flydraw/Makefile.in | 2 1 + 1 - 0 !
wims/src/Texgif/Makefile.in | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

---
50conffiles.patch | (download)

wims.conf | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

---
60povray.patch | (download)

wims/public_html/bin/povray | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 upstream changes introduced in version 4.00-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 wims (4.00-1) unstable; urgency=low
 .
   * upgraded to the new upstream version.
   * removed the package texgd from the output since this package is now
     overkilled by better TeX utilities to render maths to raster images.
 .
 The person named in the Author field signed this changelog entry.
70processor.patch | (download)

wims/src/wims.c | 17 17 + 0 - 0 !
1 file changed, 17 insertions(+)

---
80flydraw.patch | (download)

wims/src/Flydraw/objects.c | 26 21 + 5 - 0 !
1 file changed, 21 insertions(+), 5 deletions(-)

---
90fix find syntax for perm.patch | (download)

wims/bin/changepermissions | 6 3 + 3 - 0 !
wims/public_html/modules/adm/manage/scripts/attrib2.sh | 4 2 + 2 - 0 !
wims/public_html/modules/adm/manage/scripts/attrib3.sh | 2 1 + 1 - 0 !
wims/public_html/modules/adm/modtool/files | 2 1 + 1 - 0 !
wims/public_html/modules/adm/quicktool/listefile | 6 3 + 3 - 0 !
5 files changed, 10 insertions(+), 10 deletions(-)

 fix a few syntactic shapes for find
An incoming version of findutils drops the syntax of find -perm +0123,
which contradicts POSIX and thus has been deprecated since 2005.  The
replacement is -perm /0123.