[Pkg-wmaker-commits] [fookb] branch master updated (87ad823 -> 28be6dd)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Sep 10 23:21:06 UTC 2017


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

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

      from  87ad823   Import Debian changes 3.0-3.1
      adds  7d2a0f2   fookb: Add version 3.1 to repository.
      adds  dcec5ce   fookb: Remove generated configure script.
      adds  31d0b02   fookb: Rename configure.in -> configure.ac.
      adds  4007a5b   fookb: Use pkg-config to check for libraries.
      adds  ed6f33b   fookb: Use automake
      adds  d14b434   fookb: Rename VERSION to more standard ChangeLog.
      adds  c1cf2c0   fookb: Make WUtil required instead of optional.
      adds  c37040f   Remove trailing whitespace.
      adds  905308a   fookb: Fix error handling when reading XPM files.
      adds  c9fecdf   fookb: Port to libdockapp.
      adds  9785e30   fookb: Use libdockapp instead of X resource manager for command line options.
      adds  eb07245   fookb: Remove --enable-wmaker compile-time option.
      adds  0839da9   fookb: Add desktop entry file.
      adds  39e6720   fookb: Remove out-of-date check.sh script and empty test/foo file.
      adds  d0da84e   fookb: Update INSTALL.
      adds  ecda3ff   fookb: Update manpage.
      adds  f2a6cc8   fookb: Bump to version 4.0.
       new  707cf27   Merge tag 'upstream/4.0'
       new  03d73c8   debian/watch: New file; add uscan support.
       new  ecd53de   New maintainer (Closes: #874031).
       new  e330b46   debian/control: Remove unnecessary libsm-dev, libice-dev, libxext-dev, libxt-dev, and wmaker from Build-Depends.
       new  26cffe1   debian/control: Add pkg-config and libdockapp-dev to Build-Depends.
       new  524632b   debian/control: Bump Standards-Version to 4.1.0.
       new  8d8c1ed   debian/control: Add Homepage and Vcs-* fields.
       new  976120c   debian/control: Merge into a single binary package, fookb. We keep fookb-{plainx,wmaker} around as transitional packages.
       new  fad459e   debian/copyright: Update to DEP5 format.
       new  89abff2   debian/*.{dirs,manpages}: Remove files; installation of directories and manpages now handled by dh_auto_install as upstream now uses automake.
       new  fbe0bbc   debian/docs: Merge debian/fookb-*.docs files from old binary packages. Also remove VERSION, as it has been renamed to ChangeLog and so its installation is automatically handled by dh_installchangelogs.
       new  fadbb7c   debian/*.{post,pre}{inst,rm}: Remove maintainer scripts. They did nothing special, so we will use the default ones.
       new  eda109b   debian/*.menu: Remove deprecated Debian menu files.
       new  1802687   debian/examples: Merge debian/fookb-*.examples from old binary packages.
       new  1286d65   debian/README.Debian: Update with new config file instructions.
       new  3c96cfb   debian/rule: Update to use dh.
       new  e11d7c6   debian/install: New file; needed to install files while we still have the transitional packages.
       new  07961d5   debian/rules: Use all hardening flags.
       new  17a34e2   debian/source/format: New file; use 3.0 (quilt).
       new  28be6dd   debian/changelog: Add entry for version 4.0-1.

The 20 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                                  |  116 ++
 En.xpm                                     |   77 +
 INSTALL                                    |   58 +-
 Makefile.am                                |   14 +
 Makefile.in                                |   65 -
 README                                     |    3 +-
 Ru.xpm                                     |   79 +
 VERSION                                    |   63 -
 configure                                  | 2289 ----------------------------
 configure.ac                               |   22 +
 configure.in                               |  133 --
 copyright                                  |    3 +-
 debian/README.Debian                       |   11 +-
 debian/changelog                           |   46 +
 debian/control                             |   49 +-
 debian/copyright                           |   47 +-
 debian/{fookb-plainx.docs => docs}         |    3 +-
 debian/{fookb-wmaker.examples => examples} |    0
 debian/fookb-plainx.dirs                   |    3 -
 debian/fookb-plainx.examples               |    1 -
 debian/fookb-plainx.manpages               |    1 -
 debian/fookb-plainx.menu                   |    2 -
 debian/fookb-plainx.postinst               |   47 -
 debian/fookb-plainx.postrm                 |   36 -
 debian/fookb-plainx.preinst                |   42 -
 debian/fookb-plainx.prerm                  |   37 -
 debian/fookb-wmaker.dirs                   |    3 -
 debian/fookb-wmaker.docs                   |    6 -
 debian/fookb-wmaker.manpages               |    1 -
 debian/fookb-wmaker.menu                   |    2 -
 debian/fookb-wmaker.postinst               |   47 -
 debian/fookb-wmaker.postrm                 |   36 -
 debian/fookb-wmaker.preinst                |   42 -
 debian/fookb-wmaker.prerm                  |   37 -
 debian/install                             |    1 +
 debian/rules                               |   75 +-
 debian/source/format                       |    1 +
 debian/watch                               |    2 +
 fookb-plainx.1x                            |  141 --
 fookb-wmaker.1x                            |  141 --
 fookb.1x => fookb.1.in                     |   87 +-
 fookb.c                                    |  276 +---
 fookb.cf                                   |   17 +-
 fookb.desktop                              |    8 +
 fookb.h                                    |   11 +-
 fookb.resources                            |    7 -
 globals.c                                  |   22 -
 images.c                                   |   77 +-
 images.h                                   |   12 +-
 opts.c                                     |  109 --
 opts.h                                     |   23 +-
 params.c                                   |   85 +-
 params.h                                   |   13 +-
 sound.c                                    |    3 +-
 sound.h                                    |    2 +-
 xrmdb.h                                    |    7 -
 56 files changed, 655 insertions(+), 3886 deletions(-)
 create mode 100644 ChangeLog
 create mode 100644 En.xpm
 create mode 100644 Makefile.am
 delete mode 100644 Makefile.in
 create mode 100644 Ru.xpm
 delete mode 100644 VERSION
 delete mode 100755 configure
 create mode 100644 configure.ac
 delete mode 100644 configure.in
 rename debian/{fookb-plainx.docs => docs} (89%)
 rename debian/{fookb-wmaker.examples => examples} (100%)
 delete mode 100644 debian/fookb-plainx.dirs
 delete mode 100644 debian/fookb-plainx.examples
 delete mode 100644 debian/fookb-plainx.manpages
 delete mode 100644 debian/fookb-plainx.menu
 delete mode 100644 debian/fookb-plainx.postinst
 delete mode 100644 debian/fookb-plainx.postrm
 delete mode 100644 debian/fookb-plainx.preinst
 delete mode 100644 debian/fookb-plainx.prerm
 delete mode 100644 debian/fookb-wmaker.dirs
 delete mode 100644 debian/fookb-wmaker.docs
 delete mode 100644 debian/fookb-wmaker.manpages
 delete mode 100644 debian/fookb-wmaker.menu
 delete mode 100644 debian/fookb-wmaker.postinst
 delete mode 100644 debian/fookb-wmaker.postrm
 delete mode 100644 debian/fookb-wmaker.preinst
 delete mode 100644 debian/fookb-wmaker.prerm
 create mode 100644 debian/install
 create mode 100644 debian/source/format
 create mode 100644 debian/watch
 delete mode 100644 fookb-plainx.1x
 delete mode 100644 fookb-wmaker.1x
 rename fookb.1x => fookb.1.in (61%)
 create mode 100644 fookb.desktop
 delete mode 100644 fookb.resources
 delete mode 100644 globals.c
 delete mode 100644 opts.c
 delete mode 100644 xrmdb.h

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



More information about the Pkg-wmaker-commits mailing list