~ubuntu-branches/debian/sid/ncurses/sid

« back to all changes in this revision

Viewing changes to test/programs

  • Committer: Package Import Robot
  • Author(s): Sven Joachim
  • Date: 2015-08-17 18:01:53 UTC
  • mfrom: (1.32.11)
  • Revision ID: package-import@ubuntu.com-20150817180153-ywf02awpkuzvqwdv
Tags: 6.0+20150810-1
* New upstream release.
  - Fix comparison against "/usr/include" in misc/gen-pkgconfig.in
    (Closes: #790548).
* Configure with "--with-abi-version=5", upstream defaults to abi 6 now.
* Configure with "--with-versioned-syms" (Closes: #788610).
  - Bump minimal versions of all symbols as well as shlibs to 6.
* After building the wide library, install it into a temporary
  scratchdir so that test/configure can find the necessary auxiliary
  files (see #786436).
* Drop the libncursesw5-dev build-dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: programs,v 1.25 2014/06/21 15:28:49 tom Exp $
 
1
# $Id: programs,v 1.26 2015/06/27 10:40:53 tom Exp $
2
2
##############################################################################
3
 
# Copyright (c) 2006-2013,2014 Free Software Foundation, Inc.                #
 
3
# Copyright (c) 2006-2014,2015 Free Software Foundation, Inc.                #
4
4
#                                                                            #
5
5
# Permission is hereby granted, free of charge, to any person obtaining a    #
6
6
# copy of this software and associated documentation files (the "Software"), #
86
86
test_instr      $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_instr
87
87
test_inwstr     $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_inwstr
88
88
test_opaque     $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_opaque
 
89
test_setupterm  $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_setupterm
89
90
test_vid_puts   $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_vid_puts
90
91
test_vidputs    $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   test_vidputs
91
92
testaddch       $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   testaddch