[DHG_packages] branch master updated (fb639dc -> 478018c)

Marcel Fourné mfourne-guest at moszumanska.debian.org
Sun Aug 13 09:18:39 UTC 2017


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

mfourne-guest pushed a change to branch master
in repository DHG_packages.

      from  fb639dc   Merge branch 'master' of ssh://git.debian.org/git/pkg-haskell/DHG_packages
       new  478018c   mfourne packaged yi-0.13.7 and new dependencies

The 1 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:
 p/haskell-yi-core/debian/changelog                 |   5 +
 p/{agda => haskell-yi-core}/debian/compat          |   0
 p/haskell-yi-core/debian/control                   | 139 +++++++
 p/haskell-yi-core/debian/copyright                 |  12 +
 p/haskell-yi-core/debian/rules                     |   8 +
 p/{agda => haskell-yi-core}/debian/source/format   |   0
 p/haskell-yi-core/debian/watch                     |   2 +
 p/haskell-yi-frontend-pango/debian/changelog       |   5 +
 .../debian/compat                                  |   0
 p/haskell-yi-frontend-pango/debian/control         |  94 +++++
 p/haskell-yi-frontend-pango/debian/copyright       |  12 +
 p/haskell-yi-frontend-pango/debian/install         |  19 +
 p/haskell-yi-frontend-pango/debian/rules           |  10 +
 .../debian/source/format                           |   0
 p/haskell-yi-frontend-pango/debian/watch           |   2 +
 p/haskell-yi-frontend-vty/debian/changelog         |   5 +
 p/{agda => haskell-yi-frontend-vty}/debian/compat  |   0
 p/haskell-yi-frontend-vty/debian/control           |  85 ++++
 p/haskell-yi-frontend-vty/debian/copyright         |  12 +
 p/haskell-yi-frontend-vty/debian/rules             |   8 +
 .../debian/source/format                           |   0
 p/haskell-yi-frontend-vty/debian/watch             |   2 +
 p/haskell-yi-keymap-emacs/debian/changelog         |   5 +
 p/{agda => haskell-yi-keymap-emacs}/debian/compat  |   0
 p/haskell-yi-keymap-emacs/debian/control           |  88 ++++
 p/haskell-yi-keymap-emacs/debian/copyright         |  12 +
 p/haskell-yi-keymap-emacs/debian/rules             |   8 +
 .../debian/source/format                           |   0
 p/haskell-yi-keymap-emacs/debian/watch             |   2 +
 p/haskell-yi-keymap-vim/debian/changelog           |   5 +
 p/{agda => haskell-yi-keymap-vim}/debian/compat    |   0
 p/haskell-yi-keymap-vim/debian/control             | 100 +++++
 p/haskell-yi-keymap-vim/debian/copyright           |  12 +
 p/haskell-yi-keymap-vim/debian/install             | 463 +++++++++++++++++++++
 p/haskell-yi-keymap-vim/debian/rules               |  10 +
 .../debian/source/format                           |   0
 p/haskell-yi-keymap-vim/debian/watch               |   2 +
 p/haskell-yi-misc-modes/debian/changelog           |   5 +
 p/{agda => haskell-yi-misc-modes}/debian/compat    |   0
 p/haskell-yi-misc-modes/debian/control             |  77 ++++
 p/haskell-yi-misc-modes/debian/copyright           |  12 +
 p/haskell-yi-misc-modes/debian/rules               |   8 +
 .../debian/source/format                           |   0
 p/haskell-yi-misc-modes/debian/watch               |   2 +
 p/haskell-yi-mode-haskell/debian/changelog         |   5 +
 p/{agda => haskell-yi-mode-haskell}/debian/compat  |   0
 p/haskell-yi-mode-haskell/debian/control           |  74 ++++
 p/haskell-yi-mode-haskell/debian/copyright         |  12 +
 p/haskell-yi-mode-haskell/debian/rules             |   8 +
 .../debian/source/format                           |   0
 p/haskell-yi-mode-haskell/debian/watch             |   2 +
 p/haskell-yi-mode-javascript/debian/changelog      |   5 +
 .../debian/compat                                  |   0
 p/haskell-yi-mode-javascript/debian/control        |  80 ++++
 p/haskell-yi-mode-javascript/debian/copyright      |  12 +
 p/haskell-yi-mode-javascript/debian/rules          |   8 +
 .../debian/source/format                           |   0
 p/haskell-yi-mode-javascript/debian/watch          |   2 +
 p/yi/debian/changelog                              |   6 +
 p/yi/debian/control                                | 189 ++-------
 .../9734a8827ab5423242fc571d9b8e08c9763d4763.patch |  56 ---
 p/yi/debian/patches/man-page.diff                  |   4 +-
 p/yi/debian/patches/series                         |   1 -
 p/yi/debian/patches/xpm-icons.diff                 |  15 +-
 p/yi/debian/rules                                  |   2 -
 65 files changed, 1489 insertions(+), 223 deletions(-)
 create mode 100644 p/haskell-yi-core/debian/changelog
 copy p/{agda => haskell-yi-core}/debian/compat (100%)
 create mode 100644 p/haskell-yi-core/debian/control
 create mode 100644 p/haskell-yi-core/debian/copyright
 create mode 100755 p/haskell-yi-core/debian/rules
 copy p/{agda => haskell-yi-core}/debian/source/format (100%)
 create mode 100644 p/haskell-yi-core/debian/watch
 create mode 100644 p/haskell-yi-frontend-pango/debian/changelog
 copy p/{agda => haskell-yi-frontend-pango}/debian/compat (100%)
 create mode 100644 p/haskell-yi-frontend-pango/debian/control
 create mode 100644 p/haskell-yi-frontend-pango/debian/copyright
 create mode 100644 p/haskell-yi-frontend-pango/debian/install
 create mode 100755 p/haskell-yi-frontend-pango/debian/rules
 copy p/{agda => haskell-yi-frontend-pango}/debian/source/format (100%)
 create mode 100644 p/haskell-yi-frontend-pango/debian/watch
 create mode 100644 p/haskell-yi-frontend-vty/debian/changelog
 copy p/{agda => haskell-yi-frontend-vty}/debian/compat (100%)
 create mode 100644 p/haskell-yi-frontend-vty/debian/control
 create mode 100644 p/haskell-yi-frontend-vty/debian/copyright
 create mode 100755 p/haskell-yi-frontend-vty/debian/rules
 copy p/{agda => haskell-yi-frontend-vty}/debian/source/format (100%)
 create mode 100644 p/haskell-yi-frontend-vty/debian/watch
 create mode 100644 p/haskell-yi-keymap-emacs/debian/changelog
 copy p/{agda => haskell-yi-keymap-emacs}/debian/compat (100%)
 create mode 100644 p/haskell-yi-keymap-emacs/debian/control
 create mode 100644 p/haskell-yi-keymap-emacs/debian/copyright
 create mode 100755 p/haskell-yi-keymap-emacs/debian/rules
 copy p/{agda => haskell-yi-keymap-emacs}/debian/source/format (100%)
 create mode 100644 p/haskell-yi-keymap-emacs/debian/watch
 create mode 100644 p/haskell-yi-keymap-vim/debian/changelog
 copy p/{agda => haskell-yi-keymap-vim}/debian/compat (100%)
 create mode 100644 p/haskell-yi-keymap-vim/debian/control
 create mode 100644 p/haskell-yi-keymap-vim/debian/copyright
 create mode 100644 p/haskell-yi-keymap-vim/debian/install
 create mode 100755 p/haskell-yi-keymap-vim/debian/rules
 copy p/{agda => haskell-yi-keymap-vim}/debian/source/format (100%)
 create mode 100644 p/haskell-yi-keymap-vim/debian/watch
 create mode 100644 p/haskell-yi-misc-modes/debian/changelog
 copy p/{agda => haskell-yi-misc-modes}/debian/compat (100%)
 create mode 100644 p/haskell-yi-misc-modes/debian/control
 create mode 100644 p/haskell-yi-misc-modes/debian/copyright
 create mode 100755 p/haskell-yi-misc-modes/debian/rules
 copy p/{agda => haskell-yi-misc-modes}/debian/source/format (100%)
 create mode 100644 p/haskell-yi-misc-modes/debian/watch
 create mode 100644 p/haskell-yi-mode-haskell/debian/changelog
 copy p/{agda => haskell-yi-mode-haskell}/debian/compat (100%)
 create mode 100644 p/haskell-yi-mode-haskell/debian/control
 create mode 100644 p/haskell-yi-mode-haskell/debian/copyright
 create mode 100755 p/haskell-yi-mode-haskell/debian/rules
 copy p/{agda => haskell-yi-mode-haskell}/debian/source/format (100%)
 create mode 100644 p/haskell-yi-mode-haskell/debian/watch
 create mode 100644 p/haskell-yi-mode-javascript/debian/changelog
 copy p/{agda => haskell-yi-mode-javascript}/debian/compat (100%)
 create mode 100644 p/haskell-yi-mode-javascript/debian/control
 create mode 100644 p/haskell-yi-mode-javascript/debian/copyright
 create mode 100755 p/haskell-yi-mode-javascript/debian/rules
 copy p/{agda => haskell-yi-mode-javascript}/debian/source/format (100%)
 create mode 100644 p/haskell-yi-mode-javascript/debian/watch
 delete mode 100644 p/yi/debian/patches/9734a8827ab5423242fc571d9b8e08c9763d4763.patch

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



More information about the Pkg-haskell-commits mailing list