File: README.source

package info (click to toggle)
fenics 1%3A2019.2.0.5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44 kB
  • sloc: makefile: 14
file content (8 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
Here is one way to build the FEniCS meta-package:

VER=`dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p'`
mkdir -p fenics-$VER
cd fenics-$VER
cp -a ../debian .
rm -rf debian/.svn
dpkg-buildpackage