apt-package-safelist icon indicating copy to clipboard operation
apt-package-safelist copied to clipboard

APT whitelist request for libdiscid0-dev

Open dsvensson opened this issue 9 years ago • 14 comments

dsvensson avatar Dec 03 '15 21:12 dsvensson

_This is an automated comment._

Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/

travisbot avatar Dec 03 '15 22:12 travisbot

_This is an automated comment._

Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/

travisbot avatar Dec 04 '15 22:12 travisbot

The above commit does not contain libdiscid0-dev. libdiscid-dev is since earlier included in the list of allowed packages, but libdiscid0-dev is still missing.

dsvensson avatar Dec 05 '15 10:12 dsvensson

_This is an automated comment._

Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/

travisbot avatar Dec 05 '15 22:12 travisbot

Nopes.. libdiscid0-dev is still not in there.

dsvensson avatar Dec 05 '15 22:12 dsvensson

_This is an automated comment._

Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/

travisbot avatar Dec 06 '15 22:12 travisbot

Still not true.

dsvensson avatar Dec 06 '15 22:12 dsvensson

_This is an automated comment._

Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/

travisbot avatar Dec 07 '15 23:12 travisbot

Still not in there.

dsvensson avatar Dec 07 '15 23:12 dsvensson

_This is an automated comment._

Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/

travisbot avatar Dec 08 '15 22:12 travisbot

_This is an automated comment._

Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/

travisbot avatar Dec 10 '15 22:12 travisbot

_This is an automated comment._

Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/

travisbot avatar Dec 11 '15 22:12 travisbot

This package is called libdiscid-dev in precise, and libdiscid0-dev in trusty, this needs to be merged for the package to be usable when using "dist: trusty".

dsvensson avatar Jan 30 '16 14:01 dsvensson

It's not even working on precise. With

addons:
  apt:
    packages:
    - libdiscid-dev
    - nunit-console
dist: precise

I'm getting "E: Unable to locate package libdiscid-dev". While not blocking as such (I can require sudo and install libdiscid0-dev using apt-get myself), it would be a lot nicer if it worked via normal channels.

Zastai avatar Apr 20 '16 18:04 Zastai