[ballz] branch master updated (aa6c912 -> fbee7e3)

Sylvain Beucler beuc at moszumanska.debian.org
Mon Jul 27 21:52:57 UTC 2015


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

beuc pushed a change to branch master
in repository ballz.

      from  aa6c912   Ready for pushing
       new  62f980e   Imported Upstream version 1.0.3
       new  dc353ff   Imported Upstream version 1.0.3
       new  f81a45c   Imported Upstream version 1.0.3
       new  ee22553   Merge tag 'upstream/1.0.3'
       new  fbee7e3   New upstream release

The 5 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:
 ChangeLog                                     |  10 +
 INSTALL                                       | 374 ++++++++++-
 Makefile.am                                   |   7 +-
 Makefile.in                                   | 403 +++++++-----
 README                                        |   5 +-
 aclocal.m4                                    | 889 +++++++++++++-------------
 acsite.m4                                     | 192 ++++++
 autogen.sh                                    |  21 -
 autotools/compile                             | 347 ++++++++++
 config.guess => autotools/config.guess        | 560 +++++++---------
 config.sub => autotools/config.sub            | 305 +++++----
 depcomp => autotools/depcomp                  | 531 +++++++++------
 autotools/install-sh                          | 527 +++++++++++++++
 autotools/missing                             | 215 +++++++
 bootstrap                                     |  37 ++
 configure                                     | 751 ++++++++++++++--------
 configure.ac                                  |  14 +-
 data/Makefile.in                              | 141 +++-
 debian/changelog                              |  10 +
 debian/compat                                 |   2 +-
 debian/control                                |  10 +-
 debian/watch                                  |   2 -
 desktop/Makefile.am                           |  12 -
 desktop/ballz.png                             | Bin 841 -> 0 bytes
 install-sh                                    | 251 --------
 missing                                       | 265 --------
 mkinstalldirs                                 |  40 --
 share/Makefile.am                             |  16 +
 {desktop => share}/Makefile.in                | 131 +++-
 share/appdata/ballz.appdata.xml               |  26 +
 {desktop => share/applications}/ballz.desktop |   0
 share/pixmaps/ballz.png                       | Bin 0 -> 1505 bytes
 src/Makefile.am                               |   2 +-
 src/Makefile.in                               | 391 ++++++-----
 34 files changed, 4158 insertions(+), 2329 deletions(-)
 create mode 100644 acsite.m4
 delete mode 100755 autogen.sh
 create mode 100755 autotools/compile
 rename config.guess => autotools/config.guess (77%)
 rename config.sub => autotools/config.sub (86%)
 rename depcomp => autotools/depcomp (50%)
 create mode 100755 autotools/install-sh
 create mode 100755 autotools/missing
 create mode 100755 bootstrap
 delete mode 100644 debian/watch
 delete mode 100644 desktop/Makefile.am
 delete mode 100644 desktop/ballz.png
 delete mode 100644 install-sh
 delete mode 100644 missing
 delete mode 100644 mkinstalldirs
 create mode 100644 share/Makefile.am
 rename {desktop => share}/Makefile.in (68%)
 create mode 100644 share/appdata/ballz.appdata.xml
 rename {desktop => share/applications}/ballz.desktop (100%)
 create mode 100644 share/pixmaps/ballz.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ballz.git



More information about the Pkg-games-commits mailing list