~ubuntu-branches/ubuntu/trusty/numdiff/trusty

« back to all changes in this revision

Viewing changes to .pc/fix-Makefile.patch/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Paolo Greppi
  • Date: 2013-09-17 21:19:34 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130917211934-b3oul22gubp4ehhp
Tags: 5.8.1-1
* New upstream release:
  - do not include the optional invariant sections clause of the GFDL and fix
    the lintian license-problem-gfdl-invariants error; closes: #709492
  - ndselect now recognizes the options -O and -D 
  - changed the long option --separator to --separators 
  - the options -s and -S support a larger set of escape sequences
  - detection of binary files
  - the short form of Numdiff option --dummy is not -D anymore, but -U
  - support for Unicode characters or whole strings as field delimiters
  - support for escape sequences in the currencies option
* Removed patches:
  - up-mkdir-manpages.patch that was integrated upstream
* fix lintian ancient-standards-version warning by updating the 
  Standards-Version field in debian/control
* fix the lintian hardening-no-relro warning by adding an
  override_dh_auto_configure in debian/rules
* update the machine-readable debian/copyright file to version 1.0 
  of the standard
* compile with -O0 as per upstream known issue with optimization and GMP;
  this causes a lintian hardening-no-fortify-functions but is required as
  long as this issue is not solved upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# !/bin/sh
2
2
#  Numdiff makefile
3
 
#  Copyright (C)  2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012  Ivano Primi  <ivprimi@libero.it>    
 
3
#  Copyright (C)  2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013  Ivano Primi  <ivprimi@libero.it>    
4
4
#
5
5
#   Copying and distribution of this file, with or without modification,
6
6
#   are permitted in any medium without royalty provided the copyright
10
10
 
11
11
PACKAGE=numdiff
12
12
PACKAGETWO=ndselect
13
 
VERSION=5.6.0
 
13
VERSION=5.8.1
14
14
 
15
15
SHELL=/bin/sh
16
16
.SUFFIXES:
71
71
# -L and -l options:
72
72
LIBS            =@LIBS@ @LIB_CLOCK_GETTIME@
73
73
 
74
 
OBJECTS= ./analyze.o ./arith.o ./cmpbuf.o ./cmpfns.o ./error.o ./exitfail.o ./flags.o ./getopt.o ./getopt1.o ./inout.o ./io.o ./main.o ./ndselect.o ./numutil.o ./options.o ./setmode.o ./side.o ./thrlist.o ./util.o ./xalloc-die.o ./xmalloc.o @LIBOBJS@
 
74
OBJECTS= ./analyze.o ./arith.o ./cmpbuf.o ./cmpfns.o ./error.o ./exitfail.o ./flags.o ./getopt.o ./getopt1.o ./inout.o ./io.o ./linesplit.o ./main.o ./ndselect.o ./numutil.o ./options.o ./setmode.o ./side.o ./thrlist.o ./util.o ./xalloc-die.o ./xmalloc.o @LIBOBJS@
75
75
 
76
 
OBJECTSONE=./analyze.o ./arith.o ./cmpbuf.o ./cmpfns.o ./error.o ./exitfail.o ./flags.o ./getopt.o ./getopt1.o ./inout.o ./io.o ./main.o ./numutil.o ./options.o ./setmode.o ./side.o ./thrlist.o ./util.o ./xalloc-die.o ./xmalloc.o @LIBOBJS@
77
 
SOURCESONE=$(srcdir)/analyze.c $(srcdir)/arith.c $(srcdir)/cmpbuf.c $(srcdir)/cmpfns.c $(srcdir)/error.c $(srcdir)/errors.c $(srcdir)/exitfail.c $(srcdir)/flags.c $(srcdir)/getopt.c $(srcdir)/getopt1.c $(srcdir)/inout.c $(srcdir)/io.c $(srcdir)/main.c $(srcdir)/new.c $(srcdir)/number.c $(srcdir)/numutil.c $(srcdir)/options.c $(srcdir)/read_line.c $(srcdir)/setmode.c $(srcdir)/side.c $(srcdir)/thrlist.c $(srcdir)/util.c $(srcdir)/xalloc-die.c $(srcdir)/xmalloc.c
78
 
OBJECTSTWO=./getopt.o ./getopt1.o ./ndselect.o
79
 
SOURCESTWO=$(srcdir)/getopt.c $(srcdir)/getopt1.c $(srcdir)/ndselect.c $(srcdir)/read_line.c
 
76
OBJECTSONE=./analyze.o ./arith.o ./cmpbuf.o ./cmpfns.o ./error.o ./exitfail.o ./flags.o ./getopt.o ./getopt1.o ./inout.o ./io.o ./linesplit.o ./main.o ./numutil.o ./options.o ./setmode.o ./side.o ./thrlist.o ./util.o ./xalloc-die.o ./xmalloc.o @LIBOBJS@
 
77
SOURCESONE=$(srcdir)/analyze.c $(srcdir)/arith.c $(srcdir)/cmpbuf.c $(srcdir)/cmpfns.c $(srcdir)/error.c $(srcdir)/errors.c $(srcdir)/exitfail.c $(srcdir)/flags.c $(srcdir)/getopt.c $(srcdir)/getopt1.c $(srcdir)/inout.c $(srcdir)/io.c $(srcdir)/linesplit.c $(srcdir)/main.c $(srcdir)/new.c $(srcdir)/number.c $(srcdir)/numutil.c $(srcdir)/options.c $(srcdir)/read_line.c $(srcdir)/setmode.c $(srcdir)/side.c $(srcdir)/thrlist.c $(srcdir)/util.c $(srcdir)/xalloc-die.c $(srcdir)/xmalloc.c
 
78
OBJECTSTWO=./getopt.o ./getopt1.o ./linesplit.o ./ndselect.o
 
79
SOURCESTWO=$(srcdir)/getopt.c $(srcdir)/getopt1.c $(srcdir)/linesplit.c $(srcdir)/ndselect.c $(srcdir)/read_line.c
80
80
DOCS=$(srcdir)/AUTHORS $(srcdir)/BUGS $(srcdir)/COPYING $(srcdir)/ChangeLog $(srcdir)/INSTALL $(srcdir)/NEWS $(srcdir)/README $(srcdir)/TODO 
81
81
TEXISRC=$(srcdir)/docs/numdiff.txi
82
82
FDLTEXI=$(srcdir)/docs/fdl.texi
196
196
        $(MKDIR) $(DESTDIR)$(BINDIR)
197
197
        $(MKDIR) $(DESTDIR)$(DOCDIR)
198
198
        $(MKDIR) $(DESTDIR)$(INFODIR)
 
199
        $(MKDIR) $(DESTDIR)$(MANDIR)
199
200
        $(MKDIR) $(IT_LOC_DIR)
200
201
 
201
202
install: installdirs html info pdf txt
299
300
        $(CP) $(srcdir)/getopt1.c $(srcdir)/$(PACKAGE)-$(VERSION)
300
301
        $(CP) $(srcdir)/inout.c $(srcdir)/$(PACKAGE)-$(VERSION)
301
302
        $(CP) $(srcdir)/io.c $(srcdir)/$(PACKAGE)-$(VERSION)
 
303
        $(CP) $(srcdir)/linesplit.c $(srcdir)/$(PACKAGE)-$(VERSION)
302
304
        $(CP) $(srcdir)/main.c $(srcdir)/$(PACKAGE)-$(VERSION)
303
305
        $(CP) $(srcdir)/ndselect.c $(srcdir)/$(PACKAGE)-$(VERSION)
304
306
        $(CP) $(srcdir)/new.c $(srcdir)/$(PACKAGE)-$(VERSION)
318
320
        $(CP) $(srcdir)/getopt.h $(srcdir)/$(PACKAGE)-$(VERSION)
319
321
        $(CP) $(srcdir)/getopt_int.h $(srcdir)/$(PACKAGE)-$(VERSION)
320
322
        $(CP) $(srcdir)/gettext.h $(srcdir)/$(PACKAGE)-$(VERSION)
 
323
        $(CP) $(srcdir)/linesplit.h $(srcdir)/$(PACKAGE)-$(VERSION)
321
324
        $(CP) $(srcdir)/ndselect.h $(srcdir)/$(PACKAGE)-$(VERSION)
322
325
        $(CP) $(srcdir)/number.h $(srcdir)/$(PACKAGE)-$(VERSION)
323
326
        $(CP) $(srcdir)/numdiff.h $(srcdir)/$(PACKAGE)-$(VERSION)