Commit Graph

10 Commits

Author SHA1 Message Date
Jun Wu
248f2ce38f contrib: fix changelog
This breaks the latest check-code.
2017-02-14 17:22:39 -08:00
Kyle Lippincott
5c73644ae8 debian: Do not package hgext3rd/__init__.py
When installed into a path like /usr/lib/python2.7/dist-packages, this file
conflicts with the hgext3rd/__init__.py from mercurial itself.  Let's keep the
mercurial version the canonical one, and just skip packaging this one.

I added a warning to this repo's __init__.py about behavior divergences between
this __init__.py and mercurial's version.
2016-12-19 16:34:49 -08:00
Augie Fackler
d4d945e7a9 debian: add missing dependencies so that cdatapack builds 2016-10-18 16:29:33 -07:00
Augie Fackler
b1c766405d debian: package should be marked as "any" not "all"
The package now has a dependency on a .so, so it's
architecture-specific now. Technically we should split the
architecture-specific and architecture-independent bits into separate
packages, but I don't want to bother with that for a one-off package
script like this.
2016-10-18 16:29:33 -07:00
Augie Fackler
d28dbe3290 builddeb: make it possible to do only the preparation steps of building a deb
This makes some types of debugging easier, and also makes it easier to
build debian packages with a nonstandard pipeline.
2016-10-18 16:29:33 -07:00
Rodrigo Damazio Bovendorp
bfb9b1b184 Making deb file construction only include remotefilelog 2016-10-13 09:15:15 -07:00
Augie Fackler
ee90e218a4 debian: mark us as breaking hg older than 3.5, and enhancing mercurial
Doing this rather than depending on Mercurial will allow developers of
Mercurial to have this package installed without having to do
something awkward to not also get Mercurial from their distro.
2015-09-14 12:37:07 -04:00
Augie Fackler
26c3dd960f builddeb: use a + before latesttagdistance instead of -
This matches the behavior of Mercurial itself.
2015-09-14 12:34:45 -04:00
Augie Fackler
22754f44c5 debian: mark architecture as "all"
We don't have any architecture-specific files, so we can use one deb
for all platforms.
2015-09-14 12:30:35 -04:00
Augie Fackler
5495152039 contrib: new rules for building a debian package of remotefilelog
To build it, simply do `bash contrib/builddeb`, which will build a
debian package for the current host system.
2015-09-10 11:01:36 -04:00