Commits on Source (11)
-
Sven Joachim authored
The -S option has been supported since dpkg-parsechangelog 1.17.0.
-
Sven Joachim authored
Seen in the build logs: configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-tslib, --disable-xfake, --disable-xfbdev These options were all removed in xserver 1.20.0. See commits 5c7ed785, 35fbcb3f and feed7e3f, respectively.
-
Sven Joachim authored
-
Sven Joachim authored
-
Sven Joachim authored
This file does not need to be executable, and when not building from git it won't be anyway due to source format 1.0.
-
Sven Joachim authored
Needed because the wrapper in xserver-xorg-legacy is setuid root.
-
Sven Joachim authored
For about two years, libegl1-mesa has been a dummy package pulling in libegl1, so only depend on the latter.
-
Sven Joachim authored
-
Sven Joachim authored
See "lintian-info -t xc-package-type-in-debian-control".
-
Sven Joachim authored
The overrides have been unused since commit 695262d9.
-
Sven Joachim authored
The files in the xorg-server.tar.xz tarball had random order, and the timestamps of patched and newly created files depended on the time of the build. Fix that with the --sort, --mtime and --clamp-mtime options of tar. Also ensure that the files in the tarball have sane permissions. There is still a problem if the builder uses a restrictive umask, as scripts may end up not world-executable, but for usual umask values like 022 or 002 as on the buildds the xorg-server.tar.xz should always come out identically. This also means that xorg-server should build fully reproducible now.
debian/rules.flags
100755 → 100644