diff -Nru gamgi-0.17.3/debian/changelog gamgi-0.17.5/debian/changelog --- gamgi-0.17.3/debian/changelog 2020-12-04 21:04:44.000000000 +0000 +++ gamgi-0.17.5/debian/changelog 2022-11-04 21:04:39.000000000 +0000 @@ -1,3 +1,12 @@ +gamgi (0.17.5-1) unstable; urgency=medium + + * Team upload. + * New upstream version + * Standards-Version: 4.6.1 (routine-update) + * lintian-overrides (see lintian bug #1017966) + + -- Andreas Tille Fri, 04 Nov 2022 22:04:39 +0100 + gamgi (0.17.3-3) unstable; urgency=medium * Team upload diff -Nru gamgi-0.17.3/debian/control gamgi-0.17.5/debian/control --- gamgi-0.17.3/debian/control 2020-12-04 21:04:44.000000000 +0000 +++ gamgi-0.17.5/debian/control 2022-11-04 20:48:54.000000000 +0000 @@ -14,7 +14,7 @@ libgtkglext1-dev, libpango1.0-dev, sharutils -Standards-Version: 4.5.1 +Standards-Version: 4.6.1 Homepage: http://www.gamgi.org/ Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/debichem-team/gamgi @@ -36,6 +36,7 @@ Depends: ${misc:Depends} Enhances: gamgi Section: doc +Multi-Arch: foreign Description: General Atomistic Modelling Graphic Interface (documentation) The General Atomistic Modelling Graphic Interface (GAMGI) provides a graphical interface to build, view and analyze atomic structures. @@ -47,6 +48,7 @@ Depends: ${misc:Depends} Suggests: ${perl:Depends} Enhances: gamgi +Multi-Arch: foreign Description: General Atomistic Modelling Graphic Interface (data) The General Atomistic Modelling Graphic Interface (GAMGI) provides a graphical interface to build, view and analyze atomic structures. diff -Nru gamgi-0.17.3/debian/gbp.conf gamgi-0.17.5/debian/gbp.conf --- gamgi-0.17.3/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ gamgi-0.17.5/debian/gbp.conf 2022-11-04 20:57:20.000000000 +0000 @@ -0,0 +1,7 @@ +[DEFAULT] +pristine-tar = false +debian-branch = debian/sid +verbose = true + +[buildpackage] +overlay = true diff -Nru gamgi-0.17.3/debian/patches/debian_setup.patch gamgi-0.17.5/debian/patches/debian_setup.patch --- gamgi-0.17.3/debian/patches/debian_setup.patch 2020-12-04 21:04:44.000000000 +0000 +++ gamgi-0.17.5/debian/patches/debian_setup.patch 2022-11-04 20:55:42.000000000 +0000 @@ -7,15 +7,15 @@ --- a/src/make_rules +++ b/src/make_rules -@@ -15,6 +15,7 @@ +@@ -15,6 +15,7 @@ SHELL=/bin/sh #================================ compiler ================================= CC ?= gcc +PKG_CONFIG ?= pkg-config - CFLAGS ?= -O3 -Wall -ansi -g - #override CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED \ -@@ -34,21 +35,18 @@ + CFLAGS ?= -O3 -Wall -ansi -g + override CFLAGS += -Wno-deprecated-declarations +@@ -30,21 +31,18 @@ EXE = gamgi #================================ shared libs ============================== @@ -31,56 +31,54 @@ PATH_H = $(PATH_GAMGI_H) \ - $(PATH_GTKGL_H) $(PATH_MESA_H) $(PATH_GTK_H) $(PATH_ATK_H) \ -- $(PATH_PANGO_H) $(PATH_CAIRO_H) $(PATH_GLIB_H) $(PATH_X_H) \ -- $(PATH_FREETYPE_H) $(PATH_EXPAT_H) +- $(PATH_PIXBUFF_H) $(PATH_PANGO_H) $(PATH_CAIRO_H) $(PATH_GLIB_H) \ +- $(PATH_X_H) $(PATH_HARFBUZZ_H) $(PATH_FREETYPE_H) $(PATH_EXPAT_H) - -PATH_L = $(PATH_GTKGL_L) $(PATH_MESA_L) $(PATH_GTK_L) $(PATH_ATK_L) \ -- $(PATH_PANGO_L) $(PATH_CAIRO_L) $(PATH_GLIB_L) $(PATH_X_L) \ -- $(PATH_FREETYPE_L) $(PATH_EXPAT_L) -+ $(PATH_GTKGL_H) $(PATH_MESA_H) $(PATH_GTK_H) $(PATH_GLIB_H) \ -+ $(PATH_X_H) $(PATH_FREETYPE_H) $(PATH_EXPAT_H) +- $(PATH_PIXBUFF_L) $(PATH_PANGO_L) $(PATH_CAIRO_L) $(PATH_GLIB_L) \ +- $(PATH_X_L) $(PATH_PIXBUFF_L) $(PATH_FREETYPE_L) $(PATH_EXPAT_L) ++ $(PATH_GTKGL_H) $(PATH_MESA_H) $(PATH_GTK_H) $(PATH_GLIB_H) \ ++ $(PATH_X_H) $(PATH_FREETYPE_H) $(PATH_EXPAT_H) + +PATH_L = $(PATH_GTKGL_L) $(PATH_MESA_L) $(PATH_GTK_L) $(PATH_GLIB_L) \ -+ $(PATH_X_L) $(PATH_FREETYPE_L) $(PATH_EXPAT_L) ++ $(PATH_X_L) $(PATH_FREETYPE_L) $(PATH_EXPAT_L) #============================== compile all ================================ --- a/src/make_local +++ b/src/make_local -@@ -18,32 +18,23 @@ - # Debian, Fedora, Ubuntu, OpenSuse, Mageia +@@ -19,32 +19,26 @@ #=============================================================================== + ARCH = x86_64-linux-gnu +PKG_CONFIG ?= pkg-config -+ + PATH_EXPAT_H = -I/usr/include -PATH_FREETYPE_H = -I/usr/include/freetype2 + PATH_HARFBUZZ_H = -I/usr/include/harfbuzz -PATH_X_H = -I/usr/include/X11 --PATH_GLIB_H = -I/usr/include/glib-2.0 \ -- -I/usr/lib/glib-2.0/include \ -- -I/usr/lib/i386-linux-gnu/glib-2.0/include \ -- -I/usr/lib/x86_64-linux-gnu/glib-2.0/include +-PATH_GLIB_H = -I/usr/include/glib-2.0 -I/usr/lib/$(ARCH)/glib-2.0/include -PATH_CAIRO_H = -I/usr/include/cairo -PATH_PANGO_H = -I/usr/include/pango-1.0 + PATH_PIXBUFF_H = -I/usr/include/gdk-pixbuf-2.0 -PATH_ATK_H = -I/usr/include/atk-1.0 --PATH_GTK_H = -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 \ -- -I/usr/lib/gtk-2.0/include \ -- -I/usr/lib/i386-linux-gnu/gtk-2.0/include \ -- -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include +-PATH_GTK_H = -I/usr/include/gtk-2.0 -I/usr/lib/$(ARCH)/gtk-2.0/include +PATH_FREETYPE_H = -I/usr/include $(shell $(PKG_CONFIG) --cflags freetype2) +PATH_X_H = -I/usr/include $(shell $(PKG_CONFIG) --cflags x11) +PATH_GLIB_H = -I/usr/include $(shell $(PKG_CONFIG) --cflags glib-2.0) +PATH_GTK_H = -I/usr/include $(shell $(PKG_CONFIG) --cflags gtk+-2.0) PATH_MESA_H = -I/usr/include --PATH_GTKGL_H = -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include +-PATH_GTKGL_H = -I/usr/include/gtkglext-1.0 -I/usr/lib/$(ARCH)/gtkglext-1.0/include/ +PATH_GTKGL_H = -I/usr/include $(shell $(PKG_CONFIG) --cflags gtkglext-x11-1.0) PATH_EXPAT_L = -L/usr/lib -PATH_FREETYPE_L = -L/usr/lib + PATH_HARFBUZZ_L = -L/usr/lib -PATH_X_L = -L/usr/lib -PATH_GLIB_L = -L/usr/lib -PATH_CAIRO_L = -L/usr/lib -PATH_PANGO_L = -L/usr/lib +-PATH_PIXBUFF_L = -L/usr/lib -PATH_ATK_L = -L/usr/lib -PATH_GTK_L = -L/usr/lib +PATH_FREETYPE_L = -L/usr/lib $(shell $(PKG_CONFIG) --libs-only-L freetype2) @@ -88,7 +86,8 @@ +PATH_GLIB_L = -L/usr/lib $(shell $(PKG_CONFIG) --libs-only-L glib-2.0) +PATH_GTK_L = -L/usr/lib $(shell $(PKG_CONFIG) --libs-only-L gtk+-2.0) PATH_MESA_L = -L/usr/lib +-PATH_GTKGL_L =-L/usr/lib +PATH_GTKGL_L = -L/usr/lib $(shell $(PKG_CONFIG) --libs-only-L gtkglext-x11-1.0) - PATH_GTKGL_L =-L/usr/lib #============================== Linux amd64 ==================================== + # Debian, Fedora, Ubuntu, OpenSuse, Mageia diff -Nru gamgi-0.17.3/debian/source/lintian-overrides gamgi-0.17.5/debian/source/lintian-overrides --- gamgi-0.17.3/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ gamgi-0.17.5/debian/source/lintian-overrides 2022-11-04 21:03:53.000000000 +0000 @@ -0,0 +1,2 @@ +# See lintian bug #1017966 +gamgi source: source-is-missing diff -Nru gamgi-0.17.3/doc/changelogs/changelogs17.html gamgi-0.17.5/doc/changelogs/changelogs17.html --- gamgi-0.17.3/doc/changelogs/changelogs17.html 2017-07-15 15:25:59.000000000 +0000 +++ gamgi-0.17.5/doc/changelogs/changelogs17.html 2022-11-04 20:48:23.000000000 +0000 @@ -23,6 +23,130 @@

+
GAMGI 0.17.5
25th February 2022
+
+ +
+ +This is mostly a cleaning release. Fixed all the strncpy, sprintf, calloc issues +raised by gcc 10.2.1 (included with Debian 11) warnings. Cleaned parts of the +x3d exporting code, involving texts and orbitals. Reviewed, updated the entire +Help->Current and Help->Topic subsystems. + +

What is new:

+ + + +

What is next:

+ + + +
+ +

+ +

+
GAMGI 0.17.4
2nd August 2021
+
+ +
+ +This is a maintenance release. Gamgi is compiling and working fine with +the latest Debian testing release: bullseye 11 release candidate 2. + +

What is new:

+ + + +

What is next:

+ + + +
+ +

+ +

GAMGI 0.17.3
15th July 2017
diff -Nru gamgi-0.17.3/doc/changelogs/changelogs.html gamgi-0.17.5/doc/changelogs/changelogs.html --- gamgi-0.17.3/doc/changelogs/changelogs.html 2017-07-15 15:25:59.000000000 +0000 +++ gamgi-0.17.5/doc/changelogs/changelogs.html 2022-11-04 20:48:23.000000000 +0000 @@ -23,6 +23,130 @@

+
GAMGI 0.17.5
25th February 2022
+
+ +
+ +This is mostly a cleaning release. Fixed all the strncpy, sprintf, calloc issues +raised by gcc 10.2.1 (included with Debian 11) warnings. Cleaned parts of the +x3d exporting code, involving texts and orbitals. Reviewed, updated the entire +Help->Current and Help->Topic subsystems. + +

What is new:

+ + + +

What is next:

+ + + +
+ +

+ +

+
GAMGI 0.17.4
2nd August 2021
+
+ +
+ +This is a maintenance release. Gamgi is compiling and working fine with +the latest Debian testing release: bullseye 11 release candidate 2. + +

What is new:

+ + + +

What is next:

+ + + +
+ +

+ +

GAMGI 0.17.3
15th July 2017
diff -Nru gamgi-0.17.3/doc/formats/light/config_global.html gamgi-0.17.5/doc/formats/light/config_global.html --- gamgi-0.17.3/doc/formats/light/config_global.html 1970-01-01 00:00:00.000000000 +0000 +++ gamgi-0.17.5/doc/formats/light/config_global.html 2022-11-04 20:48:23.000000000 +0000 @@ -0,0 +1,47 @@ + + + + + +GAMGI Formats: Light Config + + + + + + + +

Light Config

+ +
+ +
+ +
+ +

shininess

+ +Controls globally how solid objects shine with reflected (specular) +light. Increasing values result in higher levels of object reflectance. +Decreasing values help emphasizing the objects bright spots. When +shininess is set to 0.0 no bright spots are visible. +When specular light is set to (0.0, 0.0, 0.0), shininess has no effect. + +
+Example: <light ... shininess="0.1"/> (default)
+(defined in GAMGI_MESA_LIGHT_SHININESS)
+Allowed values: 0.0 - 1.0 (optional)
+
+ +
+ +
+Home +
+ + + diff -Nru gamgi-0.17.3/doc/formats/light/config_materials.html gamgi-0.17.5/doc/formats/light/config_materials.html --- gamgi-0.17.3/doc/formats/light/config_materials.html 2008-05-30 18:29:26.000000000 +0000 +++ gamgi-0.17.5/doc/formats/light/config_materials.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,47 +0,0 @@ - - - - - -GAMGI Formats: Light Config - - - - - - - -

Light Config

- -
- -
- -
- -

shininess

- -Controls globally how solid objects shine with reflected (specular) -light. Increasing values result in higher levels of object reflectance. -Decreasing values help emphasizing the objects bright spots. When -shininess is set to 0.0 no bright spots are visible. -When specular light is set to (0.0, 0.0, 0.0), shininess has no effect. - -
-Example: <light ... shininess="0.1"/> (default)
-(defined in GAMGI_MESA_LIGHT_SHININESS)
-Allowed values: 0.0 - 1.0 (optional)
-
- -
- -
-Home -
- - - diff -Nru gamgi-0.17.3/doc/index.shtml gamgi-0.17.5/doc/index.shtml --- gamgi-0.17.3/doc/index.shtml 2017-07-15 15:17:09.000000000 +0000 +++ gamgi-0.17.5/doc/index.shtml 2022-11-04 20:48:23.000000000 +0000 @@ -29,8 +29,8 @@

News

-

15th July 2017

-GAMGI 0.17.3 is out, changes can be seen +

25th February 2022

+GAMGI 0.17.5 is out, changes can be seen here.

15th January 2014

diff -Nru gamgi-0.17.3/doc/interfaces/atom/config_analysis.html gamgi-0.17.5/doc/interfaces/atom/config_analysis.html --- gamgi-0.17.3/doc/interfaces/atom/config_analysis.html 2017-07-09 17:51:25.000000000 +0000 +++ gamgi-0.17.5/doc/interfaces/atom/config_analysis.html 2022-11-04 20:48:23.000000000 +0000 @@ -16,7 +16,7 @@