[pkg-d-commits] [dub] branch upstream updated (9fe84b0 -> 4a7b626)

Matthias Klumpp mak at moszumanska.debian.org
Tue Jan 24 21:55:08 UTC 2017


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

mak pushed a change to branch upstream
in repository dub.

      from  9fe84b0   New upstream version 1.1.1
       new  4a7b626   New upstream version 1.2.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:
 .travis.yml                                        |   4 +-
 CHANGELOG.md                                       |  38 +++++-
 dub.sdl                                            |   4 +-
 dub.selections.json                                |   2 +-
 scripts/fish-completion/dub.fish                   |   2 +-
 source/dub/commandline.d                           |  48 ++++---
 source/dub/compilers/dmd.d                         |   1 +
 source/dub/compilers/utils.d                       |   3 +-
 source/dub/dependencyresolver.d                    |   6 +-
 source/dub/dub.d                                   | 100 +++++++++++----
 source/dub/generators/build.d                      |  17 +--
 source/dub/generators/sublimetext.d                |   1 +
 source/dub/init.d                                  |   8 +-
 source/dub/internal/vibecompat/data/json.d         |  40 +++---
 .../dub/internal/vibecompat/data/serialization.d   |   2 +-
 source/dub/internal/vibecompat/data/utils.d        |   2 +-
 source/dub/internal/vibecompat/inet/path.d         |   2 +-
 source/dub/internal/vibecompat/inet/url.d          |   2 +-
 source/dub/package_.d                              |  14 ++-
 source/dub/packagemanager.d                        |  10 +-
 source/dub/platform.d                              |   2 +-
 source/dub/project.d                               | 138 ++++++++++++++-------
 source/dub/version_.d                              |   2 +-
 test/issue1004-override-config.sh                  |   4 +
 .../.no_build                                      |   0
 .../source/b.d => issue1004-override-config/a/a.d} |   2 +-
 test/issue1004-override-config/a/dub.sdl           |   9 ++
 .../main/dub.sdl                                   |   1 -
 .../main/source/main.d}                            |   0
 test/issue1005-configuration-resolution.sh         |   4 +
 .../.no_build                                      |   0
 test/issue1005-configuration-resolution/a/dub.sdl  |  10 ++
 test/issue1005-configuration-resolution/b/dub.sdl  |   7 ++
 .../b/source/b.d                                   |   3 +
 test/issue1005-configuration-resolution/c/dub.sdl  |   2 +
 .../main/dub.sdl                                   |   6 +
 .../main/source/app.d                              |   2 +-
 test/issue1024-selective-upgrade.sh                |  15 +++
 .../.no_build                                      |   0
 .../a-1.0.0}/dub.sdl                               |   0
 test/issue1024-selective-upgrade/a-1.0.1/dub.sdl   |   2 +
 .../b-1.0.0}/dub.sdl                               |   2 +-
 test/issue1024-selective-upgrade/b-1.0.1/dub.sdl   |   2 +
 test/issue1024-selective-upgrade/main/dub.sdl      |   3 +
 44 files changed, 373 insertions(+), 149 deletions(-)
 create mode 100755 test/issue1004-override-config.sh
 copy test/{1-sourceLib-simple => issue1004-override-config}/.no_build (100%)
 copy test/{issue923-subpackage-deps/b/source/b.d => issue1004-override-config/a/a.d} (62%)
 create mode 100644 test/issue1004-override-config/a/dub.sdl
 copy test/{issue586-subpack-dep => issue1004-override-config}/main/dub.sdl (62%)
 copy test/{issue754-path-selection-fail/source/app.d => issue1004-override-config/main/source/main.d} (100%)
 create mode 100755 test/issue1005-configuration-resolution.sh
 copy test/{1-sourceLib-simple => issue1005-configuration-resolution}/.no_build (100%)
 create mode 100644 test/issue1005-configuration-resolution/a/dub.sdl
 create mode 100644 test/issue1005-configuration-resolution/b/dub.sdl
 create mode 100644 test/issue1005-configuration-resolution/b/source/b.d
 create mode 100644 test/issue1005-configuration-resolution/c/dub.sdl
 create mode 100644 test/issue1005-configuration-resolution/main/dub.sdl
 copy test/{issue923-subpackage-deps => issue1005-configuration-resolution}/main/source/app.d (75%)
 create mode 100755 test/issue1024-selective-upgrade.sh
 copy test/{1-sourceLib-simple => issue1024-selective-upgrade}/.no_build (100%)
 copy test/{issue754-path-selection-fail/a-1.0 => issue1024-selective-upgrade/a-1.0.0}/dub.sdl (100%)
 create mode 100644 test/issue1024-selective-upgrade/a-1.0.1/dub.sdl
 copy test/{issue754-path-selection-fail/a-1.0 => issue1024-selective-upgrade/b-1.0.0}/dub.sdl (64%)
 create mode 100644 test/issue1024-selective-upgrade/b-1.0.1/dub.sdl
 create mode 100644 test/issue1024-selective-upgrade/main/dub.sdl

-- 
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