mate-desktop / mate-settings-daemon

MATE settings daemon
https://mate-desktop.org
GNU General Public License v2.0
43 stars 47 forks source link

work around for intltool to fix distcheck on debian #261

Closed yetist closed 5 years ago

yetist commented 5 years ago

Just a work around, use this PR, make distcheck on debian will pass.

More info can found here: https://github.com/mate-desktop/mate-settings-daemon/pull/259#issuecomment-462403038

yetist commented 5 years ago

Can't verify on travis-ci, debian sid package repository has trouble:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 libcanberra-gtk3-dev : Depends: libcanberra-gtk3-0 (= 0.30-7) but it is not going to be installed
                        Depends: libcanberra-dev (= 0.30-7) but it is not going to be installed
 libmatemixer-dev : Depends: libmatemixer0 (= 1.20.1-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Need to wait until it fixes.

raveit65 commented 5 years ago

I think this can be closed after debian.sh is added?

yetist commented 5 years ago

Using #262, distcheck on debian will pass, so close it.