[pkg-d-commits] [dub] branch upstream updated (53ee328 -> 8ebabe6)

Matthias Klumpp mak at moszumanska.debian.org
Wed Jan 3 20:47:45 UTC 2018


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

mak pushed a change to branch upstream
in repository dub.

      from  53ee328   New upstream version 1.6.0
       new  8ebabe6   New upstream version 1.7.0

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:
 .github/issue_template.md                          |  10 +-
 .travis.yml                                        |   8 +-
 CHANGELOG.md                                       |   3 +
 dub.sdl                                            |   1 -
 dub.selections.json                                |  12 +-
 source/dub/commandline.d                           |  45 ++---
 source/dub/compilers/buildsettings.d               |  56 ++----
 source/dub/compilers/dmd.d                         |   4 +-
 source/dub/compilers/gdc.d                         |   2 +-
 source/dub/compilers/ldc.d                         |   2 +-
 source/dub/compilers/utils.d                       |  37 ++--
 source/dub/dependency.d                            | 107 ++++++-----
 source/dub/dependencyresolver.d                    |  65 +++++--
 source/dub/description.d                           |   5 +-
 source/dub/dub.d                                   | 199 ++++++++++++++-------
 source/dub/generators/build.d                      | 102 ++++++-----
 source/dub/generators/cmake.d                      |   4 +-
 source/dub/generators/generator.d                  |  16 +-
 source/dub/generators/sublimetext.d                |   3 +-
 source/dub/generators/targetdescription.d          |   2 +-
 source/dub/generators/visuald.d                    |  71 ++++----
 source/dub/init.d                                  |  10 +-
 source/dub/internal/sdlang/lexer.d                 |  54 +++---
 source/dub/internal/sdlang/token.d                 |  48 ++---
 source/dub/internal/utils.d                        |  38 ++--
 source/dub/internal/vibecompat/core/file.d         |  46 +++--
 source/dub/internal/vibecompat/data/json.d         |   6 +-
 .../dub/internal/vibecompat/data/serialization.d   |  16 +-
 source/dub/internal/vibecompat/inet/path.d         | 131 +++++++-------
 source/dub/internal/vibecompat/inet/url.d          |  22 +--
 source/dub/package_.d                              |  49 ++---
 source/dub/packagemanager.d                        | 110 ++++++------
 source/dub/packagesupplier.d                       |  46 +++--
 source/dub/platform.d                              | 121 ++++++-------
 source/dub/project.d                               |  52 ++++--
 source/dub/recipe/io.d                             |   8 +-
 source/dub/recipe/packagerecipe.d                  |   6 +-
 source/dub/recipe/sdl.d                            |   6 +-
 source/dub/semver.d                                |  50 +++---
 source/dub/version_.d                              |   2 +-
 test/issue1194-warn-wrong-subconfig.sh             |  14 ++
 .../.no_build                                      |   0
 test/issue1194-warn-wrong-subconfig/dub.sdl        |   8 +
 test/issue1194-warn-wrong-subconfig/source/app.d   |   1 +
 test/issue895-local-configuration.sh               |  72 +++++++-
 travis-ci.sh                                       |   2 +-
 46 files changed, 948 insertions(+), 724 deletions(-)
 create mode 100755 test/issue1194-warn-wrong-subconfig.sh
 copy test/{1-sourceLib-simple => issue1194-warn-wrong-subconfig}/.no_build (100%)
 create mode 100644 test/issue1194-warn-wrong-subconfig/dub.sdl
 create mode 100644 test/issue1194-warn-wrong-subconfig/source/app.d

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



More information about the pkg-d-commits mailing list