File: README.source

package info (click to toggle)
f2c 20240504-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,740 kB
  • sloc: ansic: 26,846; sh: 246; makefile: 12
file content (28 lines) | stat: -rw-r--r-- 715 bytes parent folder | download
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
f2c
---

The upstream sources are not in a nice tarball, and require some
manual processing.

To check for the latest upstream version:

  $ eval $(tail -4 debian/watch | sed 's/^#//' | sed 's/\\$//')

To get a new version, downloaded manually:

  $ wget2 --mirror --no-parent https://netlib.org/f2c

Then checkout the upstream branch, delete everything, move the new
stuff into place, manually delete any extraneous files, e.g.:

  msdos/
  mswin/
  libf2c.zip
  src.tgz
  src/index.html
  src/notice    # identical to src/Notice
  src/readme    # identical to src/README

commit, and tag.  To generate *.orig.tar.gz, see git-deborig(1).

 -- Barak A. Pearlmutter <bap@debian.org>, Wed,  8 Jul 2020 22:32:23 +0100