EnglishFrenchSpanish

Ad


OnWorks favicon

mercurial-buildpackage - Online in the Cloud

Run mercurial-buildpackage in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mercurial-buildpackage that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mercurial-buildpackage - Build a .deb package from source code under Mercurial control.

SYNOPSIS


mercurial-buildpackage [option] ...

DESCRIPTION


mercurial-buildpackage builds a .deb package from within a Mercurial repository. The
package is built either by use of pbuilder(1) or in-place, depending on the options.

OPTIONS


--version, -V

Output version and exit.

--verbose, -v

Increase verbosity level. Can be used several times.

--no-check-dependencies, -d

Do not check for missing build dependencies.

--include-source, -s, -sa

Force inclusion of upstream source.

--from-version changelogversion, -f changelogversion

Include all changelog entries from changelogversion.

--source-only, -S

Build the source only.

--configfile pbuilderconfigfile, -c pbuilderconfigfile

Use pbuilder(1) to build package in a chroot(8) specified in pbuilderconfigfile.

EXAMPLES


mercurial-buildpackage

Silently build a package in-place using debian/rules and dpkg-genchanges(1). The
complete build log will be placed in ../package_version_arch.build.

mercurial-buildpackage -s -f 1.2-3 -c /home/jps/lenny-pbuilderrc

Build a backport package for the Lenny release using pbuilder. The source and all
changelog entries since 1.2-3 are included in package.

REPOSITORY LAYOUT


Let us assume that your package is called mypack. The package repository should be
created by a regular hg init mypack command.

If mypack is a native package, then your repository will only have the usual default
branch and mercurial-buildpackage will only affect the .hgtags file when mercurial-
tagversion(1) is invoked to tag a release of mypack.

If mypack is a non-native package, then it will have a number of upstream tarballs, as
specified in dpkg-source(1). Let us assume that the upstream tarballs are
mypack_1.0.orig.tar.gz, mypack_1.0.orig-comp1.tar.bz2 and mypack_1.0.orig-comp2.tar.gz,
and that you therefore use package format 3.0 (quilt). mercurial-buildpackage will then
maintain the following branches.

mypack A branch containing the source from the main tarball.

comp1 A branch containing the source from the comp1 tarball.

comp2 A branch containing the source from the comp2 tarball.

pristine A branch containing additional information for recreating pristine upstream
tarballs.

upstream The combination of all upstream tarballs, as specified in dpkg-source(1).

default The branch for mainline package work. It will have all debian/patches applied
and the quilt .pc directory included as part of the repository.

So each upstream tarball will have its own branch which together with the pristine branch
are used by mercurial-pristinetar(1) to recreate pristine upstream tarballs.

The upstream branch is used by mercurial-importorig(1) to merge new upstream versions into
the mainline default branch; and by mercurial-port(1) to make alternative packages of
selected upstream versions, for instance for backporting.

In general, you should leave alone all the branches dealing with upsteam sources, and only
work in the default branch or branches created by mercurial-port(1) for porting.

OPERATIONAL OUTLINE


In-place building
fakeroot debian/rules clean
dpkg-source -i.hg -b mypack ..
debian/rules build
debian/rules binary
dpkg-genchanges > ../mypack_1.0-2_i386.changes

Chroot building
fakeroot debian/rules clean
dpkg-source -i.hg -b mypack ..
pbuilder --build --configfile ~/etc/sid-pbuilderrc ../mypack_1.0-2.dsc

Use mercurial-buildpackage online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 2
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 3
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 4
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 5
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 6
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • More »

Linux commands

Ad