[unshield] branch master updated (855f809 -> 7953b0a)

Evgeni Golov evgeni at moszumanska.debian.org
Sat Apr 30 10:35:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

evgeni pushed a change to branch master
in repository unshield.

      from  855f809   use HTTPS url for Vcs-Git
       new  f5c98d6   Imported Upstream version 1.3
       new  8824fbb   Merge tag 'upstream/1.3'
       new  6bcd753   add cmake to Build-Depends
       new  1843b2b   drop 001-disable-rpath.patch, applied upstream and obsolete
       new  ec66224   do not use dh-autoreconf anymore
       new  f0f678b   cherry-pick upstram commit to fix build process in build jails
       new  252ed47   Standards-Version: 3.9.8
       new  7953b0a   Don't duplicate the Section field in d/control

The 8 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 -----
 debian/control                                     |   6 +-
 debian/patches/001-disable-rpath.patch             |  17 -
 .../patches/Fix-build-process-in-build-jails.patch |  59 +++
 debian/patches/series                              |   2 +-
 debian/rules                                       |   5 +-
 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 -
 36 files changed, 318 insertions(+), 1759 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
 delete mode 100644 debian/patches/001-disable-rpath.patch
 create mode 100644 debian/patches/Fix-build-process-in-build-jails.patch
 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