File: watch

package info (click to toggle)
f2c 20100827-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,700 kB
  • ctags: 2,900
  • sloc: ansic: 26,850; sh: 246; makefile: 12
file content (16 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Netlib
# Unfortunately it is not easy to determine the version
# number from upstream.  It is contained in a source code
# file src/version.c
# http://www.netlib.org/f2c/index.html
# which can be directly accessed as
# http://www.netlib.org/f2c/src/version.c

## This runs the check for the current version.
# eval $(tail -4 debian/watch | sed 's/^#//' | sed 's/\\$//')

## This checks for the current version.
# wget --quiet -O- http://www.netlib.org/f2c/src/version.c \
#  | egrep F2C_version \
#  | sed 's/^[^"]*"//' \
#  | sed 's/".*$//'