1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
This package is maintained with git-buildpackage(1). It follows DEP-14 for
branch naming (e.g. using debian/sid for the current version in Debian
unstable).
It uses pristine-tar(1) to store enough information in git to generate bit
identical tarballs when building the package without having downloaded an
upstream tarball first.
The source includes currently an additional tarball for the required source of
qhexedit2. This tarball is generated from the git tree based on
https://github.com/lancos/qhexedit2/tree/5f3ca79dbe8c765b685636a1751d242a6bfabb7d
The upstream folder doc/ is removed (as it contains non DFSG compatible
minimised JS code of JQuery which isn't needed at all).
The source under https://github.com/lancos/qhexedit2 is an fork of qhexedit2
from https://github.com/Simsys/qhexedit2 with some additional modifications.
So far known while packaging qhexedit2 isn't packaged in Debian yet.
When working with patches it is recommended to use "gbp pq import" to import
the patches, modify the source and then use "gbp pq export --commit" to commit
the modifications.
The changelog is generated using "gbp dch" so if you submit any changes don't
bother to add changelog entries but rather provide a nice git commit message
that can then end up in the changelog.
It is recommended to build the package with pbuilder using:
gbp buildpackage --git-pbuilder
For information on how to set up a pbuilder environment see the git-pbuilder(1)
manpage. In short:
DIST=sid git-pbuilder create
gbp clone https://salsa.debian.org/pk-electronics-team/ponyprog.git
cd ponyprog
gbp buildpackage --git-pbuilder
-- Carsten Schoenert <c.schoenert> Sun, 20 Jan 2019 11:30:00 +0100
|