File: README.source

package info (click to toggle)
pyethash 0.1.27-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 236 kB
  • sloc: ansic: 1,954; python: 97; cpp: 27; sh: 16; makefile: 6
file content (45 lines) | stat: -rw-r--r-- 1,415 bytes parent folder | download | duplicates (3)
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
39
40
41
42
43
44
45
====================================
Debian source package for ‘pyethash’
====================================

Build source package from VCS
=============================

The source for the Debian packaging is managed in the ‘master’ branch
of the Git repository.

To build the source package from the Git VCS:

* Get the upstream source::

      $ debian/rules get-packaged-orig-source

  Ensure the upstream source is placed where Git-BuildPackage will
  find it for building the Debian source package.

* Finalise the latest release in the Debian changelog::

      $ debchange --release ""

  This is needed temporarily to build the source package with Debian
  packaging tools.

  While developing the package, do not commit to the VCS any Debian
  changelog that has any content in the release trailer for the latest
  entry.

  Until that release is ready to finalise, it has not been uploaded to
  Debian and so does not have a correct distribution, uploader, or
  release timestamp. The header and trailer for the entry should
  remain open during development to reflect this.

* Build the source package with Git-BuildPackage::

      $ gbp buildpackage

  Git-BuildPackage is configured (via the ‘debian/gbp.conf’ file) to
  build the source package by overlaying the Debian packaging files
  onto the upstream source.


 -- Ben Finney <bignose@debian.org>, Sat, 19 Aug 2017 16:06:28 +1000