File: README.packaging

package info (click to toggle)
fontconfig 2.11.0-6.7
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 14,344 kB
  • ctags: 2,449
  • sloc: ansic: 28,283; sh: 14,711; makefile: 1,017
file content (18 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (3)
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 ssh://git.debian.org/git/pkg-freedesktop/fontconfig-debian fontconfig
    $ 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