File: README.source

package info (click to toggle)
fpgatools 0.0%2B201212-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,176 kB
  • sloc: ansic: 25,528; makefile: 284; sh: 119; awk: 75
file content (10 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
This Debian package is developed in a Git repository. to build
from a git checkout:
  debian/rules get-orig-source # take commit from debian/changelog
  mv fpgatools_0.0+*.orig.tar.gz ..
  debuild

A quick how to generate symbols file:
  dpkg-gensymbols -plibfpga0 | patch -p0
  mv new_symbol_file  debian/libfpga0.symbols
  perl -pi -e 's/-\d.*//' debian/libfpga0.symbols