:: Re: [Dng] My pinning list is gettin…
Top Page
Delete this message
Reply to this message
Author: Anto
Date:  
To: dng@lists.dyne.org
Subject: Re: [Dng] My pinning list is getting longer :)
On 05/03/15 19:36, Dragan FOSS wrote:
> On 03/ 5/15 06:38 PM, Anto wrote:
>> Unfortunately, your php5-fpm depends on init-system-helpers. So I can
>> not test that as I don't want to install init-system-helpers, which is
>
> Clean version of init-system-helpers, by Adam Borowski, is also in
> trios repo
> http://mirror.org.rs/trios/pool/non-systemd-testing/i/init-system-helpers/
>
>
> If you wish, you can safely add whole systemd-free repo (component
> "main" you can exclude from list)
> ---
> echo "deb http://mirror.org.rs/trios/ mia main non-systemd-testing" >>
> /etc/apt/sources.list.d/trios-non-systemd.list
> wget -qO - http://mirror.org.rs/mirror.org.rs.gpg.key | apt-key add -
>
> Preferences/pinning:
>
>
> Package: *
> Pin: origin "mirror.org.rs"
> Pin-Priority: 1001
>
> Package: *
> Pin: release a=jessie
> Pin-Priority: 800
>
> Package: systemd
> Pin: origin ""
> Pin-Priority: -1
>
> Package: systemd:i386
> Pin: origin ""
> Pin-Priority: -1
>
> Package: systemd-sysv
> Pin: origin ""
> Pin-Priority: -1
>
> Package: libsystemd0
> Pin: origin ""
> Pin-Priority: -1
>
> Package: libpam-systemd
> Pin: origin ""
> Pin-Priority: -1
>
> Package: libpam-systemd:i386
> Pin: origin ""
> Pin-Priority: -1
>
> Package: libsystemd0:i386
> Pin: origin ""
> Pin-Priority: -1
>
> Package: packagekit
> Pin: origin ""
> Pin-Priority: -1
>
> Package: network-manager
> Pin: origin ""
> Pin-Priority: -1
>
>


Thanks Dragan,

I was considering to switch to your repository a few weeks back. But I
am not confident enough. So in fact, below is how I found about that
dependency.

Kind regards,

Anto
----

# apt-get update
Hit http://mirror.org.rs mia InRelease
Hit http://mirror.org.rs mia/non-systemd-testing i386 Packages
Hit http://mirror.org.rs mia/main i386 Packages
Ign http://mirror.org.rs mia/main Translation-en_US
Ign http://mirror.org.rs mia/main Translation-en
Ign http://mirror.org.rs mia/non-systemd-testing Translation-en_US
Ign http://mirror.org.rs mia/non-systemd-testing Translation-en
Reading package lists... Done
#
# apt-get -u dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically
installed and are no longer required:
imagemagick-common libdb5.1 libgd2-xpm libjasper1 libjpeg8 liblcms2-2
liblqr-1-0 libltdl7 libmagickcore5 libmagickwand5 libonig2 libqdbm14
libtiff4 libxext6 ttf-dejavu-core
Use 'apt-get autoremove' to remove them.
Done
The following packages will be REMOVED:
php5-cli php5-fpm php5-imagick
The following packages will be upgraded:
bsdutils libdbus-1-3 php5-common php5-gd php5-sqlite
util-linux-locales uuid-runtime
7 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
Need to get 1,973 kB of archives.
After this operation, 16.8 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
#
# apt-cache depends php5-fpm
php5-fpm
Depends: <libapparmor1>
Depends: libbz2-1.0
Depends: libc6
Depends: libcomerr2
Depends: libdb5.3
Depends: libgssapi-krb5-2
Depends: libk5crypto3
Depends: libkrb5-3
Depends: libonig2
Depends: libpcre3
Depends: libqdbm14
Depends: libssl1.0.0
Depends: libxml2
Depends: zlib1g
Depends: init-system-helpers
Depends: mime-support
Depends: php5-common
Depends: php5-cli
Depends: <php5-json>
Depends: libmagic1
Depends: ucf
Depends: tzdata
Suggests: php-pear
#