[berusky] branch master updated (56cc75c -> ae770d9)

Markus Koschany apo at moszumanska.debian.org
Sun Oct 8 14:30:03 UTC 2017


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

apo pushed a change to branch master
in repository berusky.

      from  56cc75c   Update berusky.png again.
       new  7708611   Start new changelog entry
       new  b3d0d08   New upstream version 1.7.1
       new  4a41db6   Updated version 1.7.1 from 'upstream/1.7.1'
       new  bd5f604   Drop 01-debianize.patch
       new  1415a2c   Drop 04-unfinished.patch
       new  4878360   Refresh 01-debianize.patch and 04-unfinished.patch.patch.
       new  35dabc5   Drop deprecated menu file and xpm icon.
       new  ffc8331   Remove override for dh_clean.
       new  a14939d   Switch to compat level 10.
       new  567315b   Install appdata file into /usr/share/metainfo
       new  5fd2114   Use https for Format field.
       new  5a9de59   Declare compliance with Debian Policy 4.1.1.
       new  a14bfb9   Remove chrpath from Build-Depends.
       new  0e495e4   Update changelog
       new  c83cc6f   Fix typo in de.po.
       new  b99c5c2   Release 1.7.1
       new  ae770d9   Fix appstream legacy format

The 17 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                                          |    4 +
 Makefile.am                                        |    2 +
 Makefile.in                                        |  243 ++--
 TODO                                               |    9 +
 aclocal.m4                                         |  416 ++++---
 autogen.sh                                         |  159 +++
 berusky.prj                                        |  157 +++
 configure                                          |   95 +-
 configure.in                                       |    4 +-
 debian/berusky.appdata.xml                         |   25 +
 debian/berusky.ico.uue                             |   21 -
 debian/changelog                                   |   16 +
 debian/compat                                      |    2 +-
 debian/control                                     |    7 +-
 debian/copyright                                   |    4 +-
 debian/install                                     |    3 +-
 debian/manpage/de.po                               |    2 +-
 debian/menu                                        |    6 -
 debian/patches/01-debianize.patch                  |   18 +-
 ...-unfinished.patch => 04-unfinished.patch.patch} |   38 +-
 debian/patches/05-no-editor.patch                  |    4 +-
 debian/patches/11-german-po.patch                  |    4 +-
 debian/patches/12-locale.patch                     |    4 +-
 debian/patches/series                              |    4 +-
 debian/rules                                       |   14 +-
 po/Makefile.in.in                                  |   22 +-
 po/berusky.pot                                     | 1287 --------------------
 setup-gettext                                      |  201 +++
 src/2d_graph.cpp                                   |   10 +-
 src/2d_graph.h                                     |    4 +-
 src/Makefile.in                                    |  250 ++--
 src/berusky_gui.cpp                                |   13 +-
 src/defines.h                                      |   23 +-
 src/editor.cpp                                     |   43 +-
 src/editor.h                                       |    4 +-
 src/ini.cpp                                        |    6 +-
 src/level_active.h                                 |    2 +-
 src/main.cpp                                       |   11 +-
 src/portability.h                                  |   10 +-
 src/profile.cpp                                    |    6 +-
 src/types.h                                        |    2 +-
 src/utils.cpp                                      |  133 +-
 src/utils.h                                        |    7 +-
 stamp-h.in                                         |    1 +
 44 files changed, 1409 insertions(+), 1887 deletions(-)
 create mode 100755 autogen.sh
 create mode 100644 berusky.prj
 create mode 100644 debian/berusky.appdata.xml
 delete mode 100644 debian/berusky.ico.uue
 delete mode 100644 debian/menu
 rename debian/patches/{04-unfinished.patch => 04-unfinished.patch.patch} (76%)
 delete mode 100644 po/berusky.pot
 create mode 100755 setup-gettext
 create mode 100644 stamp-h.in

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



More information about the Pkg-games-commits mailing list