File: README.packaging

package info (click to toggle)
fontconfig 2.15.0-2.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,040 kB
  • sloc: ansic: 33,007; sh: 5,570; makefile: 1,274; python: 706; sed: 16
file content (18 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
To build the current package:

 1) Clone the debian fontconfig repository:

    $ git clone -o debian https://salsa.debian.org/freedesktop-team/fontconfig.git
    $ cd fontconfig

 2) Mix in the upstream fontconfig repository objects:

    $ git remote add upstream git://anongit.freedesktop.org/git/fontconfig
    $ git fetch upstream

    This doesn't check the files out into the directory, it just
    adds the remote repository so that the objects are available

 3) Build the package

    $ git-buildpackage