File: README.source

package info (click to toggle)
libwildmagic 5.17%2Bcleaned1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 90,124 kB
  • sloc: cpp: 215,940; csh: 637; sh: 91; makefile: 40
file content (10 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
The packaging, although using the 3.0 format, still uses patch/unpatch
logic in the debian/rules file because it is required to patch the
source to just make clean. Indeed, the upstream Makefile_s have a
clean target that does not work because of a call to rmdir.

Therefore, to build the package it is necessary to first apply the
build-system-fixes patch, then invoke the clean target and finally
unpatch the source so that it returns to its upstream pristine state.

 -- Filippo Rusconi <lopippo@debian.org>, Fri,  4 Apr 2014 13:35:41 +0200