##// END OF EJS Templates
pyoxidizer: pass arch to WiXInstaller()...
pyoxidizer: pass arch to WiXInstaller() We just upgraded Windows automation to PyOxidizer 0.17.0. This version of PyOxidizer changed the behavior of WiX installers so installer architecture defaulted to "x64" (before it defaulted to the target of the pyoxidizer.exe binary). To allow controlling the architecture of the installer, the `arch` argument was added to `WiXInstaller`. This commit passes that argument in. Differential Revision: https://phab.mercurial-scm.org/D11358

File last commit:

r47270:c82d6363 default
r48698:07f3f154 stable
Show More
control
43 lines | 1.2 KiB | text/plain | DebianControlLexer
Gregory Szorc
packaging: move contrib/debian to contrib/packaging/...
r38029 Source: mercurial
Section: vcs
Priority: optional
Maintainer: Mercurial Developers <mercurial-devel@mercurial-scm.org>
Build-Depends:
debhelper (>= 9),
dh-python,
less,
netbase,
Denis Laxalde
packaging: upgrade Debian packaging to build with Python 3...
r43615 python3-all,
python3-all-dev,
python3-docutils,
Gregory Szorc
packaging: move contrib/debian to contrib/packaging/...
r38029 unzip,
zip
Standards-Version: 3.9.4
Denis Laxalde
packaging: upgrade Debian packaging to build with Python 3...
r43615 X-Python3-Version: >= 3.5
Gregory Szorc
packaging: move contrib/debian to contrib/packaging/...
r38029
Package: mercurial
Depends:
Denis Laxalde
packaging: ship only a single binary Debian package...
r43627 sensible-utils,
Gregory Szorc
packaging: move contrib/debian to contrib/packaging/...
r38029 ${shlibs:Depends},
${misc:Depends},
Denis Laxalde
packaging: upgrade Debian packaging to build with Python 3...
r43615 ${python3:Depends},
Denis Laxalde
packaging: ship only a single binary Debian package...
r43627 Recommends: ca-certificates
Suggests: wish
Denis Laxalde
packaging: remove version info from Breaks+Replaces in Debian package...
r43640 Replaces: mercurial-common
Breaks: mercurial-common
Kyle Lippincott
packaging: add Provides: python3-mercurial and Homepage to debian package...
r47270 Provides: python3-mercurial
Gregory Szorc
packaging: move contrib/debian to contrib/packaging/...
r38029 Architecture: any
Kyle Lippincott
packaging: add Provides: python3-mercurial and Homepage to debian package...
r47270 Homepage: https://www.mercurial-scm.org/
Gregory Szorc
packaging: move contrib/debian to contrib/packaging/...
r38029 Description: fast, easy to use, distributed revision control tool.
Mercurial is a fast, lightweight Source Control Management system designed
for efficient handling of very large distributed projects.
.
Its features include:
* O(1) delta-compressed file storage and retrieval scheme
* Complete cross-indexing of files and changesets for efficient exploration
of project history
* Robust SHA1-based integrity checking and append-only storage model
* Decentralized development model with arbitrary merging between trees
* Easy-to-use command-line interface
* Integrated stand-alone web interface
* Small Python codebase