[pkg-d-commits] [dub] branch master updated (8fc582e -> abcfe39)

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


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

mak pushed a change to branch master
in repository dub.

      from  8fc582e   Finalize changelog for 1.6.0-1
       new  8ebabe6   New upstream version 1.7.0
       new  6d3609d   Update upstream source from tag 'upstream/1.7.0'
       new  bddb9b7   dub: Depend on default-d-compiler
       new  62246cd   Add back no-as-needed GDC linker hack: Certain configurations still need it (Closes: #884701)
       new  abcfe39   Finalize changelog for 1.7.0-1

The 5 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 +
 debian/build_dub.sh                                |   2 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   2 +-
 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 +-
 49 files changed, 959 insertions(+), 726 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