[pkg-haskell-tools] branch master updated (f76bf24 -> 2ec3267)

Joachim Breitner nomeata at moszumanska.debian.org
Thu Aug 13 11:47:31 UTC 2015


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

nomeata pushed a change to branch master
in repository pkg-haskell-tools.

      from  f76bf24   releasing package pkg-haskell-tools version 0.1
       new  c46eb8b   Use pandoc instead of help2man
       new  8b501e8   Add upgrade script
       new  0d4eacb   New script: what-to-build
       new  2f9c25d   New script: what-to-upgrade
       new  d27091e   New script: debian2dsc
       new  2ec3267   releasing package pkg-haskell-tools version 0.2

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:
 .gitignore                       |   3 +
 debian/changelog                 |   9 +++
 debian/control                   |   2 +-
 debian/docs                      |   1 +
 debian/pkg-haskell-tools.install |   1 +
 debian/rules                     |   9 ++-
 dht                              |  50 ++++++++++++-
 lib/DHT.pm                       |   8 ++
 scripts/debian2dsc               | 158 +++++++++++++++++++++++++++++++++++++++
 scripts/tag                      |  11 ++-
 scripts/upgrade                  | 102 +++++++++++++++++++++++++
 scripts/what-to-build            |  59 +++++++++++++++
 scripts/what-to-upgrade          |  83 ++++++++++++++++++++
 src/make-all.hs                  |   9 ++-
 14 files changed, 498 insertions(+), 7 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 debian/docs
 create mode 100755 scripts/debian2dsc
 create mode 100755 scripts/upgrade
 create mode 100755 scripts/what-to-build
 create mode 100755 scripts/what-to-upgrade

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



More information about the Pkg-haskell-commits mailing list