[unshield] branch upstream updated (c440980 -> f5c98d6)
Evgeni Golov
evgeni at moszumanska.debian.org
Sat Apr 30 10:35:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
evgeni pushed a change to branch upstream
in repository unshield.
from c440980 Imported Upstream version 1.0
new f5c98d6 Imported Upstream version 1.3
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 8 +-
.travis.yml | 17 +-
CMakeLists.txt | 71 ++++++
Makefile.am | 18 --
README => README.md | 14 +-
TODO | 7 -
VERSION | 1 -
bootstrap | 42 ----
config.rpath | 513 --------------------------------------
configure.ac.in | 121 ---------
lib/CMakeLists.txt | 43 ++++
lib/Makefile.am | 33 ---
lib/convert_utf/CMakeLists.txt | 9 +
lib/convert_utf/Makefile.am | 9 -
lib/file.c | 3 +
lib/helper.c | 2 +-
lib/md5/CMakeLists.txt | 10 +
lib/md5/Makefile.am | 9 -
lib/unshield_config.h.in | 74 ++++++
libunshield.pc.in | 10 +-
m4/check_ssl.m4 | 64 -----
m4/check_zlib.m4 | 82 ------
m4/lib-ld.m4 | 97 --------
m4/lib-link.m4 | 554 -----------------------------------------
m4/lib-prefix.m4 | 148 -----------
man/Makefile.am | 3 -
rebuild.sh | 4 +-
src/CMakeLists.txt | 7 +
src/Makefile.am | 10 -
src/unshield.c | 4 +
travis.md | 1 -
31 files changed, 255 insertions(+), 1733 deletions(-)
create mode 100644 CMakeLists.txt
delete mode 100644 Makefile.am
rename README => README.md (93%)
delete mode 100644 TODO
delete mode 100644 VERSION
delete mode 100755 bootstrap
delete mode 100755 config.rpath
delete mode 100644 configure.ac.in
create mode 100644 lib/CMakeLists.txt
delete mode 100644 lib/Makefile.am
create mode 100644 lib/convert_utf/CMakeLists.txt
delete mode 100644 lib/convert_utf/Makefile.am
create mode 100644 lib/md5/CMakeLists.txt
delete mode 100644 lib/md5/Makefile.am
create mode 100644 lib/unshield_config.h.in
delete mode 100644 m4/check_ssl.m4
delete mode 100644 m4/check_zlib.m4
delete mode 100644 m4/lib-ld.m4
delete mode 100644 m4/lib-link.m4
delete mode 100644 m4/lib-prefix.m4
delete mode 100644 man/Makefile.am
create mode 100644 src/CMakeLists.txt
delete mode 100644 src/Makefile.am
delete mode 100644 travis.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/unshield.git
More information about the Pkg-games-commits
mailing list