File: README.source

package info (click to toggle)
darknet 0.0.0%2Bgit20180914.61c9d02e-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 8,520 kB
  • sloc: ansic: 28,478; python: 310; makefile: 115; cpp: 105; xml: 83; sh: 43
file content (18 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
darknet for Debian
-----------------

## repack the git repo

The upstream doesn't provide a tarball release.
We directly pack from the git repo.
Please use "debian/rules get-orig-source" to generate the tarball.

## Fix relative path

The upstream uses relative path on several places. However we'd like to
install those config and data file to /usr/share/darknet. We provide a
script 'debian/tools/search_for_data_in_code.py to scan the data and source
code to generate the patch.

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Tue, 20 Nov 2018 13:49:55 +0800