diff -Nru stealth-4.01.10/build stealth-4.01.11/build --- stealth-4.01.10/build 2017-09-22 07:23:59.000000000 +0000 +++ stealth-4.01.11/build 2018-06-19 12:57:48.000000000 +0000 @@ -30,7 +30,7 @@ #include "icmake/manual" #include "icmake/destinstall" #include "icmake/install" -#include "icmake/github" +#include "icmake/gitlab" void main(int argc, list argv) { @@ -72,8 +72,8 @@ if (option == "uninstall") uninstall(argv[2]); - if (option == "github") - github(); + if (option == "gitlab") + gitlab(); if (option == "man") manpage(); @@ -144,7 +144,7 @@ " u (user-guide)\n" " uninstall logfile - remove files and empty directories listed\n" " in the file 'logfile'\n" - " github - prepare github's gh-pages update\n" + " gitlab - prepare gitlab's web-pages update\n" " (internal use only)\n" "\n" "If the environment variable DRYRUN is defined, no commands are\n" diff -Nru stealth-4.01.10/changelog stealth-4.01.11/changelog --- stealth-4.01.10/changelog 2018-01-18 10:08:40.000000000 +0000 +++ stealth-4.01.11/changelog 2018-06-19 12:57:48.000000000 +0000 @@ -1,3 +1,9 @@ +stealth (4.01.11) + + * Migrated from Github to Gitlab. + + -- Frank B. Brokken Tue, 19 Jun 2018 17:57:30 +0530 + stealth (4.01.10) * Added texlive-latex-extra to 'required' diff -Nru stealth-4.01.10/debian/changelog stealth-4.01.11/debian/changelog --- stealth-4.01.10/debian/changelog 2018-05-08 00:04:09.000000000 +0000 +++ stealth-4.01.11/debian/changelog 2018-06-19 12:37:47.000000000 +0000 @@ -1,3 +1,14 @@ +stealth (4.01.11-1) unstable; urgency=medium + + [ Frank B. Brokken ] + * Upstream migration from Github to Gitlab + + [ tony mancill ] + * Add debian/watch file + * Update control and copyright for upstream on gitlab + + -- Frank B. Brokken Tue, 19 Jun 2018 18:07:47 +0530 + stealth (4.01.10-2) unstable; urgency=medium * Update Vcs fields for migration from Alioth -> Salsa diff -Nru stealth-4.01.10/debian/control stealth-4.01.11/debian/control --- stealth-4.01.10/debian/control 2018-05-08 00:04:09.000000000 +0000 +++ stealth-4.01.11/debian/control 2018-06-19 12:37:47.000000000 +0000 @@ -18,7 +18,7 @@ Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/debian/stealth Vcs-Git: https://salsa.debian.org/debian/stealth.git -Homepage: https://fbb-git.github.io/stealth +Homepage: https://fbb-git.gitlab.io/stealth Package: stealth Architecture: any diff -Nru stealth-4.01.10/debian/copyright stealth-4.01.11/debian/copyright --- stealth-4.01.10/debian/copyright 2018-05-08 00:04:09.000000000 +0000 +++ stealth-4.01.11/debian/copyright 2018-06-19 12:37:47.000000000 +0000 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Stealth Upstream-Contact: Frank B. Brokken -Source: https://fbb-git.github.io/stealth +Source: https://gitlab.com/fbb-git/stealth Comment: stealthy File Integrity Checker This package was debianized by Frank B. Brokken on Wed, 18 Jun 2003 12:13:41 +0200. diff -Nru stealth-4.01.10/debian/rules stealth-4.01.11/debian/rules --- stealth-4.01.10/debian/rules 2018-05-08 00:04:09.000000000 +0000 +++ stealth-4.01.11/debian/rules 2018-06-19 12:37:47.000000000 +0000 @@ -1,16 +1,17 @@ #!/usr/bin/make -f # Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 +export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all export DEB_BUILD_HARDENING=1 export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) -export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) + export CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS) export CXXFLAGS += --std=c++17 -Wall -pthread -export CXXFLAGS += $(CPPFLAGS) + +export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) export LDFLAGS += -lpthread export CXX = g++ diff -Nru stealth-4.01.10/debian/watch stealth-4.01.11/debian/watch --- stealth-4.01.10/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ stealth-4.01.11/debian/watch 2018-06-19 12:37:47.000000000 +0000 @@ -0,0 +1,3 @@ +version=4 +https://gitlab.com/fbb-git/stealth/tags \ + \/fbb-git\/stealth\/-\/archive\/[\d.]*\/stealth-([\d.]*)\.tar\.gz diff -Nru stealth-4.01.10/documentation/man/stealth.yo stealth-4.01.11/documentation/man/stealth.yo --- stealth-4.01.10/documentation/man/stealth.yo 2017-09-22 07:23:59.000000000 +0000 +++ stealth-4.01.11/documentation/man/stealth.yo 2018-06-19 12:57:48.000000000 +0000 @@ -762,7 +762,7 @@ manpagesection(COPYRIGHT) This is free software, distributed under the terms of the `GNU General Public License'. Copyright remains with the author. S() is found at -tt(https://fbb-git.github.io/stealth/). +tt(https://fbb-git.gitlab.io/stealth/). manpagesection(ORGANIZATION) Center for Information Technology, University of Groningen. diff -Nru stealth-4.01.10/documentation/manual/install/compile.yo stealth-4.01.11/documentation/manual/install/compile.yo --- stealth-4.01.10/documentation/manual/install/compile.yo 2017-09-22 07:23:59.000000000 +0000 +++ stealth-4.01.11/documentation/manual/install/compile.yo 2018-06-19 12:57:48.000000000 +0000 @@ -12,7 +12,7 @@ itemization( it() S() compilation is controlled by bf(icmake)(1). The program maintenance utility bf(icmake)(1) can be obtained at -lurl(https://fbb-git.github.io/icmake/), and it is also available in several +lurl(https://fbb-git.gitlab.io/icmake/), and it is also available in several Linux distributions (e.g., Debian, Ubuntu); it() Determine a directory where the files in s()'s archive ashould be @@ -34,10 +34,10 @@ software. When compiling s(), the -url(bobcat)(https://fbb-git.github.io/bobcat/) header files must be +url(bobcat)(https://fbb-git.gitlab.io/bobcat/) header files must be available. When s() is run it is dynamically linked against the bobcat library. bf(Bobcat) can be downloaded from -lurl(https://github.com/fbb-git/bobcat/) (and follow its installation +lurl(https://gitlab.com/fbb-git/bobcat/) (and follow its installation instructions). Alternatively, bobcat may be available in your distribution, (e.g., Debian or Ubuntu). Make sure to install both the run-time (bf(bobcat_...)) and the development (bf(bobcat-dev_...)) versions. diff -Nru stealth-4.01.10/documentation/manual/kickstart.yo stealth-4.01.11/documentation/manual/kickstart.yo --- stealth-4.01.10/documentation/manual/kickstart.yo 2017-09-22 07:23:59.000000000 +0000 +++ stealth-4.01.11/documentation/manual/kickstart.yo 2018-06-19 12:57:48.000000000 +0000 @@ -11,9 +11,9 @@ the files tt(INSTALL.cf) and tt(icmconf); it() Install a recent Gnu tt(g++) compiler; it() Install the bobcat library (both the binary and development version) -(lurl(https://fbb-git.github.io/bobcat/)); +(lurl(https://fbb-git.gitlab.io/bobcat/)); it() Install the tt(icmake) program -(lurl(https://fbb-git.github.io/icmake/)); +(lurl(https://fbb-git.gitlab.io/icmake/)); it() Run `tt(./build program strip)' to compile s(); it() Run (probably as root) `tt(./build install program)' to install; it() Optionally install documentation. See section ref(COMPILING). diff -Nru stealth-4.01.10/icmake/github stealth-4.01.11/icmake/github --- stealth-4.01.10/icmake/github 2017-09-22 07:23:59.000000000 +0000 +++ stealth-4.01.11/icmake/github 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -void github() -{ - run("cp -r release.yo tmp/manhtml/stealthman.html " - "tmp/manual/pdf/stealth.pdf tmp/manual/html ../../wip"); - run("cp changelog ../../wip/changelog.txt"); - - exit(0); -} diff -Nru stealth-4.01.10/icmake/gitlab stealth-4.01.11/icmake/gitlab --- stealth-4.01.10/icmake/gitlab 1970-01-01 00:00:00.000000000 +0000 +++ stealth-4.01.11/icmake/gitlab 2018-06-19 12:57:48.000000000 +0000 @@ -0,0 +1,8 @@ +void gitlab() +{ + run("cp -r release.yo tmp/manhtml/stealthman.html " + "tmp/manual/pdf/stealth.pdf tmp/manual/html ../../wip"); + run("cp changelog ../../wip/changelog.txt"); + + exit(0); +} diff -Nru stealth-4.01.10/icmconf stealth-4.01.11/icmconf --- stealth-4.01.10/icmconf 2017-09-22 07:23:59.000000000 +0000 +++ stealth-4.01.11/icmconf 2018-06-19 12:57:48.000000000 +0000 @@ -1,7 +1,7 @@ #include "INSTALL.im" -#undef CXXFLAGS -#define CXXFLAGS "-Wall -O2 -pthread" +// #undef CXXFLAGS +// #define CXXFLAGS "-Wall -O2 -pthread" #define MAIN "main.cc" #define ADD_LIBRARIES "bobcat" diff -Nru stealth-4.01.10/icmconf2 stealth-4.01.11/icmconf2 --- stealth-4.01.10/icmconf2 2017-09-22 07:23:59.000000000 +0000 +++ stealth-4.01.11/icmconf2 2018-06-19 12:57:48.000000000 +0000 @@ -8,10 +8,10 @@ #define THREAD "" #endif -//#define CXX "g++" -#define CXX "g++-5" +#define CXX "g++" -#define CXXFLAGS "--std=c++14 " ${THREAD} " -Wall -O2" +#define CXXFLAGS "--std=c++17 " ${THREAD} \ + " -Wall -O2 -fdiagnostics-color=never" #define SOURCES "*.cc" #define TMP_DIR "tmp" #define OBJ_EXT ".o" @@ -22,16 +22,6 @@ #define ADD_LIBRARY_PATHS "" #define LDFLAGS "" #define MAIN "" -#define PARSER_DIR "" -#define PARSFLAGS "" -#define PARSGEN "" -#define PARSOUT "" -#define PARSSPEC "" -#define SCANFLAGS "" -#define SCANGEN "" -#define SCANNER_DIR "" -#define SCANOUT "" -#define SCANSPEC "" diff -Nru stealth-4.01.10/required stealth-4.01.11/required --- stealth-4.01.10/required 2018-01-18 10:05:32.000000000 +0000 +++ stealth-4.01.11/required 2018-06-19 12:57:48.000000000 +0000 @@ -7,9 +7,9 @@ Latest versions of: - libbobcat-dev (cf. https://fbb-git.github.io/bobcat/) - icmake (cf. https://fbb-git.github.io/icmake/) - yodl (cf. https://fbb-git.github.io/yodl/) + libbobcat-dev (cf. https://fbb-git.gitlab.io/bobcat/) + icmake (cf. https://fbb-git.gitlab.io/icmake/) + yodl (cf. https://fbb-git.gitlab.io/yodl/) To construct the user guide: diff -Nru stealth-4.01.10/VERSION stealth-4.01.11/VERSION --- stealth-4.01.10/VERSION 2018-01-18 10:05:44.000000000 +0000 +++ stealth-4.01.11/VERSION 2018-06-19 12:57:48.000000000 +0000 @@ -1,3 +1,3 @@ #define AUTHOR "Frank B. Brokken (f.b.brokken@rug.nl)"; -#define VERSION "4.01.10" +#define VERSION "4.01.11" #define YEARS "2005-2018"