[Pkg-wmaker-commits] [wmressel] branch master updated (085041e -> 3667c8c)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 27 21:43:38 UTC 2017


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

dtorrance-guest pushed a change to branch master
in repository wmressel.

      from  085041e   Import Debian changes 0.8-5.2
      adds  ad6bbf6   wmressel: Add version 0.8 to the repository.
      adds  e0570fa   wmressel: Remove generated configure script from git.
      adds  a3a9596   wmressel: Rename configure.in -> configure.ac.
      adds  1b1967f   wmressel: Remove obselete AC_C_CONST macro.
      adds  94822d5   wmressel: Use pkg-config to find libraries.
      adds  50f11ba   wmressel: Use automake.
      adds  8d2c424   wmressel: Use wmgeneral from libdockapp.
      adds  f7cb5cc   wmressel: Port to GTK+3.
      adds  ad60554   wmressel: Update GPL2 text.
      adds  534ccfc   Remove trailing whitespace
      adds  f0ce12c   wmressel: Update documentation.
      adds  9ec573d   wmressel: Bump to version 0.9.
       new  b84d1cd   Merge tag 'upstream/0.9' into master
       new  8053ae8   debian/compat: Bump debhelper compatibility level to 10.
       new  cdf732c   New maintainer (Closes: #873232).
       new  ce33585   debian/control: Bump versioned dependency on debhelper to >= 10.
       new  37c5045   debian/control: Remove unnecessary X libraries from Build-Depends.
       new  aa68f50   debian/control: Add pkg-config and libdockapp-dev to Build-Depends.
       new  e35f9d4   debian/control: Switch Build-Depends on libgtk2.0-dev to libgtk-3-dev.
       new  f5f7f2a   debian/control: Add Homepage and Vcs-* fields.
       new  7b0d2aa   debian/control: Bump Standards-Version to 4.1.0.
       new  a5ce6d0   debian/copyright: Update to DEP5 format.
       new  5e96cdc   debian/dirs: Remove unnecessary file.
       new  d75fb3a   debian/rules: Simplify to use dh.
       new  790e3f1   debian/watch: New file; add uscan support.
       new  768766c   debian/source/format: New file; use 3.0 (quilt).
       new  bb1863e   debian/control: Add misc:Depends to Depends.
       new  75e1258   debian/docs: Sort alphabetically.
       new  5e38962   debian/patches/manpage-section.patch: New patch; switch manpage section from 1x to 1.
       new  cd8e095   debian/patches/multiscreen-support.patch: Convert patch to quilt.
       new  13ce533   debian/rules: Append '-Wl,--as-needed' to LDFLAGS to avoid useless dependencies.
       new  e364b45   debian/rules: Use all hardening flags.
       new  3667c8c   debian/changelog: Add entry for version 0.9-1.

The 21 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:
 COPYING                                  |   42 +-
 ChangeLog                                |   13 +
 HINTS                                    |    2 +-
 INSTALL                                  |   12 +-
 Makefile                                 |   12 -
 Makefile.am                              |   11 +
 Makefile.in                              |   12 -
 README                                   |   18 +-
 TODO                                     |    2 +-
 aclocal.m4                               |  210 -
 configure                                | 7002 ------------------------------
 configure.ac                             |   20 +
 configure.in                             |   58 -
 debian/changelog                         |   36 +
 debian/compat                            |    2 +-
 debian/control                           |   20 +-
 debian/copyright                         |   39 +-
 debian/dirs                              |    2 -
 debian/docs                              |    2 +-
 debian/patches/manpage-section.patch     |   13 +
 debian/patches/multiscreen-support.patch |   16 +
 debian/patches/series                    |    2 +
 debian/rules                             |   83 +-
 debian/source/format                     |    1 +
 debian/watch                             |    2 +
 install-sh                               |  251 --
 src/Makefile                             |   17 -
 src/Makefile.in                          |   17 -
 src/wmgeneral/list.c                     |  169 -
 src/wmgeneral/list.h                     |   59 -
 src/wmgeneral/misc.c                     |  164 -
 src/wmgeneral/misc.h                     |    9 -
 src/wmgeneral/wmgeneral.c                |  365 --
 src/wmgeneral/wmgeneral.h                |   50 -
 src/wmressel.c                           |   21 +-
 wmressel.1x                              |   47 -
 36 files changed, 215 insertions(+), 8586 deletions(-)
 create mode 100644 ChangeLog
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 delete mode 100644 Makefile.in
 delete mode 100644 aclocal.m4
 delete mode 100755 configure
 create mode 100644 configure.ac
 delete mode 100644 configure.in
 delete mode 100644 debian/dirs
 create mode 100644 debian/patches/manpage-section.patch
 create mode 100644 debian/patches/multiscreen-support.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 create mode 100644 debian/watch
 delete mode 100755 install-sh
 delete mode 100644 src/Makefile
 delete mode 100644 src/Makefile.in
 delete mode 100644 src/wmgeneral/list.c
 delete mode 100644 src/wmgeneral/list.h
 delete mode 100644 src/wmgeneral/misc.c
 delete mode 100644 src/wmgeneral/misc.h
 delete mode 100644 src/wmgeneral/wmgeneral.c
 delete mode 100644 src/wmgeneral/wmgeneral.h
 delete mode 100644 wmressel.1x

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



More information about the Pkg-wmaker-commits mailing list