[libx11-guitest-perl] branch master updated (fffd074 -> 0d21780)

Florian Schlichting fsfs at moszumanska.debian.org
Fri Apr 11 19:50:31 UTC 2014


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

fsfs pushed a change to branch master
in repository libx11-guitest-perl.

      from  fffd074   update changelog
      adds  9f4755c   Imported Upstream version 0.28
       new  633535a   Merge tag 'upstream/0.28'
       new  5b0b185   Import Upstream version 0.28
       new  b28a0b1   Update debian/copyright (new autotools files)
       new  e1be75c   Drop patches, all applied upstream
       new  aeb7022   Declare compliance with Debian Policy 3.9.5
       new  0d21780   prepare changelog for release

The 6 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:
 Changes                                            |   22 +-
 Common.h                                           |    6 +-
 GUITest.h                                          |    4 +-
 GUITest.pm                                         |   77 +-
 GUITest.xs                                         |   31 +-
 KeyUtil.c                                          |    4 +-
 KeyUtil.h                                          |    4 +-
 MANIFEST                                           |   11 +-
 META.json                                          |    6 +-
 META.yml                                           |    6 +-
 Makefile.PL                                        |   13 +-
 README                                             |   36 +-
 debian/changelog                                   |   11 +-
 debian/control                                     |    2 +-
 debian/copyright                                   |   55 +-
 debian/patches/01-fix-spelling-error.diff          |   16 -
 debian/patches/ccflags.patch                       |   27 -
 debian/patches/series                              |    3 -
 debian/patches/useless-dependency-on-libXext.patch |   18 -
 docs/Copying                                       |   42 +-
 docs/X11-GUITest.html                              |  930 ++--
 docs/X11-GUITest.txt                               |   36 +-
 eg/{ => extras}/FindControlVisually.pl             |    2 +-
 recorder/Makefile.in                               |  747 +++
 recorder/aclocal.m4                                | 1039 ++++
 recorder/config.h.in                               |   61 +
 recorder/configure                                 | 5789 ++++++++++++++++++++
 recorder/configure.ac                              |    4 +-
 recorder/depcomp                                   |  791 +++
 recorder/install-sh                                |  527 ++
 recorder/man/Makefile.in                           |  464 ++
 recorder/missing                                   |  215 +
 recorder/src/Makefile.in                           |  575 ++
 recorder/src/main.c                                |    4 +-
 recorder/src/main.h                                |    4 +-
 recorder/src/record.c                              |    4 +-
 recorder/src/record.h                              |    4 +-
 recorder/src/record_event.h                        |    4 +-
 recorder/src/script_file.c                         |    4 +-
 recorder/src/script_file.h                         |    4 +-
 t/test.t                                           |   72 +-
 41 files changed, 11081 insertions(+), 593 deletions(-)
 delete mode 100644 debian/patches/01-fix-spelling-error.diff
 delete mode 100644 debian/patches/ccflags.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/useless-dependency-on-libXext.patch
 rename eg/{ => extras}/FindControlVisually.pl (95%)
 create mode 100644 recorder/Makefile.in
 create mode 100644 recorder/aclocal.m4
 create mode 100644 recorder/config.h.in
 create mode 100755 recorder/configure
 create mode 100755 recorder/depcomp
 create mode 100755 recorder/install-sh
 create mode 100644 recorder/man/Makefile.in
 create mode 100755 recorder/missing
 create mode 100644 recorder/src/Makefile.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libx11-guitest-perl.git



More information about the Pkg-perl-cvs-commits mailing list