[Pkg-freeipa-devel] Bug#912202: Uses git in debian/rules

Andrey Rahmatullin wrar at debian.org
Mon Oct 29 07:51:25 GMT 2018


Package: src:freeipa
Version: 4.7.0~pre1+git20180411-1
Severity: serious

override_dh_clean: gencontrol
        dh_clean
        if [ -f /usr/bin/git ]; then \
            git checkout -- po; \
        fi


This is unacceptable for several reasons, main one being that the package FTBFS
on systems with /usr/bin/git.

You are also rewriting debian/control and you should remember that this is
forbidden if the file actually changes (and a no-op otherwise).



-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE= (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


More information about the Pkg-freeipa-devel mailing list