diff options
author | Thomas Bushnell <tb@debian.org> | 2006-10-28 02:27:38 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:36 -0800 |
commit | 42b030dea67e289f61620918bfc3202ef75fa00e (patch) | |
tree | e14b204db2d6014fde68f689a919acd92d65fc07 | |
parent | 47f059b59bbf83867fc40065343727bc85081368 (diff) | |
download | scm-42b030dea67e289f61620918bfc3202ef75fa00e.tar.gz scm-42b030dea67e289f61620918bfc3202ef75fa00e.zip |
Import Debian changes 5e3-5debian/5e3-5
scm (5e3-5) unstable; urgency=low
* build.scm (build: C-libraries): Duplicate linux section for linux-ia64.
-rw-r--r-- | build.scm | 10 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 16 insertions, 0 deletions
@@ -558,6 +558,16 @@ (nostart linux "" "" #f () ()) (dump linux "" "" #f ("unexelf.c" "gmalloc.c") ()) + (m linux-ia64 "" "-lm" "/lib/libm.so" () ()) + (c linux-ia64 "" "-lc" "/lib/libc.so" () ()) + (dlll linux-ia64 "-DSUN_DL" "-ldl" #f () ()) + (regex linux-ia64 "" "" "" () ()) + (graphics linux-ia64 "-I/usr/include/X11 -DX11" "-L/usr/X11R6/lib -lX11" + "/usr/X11R6/lib/libX11.so" () ()) + (curses linux-ia64 "" "-lcurses" "/lib/libncurses.so" () ()) + (nostart linux-ia64 "" "" #f () ()) + (dump linux-ia64 "" "" #f ("unexelf.c" "gmalloc.c") ()) + (dump irix "" "-G 0" #f () ()) (m acorn-unixlib "" "" #f () ()) diff --git a/debian/changelog b/debian/changelog index a5ec543..0e6fc36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +scm (5e3-5) unstable; urgency=low + + * build.scm (build: C-libraries): Duplicate linux section for linux-ia64. + + -- Thomas Bushnell, BSG <tb@debian.org> Sat, 28 Oct 2006 02:27:38 -0700 + scm (5e3-4) unstable; urgency=low * debian/rules (PLATFORM): New variable, to hold the SCM platform name; |