~jcowgill/ubuntu/trusty/easytag/bug-1295882

« back to all changes in this revision

Viewing changes to build-aux/config.sub

  • Committer: Package Import Robot
  • Author(s): James Cowgill, James Cowgill, Alessio Treglia
  • Date: 2014-02-28 15:50:09 UTC
  • mfrom: (8.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140228155009-o7quqdw3qlldw98q
Tags: 2.1.10-1
* Team upload.

[ James Cowgill ]
* New upstream release (Closes: #560813, #500051, #518955, #727811).
* Add myself to the list of uploaders.
* Use debhelper v9.
* debian/control:
  - Build depend on desktop-file-utils and yelp-tools.
  - Recommend on gnome-icon-theme, gvfs and yelp (thanks David King)
  - Update homepage location.
  - Bump standards to 3.9.5 (no changes required).
* debian/copyright:
  - Rewritten to use DEP-5
* debian/rules:
  - Enable all hardening flags.
  - Remove unnecessary dh overrides.
* debian/patches:
  - Remove 1001-c90_style.patch, applied upstream.
  - Add patch to remove appdata from buildsystem.
    Can't use until appdata-tools is introduced into Debian.

[ Alessio Treglia ]
* Improve package description (Closes: #691687)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Configuration validation subroutine script.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
 
#   2011, 2012 Free Software Foundation, Inc.
6
 
 
7
 
timestamp='2012-10-10'
8
 
 
9
 
# This file is (in principle) common to ALL GNU software.
10
 
# The presence of a machine in this file suggests that SOME GNU software
11
 
# can handle that machine.  It does not imply ALL GNU software can.
12
 
#
13
 
# This file is free software; you can redistribute it and/or modify
14
 
# it under the terms of the GNU General Public License as published by
15
 
# the Free Software Foundation; either version 2 of the License, or
 
5
#   2011, 2012, 2013 Free Software Foundation, Inc.
 
6
 
 
7
timestamp='2012-12-29'
 
8
 
 
9
# This file is free software; you can redistribute it and/or modify it
 
10
# under the terms of the GNU General Public License as published by
 
11
# the Free Software Foundation; either version 3 of the License, or
16
12
# (at your option) any later version.
17
13
#
18
 
# This program is distributed in the hope that it will be useful,
19
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
20
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
 
# GNU General Public License for more details.
 
14
# This program is distributed in the hope that it will be useful, but
 
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
17
# General Public License for more details.
22
18
#
23
19
# You should have received a copy of the GNU General Public License
24
20
# along with this program; if not, see <http://www.gnu.org/licenses/>.
26
22
# As a special exception to the GNU General Public License, if you
27
23
# distribute this file as part of a program that contains a
28
24
# configuration script generated by Autoconf, you may include it under
29
 
# the same distribution terms that you use for the rest of that program.
30
 
 
31
 
 
32
 
# Please send patches to <config-patches@gnu.org>.  Submit a context
33
 
# diff and a properly formatted GNU ChangeLog entry.
 
25
# the same distribution terms that you use for the rest of that
 
26
# program.  This Exception is an additional permission under section 7
 
27
# of the GNU General Public License, version 3 ("GPLv3").
 
28
 
 
29
 
 
30
# Please send patches with a ChangeLog entry to config-patches@gnu.org.
34
31
#
35
32
# Configuration subroutine to validate and canonicalize a configuration type.
36
33
# Supply the specified configuration type as an argument.
74
71
GNU config.sub ($timestamp)
75
72
 
76
73
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
77
 
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
78
 
Free Software Foundation, Inc.
 
74
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 
75
2012, 2013 Free Software Foundation, Inc.
79
76
 
80
77
This is free software; see the source for copying conditions.  There is NO
81
78
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
259
256
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
260
257
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
261
258
        | am33_2.0 \
262
 
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
263
 
        | be32 | be64 \
 
259
        | arc \
 
260
        | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
 
261
        | avr | avr32 \
 
262
        | be32 | be64 \
264
263
        | bfin \
265
264
        | c4x | clipper \
266
 
        | d10v | d30v | dlx | dsp16xx | dvp \
 
265
        | d10v | d30v | dlx | dsp16xx \
267
266
        | epiphany \
268
267
        | fido | fr30 | frv \
269
268
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
811
810
                basic_machine=m68k-atari
812
811
                os=-mint
813
812
                ;;
814
 
        mipsEE* | ee | ps2)
815
 
                basic_machine=mips64r5900el-scei
816
 
                case $os in
817
 
                    -linux*)
818
 
                        ;;
819
 
                    *)
820
 
                        os=-elf
821
 
                        ;;
822
 
                esac
823
 
                ;;
824
 
        iop)
825
 
                basic_machine=mipsel-scei
826
 
                os=-irx
827
 
                ;;
828
 
        dvp)
829
 
                basic_machine=dvp-scei
830
 
                os=-elf
831
 
                ;;
832
813
        mips3*-*)
833
814
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
834
815
                ;;
1027
1008
                ;;
1028
1009
        ppc64)  basic_machine=powerpc64-unknown
1029
1010
                ;;
1030
 
        ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
1011
        ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
1031
1012
                ;;
1032
1013
        ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1033
1014
                basic_machine=powerpc64le-unknown
1042
1023
                basic_machine=i586-unknown
1043
1024
                os=-pw32
1044
1025
                ;;
1045
 
        rdos)
 
1026
        rdos | rdos64)
 
1027
                basic_machine=x86_64-pc
 
1028
                os=-rdos
 
1029
                ;;
 
1030
        rdos32)
1046
1031
                basic_machine=i386-pc
1047
1032
                os=-rdos
1048
1033
                ;;
1387
1372
              | -uxpv* | -beos* | -mpeix* | -udk* \
1388
1373
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1389
1374
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1390
 
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -irx* \
 
1375
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1391
1376
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1392
1377
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1393
1378
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \