Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124627
Collapse All | Expand All

(-)file_not_specified_in_diff (-163 / +299 lines)
Line  Link Here
0
-- gpar2-0.3.orig/config.guess
0
++ gpar2-0.3/config.guess
Lines 1-9 Link Here
1
#! /bin/sh
1
#! /bin/sh
2
# Attempt to guess a canonical system name.
2
# Attempt to guess a canonical system name.
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5
#   Free Software Foundation, Inc.
5
6
6
timestamp='2006-02-23'
7
timestamp='2008-01-23'
7
8
8
# This file is free software; you can redistribute it and/or modify it
9
# This file is free software; you can redistribute it and/or modify it
9
# under the terms of the GNU General Public License as published by
10
# under the terms of the GNU General Public License as published by
Lines 55-62 Link Here
55
GNU config.guess ($timestamp)
56
GNU config.guess ($timestamp)
56
57
57
Originally written by Per Bothner.
58
Originally written by Per Bothner.
58
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
59
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
59
Free Software Foundation, Inc.
60
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
60
61
61
This is free software; see the source for copying conditions.  There is NO
62
This is free software; see the source for copying conditions.  There is NO
62
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
63
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
Lines 160-165 Link Here
160
	    arm*) machine=arm-unknown ;;
161
	    arm*) machine=arm-unknown ;;
161
	    sh3el) machine=shl-unknown ;;
162
	    sh3el) machine=shl-unknown ;;
162
	    sh3eb) machine=sh-unknown ;;
163
	    sh3eb) machine=sh-unknown ;;
164
	    sh5el) machine=sh5le-unknown ;;
163
	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
165
	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
164
	esac
166
	esac
165
	# The Operating System including object format, if it has switched
167
	# The Operating System including object format, if it has switched
Lines 210-216 Link Here
210
	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
212
	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
211
	exit ;;
213
	exit ;;
212
    macppc:MirBSD:*:*)
214
    macppc:MirBSD:*:*)
213
	echo powerppc-unknown-mirbsd${UNAME_RELEASE}
215
	echo powerpc-unknown-mirbsd${UNAME_RELEASE}
214
	exit ;;
216
	exit ;;
215
    *:MirBSD:*:*)
217
    *:MirBSD:*:*)
216
	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
218
	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
Lines 328-334 Link Here
328
    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
330
    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
329
	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
331
	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
330
	exit ;;
332
	exit ;;
331
    i86pc:SunOS:5.*:*)
333
    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
332
	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
334
	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
333
	exit ;;
335
	exit ;;
334
    sun4*:SunOS:6*:*)
336
    sun4*:SunOS:6*:*)
Lines 530-536 Link Here
530
		echo rs6000-ibm-aix3.2
532
		echo rs6000-ibm-aix3.2
531
	fi
533
	fi
532
	exit ;;
534
	exit ;;
533
    *:AIX:*:[45])
535
    *:AIX:*:[456])
534
	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
536
	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
535
	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
537
	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
536
		IBM_ARCH=rs6000
538
		IBM_ARCH=rs6000
Lines 770-775 Link Here
770
	case ${UNAME_MACHINE} in
772
	case ${UNAME_MACHINE} in
771
	    pc98)
773
	    pc98)
772
		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
774
		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
775
	    amd64)
776
		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
773
	    *)
777
	    *)
774
		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
778
		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
775
	esac
779
	esac
Lines 777-786 Link Here
777
    i*:CYGWIN*:*)
781
    i*:CYGWIN*:*)
778
	echo ${UNAME_MACHINE}-pc-cygwin
782
	echo ${UNAME_MACHINE}-pc-cygwin
779
	exit ;;
783
	exit ;;
780
    i*:MINGW*:*)
784
    *:MINGW*:*)
781
	echo ${UNAME_MACHINE}-pc-mingw32
782
	exit ;;
783
    i*:MSYS_NT-*:*:*)
784
	echo ${UNAME_MACHINE}-pc-mingw32
785
	echo ${UNAME_MACHINE}-pc-mingw32
785
	exit ;;
786
	exit ;;
786
    i*:windows32*:*)
787
    i*:windows32*:*)
Lines 790-801 Link Here
790
    i*:PW*:*)
791
    i*:PW*:*)
791
	echo ${UNAME_MACHINE}-pc-pw32
792
	echo ${UNAME_MACHINE}-pc-pw32
792
	exit ;;
793
	exit ;;
793
    x86:Interix*:[345]*)
794
    *:Interix*:[3456]*)
794
	echo i586-pc-interix${UNAME_RELEASE}
795
    	case ${UNAME_MACHINE} in
795
	exit ;;
796
	    x86)
796
    EM64T:Interix*:[345]*)
797
		echo i586-pc-interix${UNAME_RELEASE}
797
	echo x86_64-unknown-interix${UNAME_RELEASE}
798
		exit ;;
798
	exit ;;
799
	    EM64T | authenticamd)
800
		echo x86_64-unknown-interix${UNAME_RELEASE}
801
		exit ;;
802
	    IA64)
803
		echo ia64-unknown-interix${UNAME_RELEASE}
804
		exit ;;
805
	esac ;;
799
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
806
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
800
	echo i${UNAME_MACHINE}-pc-mks
807
	echo i${UNAME_MACHINE}-pc-mks
801
	exit ;;
808
	exit ;;
Lines 829-834 Link Here
829
	echo ${UNAME_MACHINE}-pc-minix
836
	echo ${UNAME_MACHINE}-pc-minix
830
	exit ;;
837
	exit ;;
831
    arm*:Linux:*:*)
838
    arm*:Linux:*:*)
839
	eval $set_cc_for_build
840
	if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
841
	    | grep -q __ARM_EABI__
842
	then
843
	    echo ${UNAME_MACHINE}-unknown-linux-gnu
844
	else
845
	    echo ${UNAME_MACHINE}-unknown-linux-gnueabi
846
	fi
847
	exit ;;
848
    avr32*:Linux:*:*)
832
	echo ${UNAME_MACHINE}-unknown-linux-gnu
849
	echo ${UNAME_MACHINE}-unknown-linux-gnu
833
	exit ;;
850
	exit ;;
834
    cris:Linux:*:*)
851
    cris:Linux:*:*)
Lines 947-952 Link Here
947
    x86_64:Linux:*:*)
964
    x86_64:Linux:*:*)
948
	echo x86_64-unknown-linux-gnu
965
	echo x86_64-unknown-linux-gnu
949
	exit ;;
966
	exit ;;
967
    xtensa*:Linux:*:*)
968
    	echo ${UNAME_MACHINE}-unknown-linux-gnu
969
	exit ;;
950
    i*86:Linux:*:*)
970
    i*86:Linux:*:*)
951
	# The BFD linker knows what the default object file format is, so
971
	# The BFD linker knows what the default object file format is, so
952
	# first see if it will tell us. cd to the root directory to prevent
972
	# first see if it will tell us. cd to the root directory to prevent
Lines 989-995 Link Here
989
	LIBC=gnulibc1
1009
	LIBC=gnulibc1
990
	# endif
1010
	# endif
991
	#else
1011
	#else
992
	#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
1012
	#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
993
	LIBC=gnu
1013
	LIBC=gnu
994
	#else
1014
	#else
995
	LIBC=gnuaout
1015
	LIBC=gnuaout
Lines 1205-1210 Link Here
1205
    SX-6:SUPER-UX:*:*)
1225
    SX-6:SUPER-UX:*:*)
1206
	echo sx6-nec-superux${UNAME_RELEASE}
1226
	echo sx6-nec-superux${UNAME_RELEASE}
1207
	exit ;;
1227
	exit ;;
1228
    SX-7:SUPER-UX:*:*)
1229
	echo sx7-nec-superux${UNAME_RELEASE}
1230
	exit ;;
1231
    SX-8:SUPER-UX:*:*)
1232
	echo sx8-nec-superux${UNAME_RELEASE}
1233
	exit ;;
1234
    SX-8R:SUPER-UX:*:*)
1235
	echo sx8r-nec-superux${UNAME_RELEASE}
1236
	exit ;;
1208
    Power*:Rhapsody:*:*)
1237
    Power*:Rhapsody:*:*)
1209
	echo powerpc-apple-rhapsody${UNAME_RELEASE}
1238
	echo powerpc-apple-rhapsody${UNAME_RELEASE}
1210
	exit ;;
1239
	exit ;;
Lines 1455-1463 Link Here
1455
the operating system you are using. It is advised that you
1484
the operating system you are using. It is advised that you
1456
download the most up to date version of the config scripts from
1485
download the most up to date version of the config scripts from
1457
1486
1458
  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
1487
  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1459
and
1488
and
1460
  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
1489
  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
1461
1490
1462
If the version you run ($0) is already up to date, please
1491
If the version you run ($0) is already up to date, please
1463
send the following data and any information you think might be
1492
send the following data and any information you think might be
1464
-- gpar2-0.3.orig/config.sub
1493
++ gpar2-0.3/config.sub
Lines 1-9 Link Here
1
#! /bin/sh
1
#! /bin/sh
2
# Configuration validation subroutine script.
2
# Configuration validation subroutine script.
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5
#   Free Software Foundation, Inc.
5
6
6
timestamp='2006-02-23'
7
timestamp='2008-01-16'
7
8
8
# This file is (in principle) common to ALL GNU software.
9
# This file is (in principle) common to ALL GNU software.
9
# The presence of a machine in this file suggests that SOME GNU software
10
# The presence of a machine in this file suggests that SOME GNU software
Lines 71-78 Link Here
71
version="\
72
version="\
72
GNU config.sub ($timestamp)
73
GNU config.sub ($timestamp)
73
74
74
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
75
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
75
Free Software Foundation, Inc.
76
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
76
77
77
This is free software; see the source for copying conditions.  There is NO
78
This is free software; see the source for copying conditions.  There is NO
78
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
79
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
Lines 240-254 Link Here
240
	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
241
	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
241
	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
242
	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
242
	| am33_2.0 \
243
	| am33_2.0 \
243
	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
244
	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
244
	| bfin \
245
	| bfin \
245
	| c4x | clipper \
246
	| c4x | clipper \
246
	| d10v | d30v | dlx | dsp16xx \
247
	| d10v | d30v | dlx | dsp16xx \
247
	| fr30 | frv \
248
	| fido | fr30 | frv \
248
	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
249
	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
249
	| i370 | i860 | i960 | ia64 \
250
	| i370 | i860 | i960 | ia64 \
250
	| ip2k | iq2000 \
251
	| ip2k | iq2000 \
251
	| m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \
252
	| m32c | m32r | m32rle | m68000 | m68k | m88k \
253
	| maxq | mb | microblaze | mcore | mep \
252
	| mips | mipsbe | mipseb | mipsel | mipsle \
254
	| mips | mipsbe | mipseb | mipsel | mipsle \
253
	| mips16 \
255
	| mips16 \
254
	| mips64 | mips64el \
256
	| mips64 | mips64el \
Lines 274-294 Link Here
274
	| pdp10 | pdp11 | pj | pjl \
276
	| pdp10 | pdp11 | pj | pjl \
275
	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
277
	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
276
	| pyramid \
278
	| pyramid \
277
	| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
279
	| score \
280
	| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
278
	| sh64 | sh64le \
281
	| sh64 | sh64le \
279
	| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
282
	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
280
	| sparcv8 | sparcv9 | sparcv9b \
283
	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
281
	| strongarm \
284
	| spu | strongarm \
282
	| tahoe | thumb | tic4x | tic80 | tron \
285
	| tahoe | thumb | tic4x | tic80 | tron \
283
	| v850 | v850e \
286
	| v850 | v850e \
284
	| we32k \
287
	| we32k \
285
	| x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
288
	| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
286
	| z8k)
289
	| z8k)
287
		basic_machine=$basic_machine-unknown
290
		basic_machine=$basic_machine-unknown
288
		;;
291
		;;
289
	m32c)
290
		basic_machine=$basic_machine-unknown
291
		;;
292
	m6811 | m68hc11 | m6812 | m68hc12)
292
	m6811 | m68hc11 | m6812 | m68hc12)
293
		# Motorola 68HC11/12.
293
		# Motorola 68HC11/12.
294
		basic_machine=$basic_machine-unknown
294
		basic_machine=$basic_machine-unknown
Lines 318-335 Link Here
318
	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
318
	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
319
	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
319
	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
320
	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
320
	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
321
	| avr-* \
321
	| avr-* | avr32-* \
322
	| bfin-* | bs2000-* \
322
	| bfin-* | bs2000-* \
323
	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
323
	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
324
	| clipper-* | craynv-* | cydra-* \
324
	| clipper-* | craynv-* | cydra-* \
325
	| d10v-* | d30v-* | dlx-* \
325
	| d10v-* | d30v-* | dlx-* \
326
	| elxsi-* \
326
	| elxsi-* \
327
	| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
327
	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
328
	| h8300-* | h8500-* \
328
	| h8300-* | h8500-* \
329
	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
329
	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
330
	| i*86-* | i860-* | i960-* | ia64-* \
330
	| i*86-* | i860-* | i960-* | ia64-* \
331
	| ip2k-* | iq2000-* \
331
	| ip2k-* | iq2000-* \
332
	| m32r-* | m32rle-* \
332
	| m32c-* | m32r-* | m32rle-* \
333
	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
333
	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
334
	| m88110-* | m88k-* | maxq-* | mcore-* \
334
	| m88110-* | m88k-* | maxq-* | mcore-* \
335
	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
335
	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
Lines 358-379 Link Here
358
	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
358
	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
359
	| pyramid-* \
359
	| pyramid-* \
360
	| romp-* | rs6000-* \
360
	| romp-* | rs6000-* \
361
	| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
361
	| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
362
	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
362
	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
363
	| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
363
	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
364
	| sparclite-* \
364
	| sparclite-* \
365
	| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
365
	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
366
	| tahoe-* | thumb-* \
366
	| tahoe-* | thumb-* \
367
	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
367
	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
368
	| tron-* \
368
	| tron-* \
369
	| v850-* | v850e-* | vax-* \
369
	| v850-* | v850e-* | vax-* \
370
	| we32k-* \
370
	| we32k-* \
371
	| x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
371
	| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
372
	| xstormy16-* | xtensa-* \
372
	| xstormy16-* | xtensa*-* \
373
	| ymp-* \
373
	| ymp-* \
374
	| z8k-*)
374
	| z8k-*)
375
		;;
375
		;;
376
	m32c-*)
376
	# Recognize the basic CPU types without company name, with glob match.
377
	xtensa*)
378
		basic_machine=$basic_machine-unknown
377
		;;
379
		;;
378
	# Recognize the various machine names and aliases which stand
380
	# Recognize the various machine names and aliases which stand
379
	# for a CPU type and a company and sometimes even an OS.
381
	# for a CPU type and a company and sometimes even an OS.
Lines 445-450 Link Here
445
		basic_machine=ns32k-sequent
447
		basic_machine=ns32k-sequent
446
		os=-dynix
448
		os=-dynix
447
		;;
449
		;;
450
	blackfin)
451
		basic_machine=bfin-unknown
452
		os=-linux
453
		;;
454
	blackfin-*)
455
		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
456
		os=-linux
457
		;;
448
	c90)
458
	c90)
449
		basic_machine=c90-cray
459
		basic_machine=c90-cray
450
		os=-unicos
460
		os=-unicos
Lines 477-484 Link Here
477
		basic_machine=craynv-cray
487
		basic_machine=craynv-cray
478
		os=-unicosmp
488
		os=-unicosmp
479
		;;
489
		;;
480
	cr16c)
490
	cr16)
481
		basic_machine=cr16c-unknown
491
		basic_machine=cr16-unknown
482
		os=-elf
492
		os=-elf
483
		;;
493
		;;
484
	crds | unos)
494
	crds | unos)
Lines 670-675 Link Here
670
		basic_machine=m68k-isi
680
		basic_machine=m68k-isi
671
		os=-sysv
681
		os=-sysv
672
		;;
682
		;;
683
	m68knommu)
684
		basic_machine=m68k-unknown
685
		os=-linux
686
		;;
687
	m68knommu-*)
688
		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
689
		os=-linux
690
		;;
673
	m88k-omron*)
691
	m88k-omron*)
674
		basic_machine=m88k-omron
692
		basic_machine=m88k-omron
675
		;;
693
		;;
Lines 685-690 Link Here
685
		basic_machine=i386-pc
703
		basic_machine=i386-pc
686
		os=-mingw32
704
		os=-mingw32
687
		;;
705
		;;
706
	mingw32ce)
707
		basic_machine=arm-unknown
708
		os=-mingw32ce
709
		;;
688
	miniframe)
710
	miniframe)
689
		basic_machine=m68000-convergent
711
		basic_machine=m68000-convergent
690
		;;
712
		;;
Lines 811-816 Link Here
811
		basic_machine=i860-intel
833
		basic_machine=i860-intel
812
		os=-osf
834
		os=-osf
813
		;;
835
		;;
836
	parisc)
837
		basic_machine=hppa-unknown
838
		os=-linux
839
		;;
840
	parisc-*)
841
		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
842
		os=-linux
843
		;;
814
	pbd)
844
	pbd)
815
		basic_machine=sparc-tti
845
		basic_machine=sparc-tti
816
		;;
846
		;;
Lines 912-917 Link Here
912
	sb1el)
942
	sb1el)
913
		basic_machine=mipsisa64sb1el-unknown
943
		basic_machine=mipsisa64sb1el-unknown
914
		;;
944
		;;
945
	sde)
946
		basic_machine=mipsisa32-sde
947
		os=-elf
948
		;;
915
	sei)
949
	sei)
916
		basic_machine=mips-sei
950
		basic_machine=mips-sei
917
		os=-seiux
951
		os=-seiux
Lines 923-928 Link Here
923
		basic_machine=sh-hitachi
957
		basic_machine=sh-hitachi
924
		os=-hms
958
		os=-hms
925
		;;
959
		;;
960
	sh5el)
961
		basic_machine=sh5le-unknown
962
		;;
926
	sh64)
963
	sh64)
927
		basic_machine=sh64-unknown
964
		basic_machine=sh64-unknown
928
		;;
965
		;;
Lines 1012-1017 Link Here
1012
		basic_machine=tic6x-unknown
1049
		basic_machine=tic6x-unknown
1013
		os=-coff
1050
		os=-coff
1014
		;;
1051
		;;
1052
	tile*)
1053
		basic_machine=tile-unknown
1054
		os=-linux-gnu
1055
		;;
1015
	tx39)
1056
	tx39)
1016
		basic_machine=mipstx39-unknown
1057
		basic_machine=mipstx39-unknown
1017
		;;
1058
		;;
Lines 1128-1134 Link Here
1128
	sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1169
	sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1129
		basic_machine=sh-unknown
1170
		basic_machine=sh-unknown
1130
		;;
1171
		;;
1131
	sparc | sparcv8 | sparcv9 | sparcv9b)
1172
	sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1132
		basic_machine=sparc-sun
1173
		basic_machine=sparc-sun
1133
		;;
1174
		;;
1134
	cydra)
1175
	cydra)
Lines 1217-1223 Link Here
1217
	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1258
	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1218
	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1259
	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1219
	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1260
	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1220
	      | -skyos* | -haiku* | -rdos*)
1261
	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1221
	# Remember, each alternative MUST END IN *, to match a version number.
1262
	# Remember, each alternative MUST END IN *, to match a version number.
1222
		;;
1263
		;;
1223
	-qnx*)
1264
	-qnx*)
Lines 1369-1374 Link Here
1369
# system, and we'll never get to this point.
1410
# system, and we'll never get to this point.
1370
1411
1371
case $basic_machine in
1412
case $basic_machine in
1413
        score-*)
1414
		os=-elf
1415
		;;
1416
        spu-*)
1417
		os=-elf
1418
		;;
1372
	*-acorn)
1419
	*-acorn)
1373
		os=-riscix1.2
1420
		os=-riscix1.2
1374
		;;
1421
		;;
Lines 1378-1386 Link Here
1378
	arm*-semi)
1425
	arm*-semi)
1379
		os=-aout
1426
		os=-aout
1380
		;;
1427
		;;
1381
    c4x-* | tic4x-*)
1428
        c4x-* | tic4x-*)
1382
        os=-coff
1429
        	os=-coff
1383
        ;;
1430
		;;
1384
	# This must come before the *-dec entry.
1431
	# This must come before the *-dec entry.
1385
	pdp10-*)
1432
	pdp10-*)
1386
		os=-tops20
1433
		os=-tops20
Lines 1406-1411 Link Here
1406
	m68*-cisco)
1453
	m68*-cisco)
1407
		os=-aout
1454
		os=-aout
1408
		;;
1455
		;;
1456
        mep-*)
1457
		os=-elf
1458
		;;
1409
	mips*-cisco)
1459
	mips*-cisco)
1410
		os=-elf
1460
		os=-elf
1411
		;;
1461
		;;
1412
-- gpar2-0.3.orig/gpar2.cc
1462
++ gpar2-0.3/gpar2.cc
Lines 1-5 Link Here
1
#include "gpar2.h"
1
#include "gpar2.h"
2
2
#include <libintl.h> 
3
3
4
int main(int argc, char *argv[])
4
int main(int argc, char *argv[])
5
{
5
{
6
-- gpar2-0.3.orig/debian/changelog
6
++ gpar2-0.3/debian/changelog
Lines 1-42 Link Here
1
gpar2 (0.3-1) unstable; urgency=low
1
gpar2 (0.3-2.3) unstable; urgency=medium
2
3
  * Non-maintainer upload.
4
  * Medium priority due to RC bugfix
5
  * include libintl.h, thank Peter Green
6
    -closes: #474795
7
  * Move homepage description to correct place
8
9
 -- Riku Voipio <riku.voipio@iki.fi>  Mon, 21 Apr 2008 17:18:33 +0300
10
11
gpar2 (0.3-2.2) unstable; urgency=low
12
13
  * Non-maintainer upload.
14
  * fix FTBFS by removing build-dep on non-existing libstdc++6-dev
15
    Closes: #444585
16
  * Depend on gnome-desktop-data (fixes #392472 which maintainer
17
    closed without fixing it...)
18
19
 -- Riku Voipio <riku.voipio@iki.fi>  Fri, 02 Nov 2007 23:08:04 +0200
2
20
3
  * Changed version to match policy
21
gpar2 (0.3-2.1) unstable; urgency=medium
4
22
5
 -- John Augustine <jaugustine@vivnet.net>  Mon, 27 Feb 2006 12:42:33 -0800
23
  * NMU
24
  * Fix postrm to test for programs before running them in purse. 
25
    Closes: #416757
6
26
7
gpar2 (0.3) unstable; urgency=low
27
 -- Joey Hess <joeyh@debian.org>  Fri, 30 Mar 2007 22:08:12 -0400
28
29
gpar2 (0.3-2) unstable; urgency=low
30
31
  * Add depends on desktop-file-utils and shared-mime-info (Closes: #392462). 
32
33
 -- Khalid El Fathi <invent@edena-fr.org>  Thu, 12 Oct 2006 15:33:13 +0200
34
35
gpar2 (0.3-1) unstable; urgency=low
8
36
9
  * Version 0.3 released
37
  * Initial release (Closes: #387813).
10
  * Changed general text outputs for English fluency
11
  * Changed Open dialog title to Open Recovery Volume
12
  * Changed Scanned files dialog text printing direction, prints text top to bottom
13
  * Changed Scanned files scrollbar policy from Automatic to Always
14
  * Fixed users being able to write to Scanned files window
15
  * Fixed Open dialog remaining open while Scanning Headers...
16
  * Fixed SegFault when performing Verify and no file is loaded
17
  * Fixed SegFault when performing Repair and no file is loaded
18
  * Fixed GlobalProgressBar, Scanned files, and Status not clearing when new volume loaded
19
  * Added Quit button to toolbar
20
  * Added MINIMAL original PAR(PAR1) support
21
  * Added 'application/x-par' system mime-type ready for packaging
22
  * Added auto-scrolling to Scanned files window, newest output is always visible
23
  * Added error funtion and dialogs for common errors while performing verify and repair
24
  * Added gnome-logo-icon-transparent.png to application
25
  * Added tooltips to Open, Verify, Repair, and Quit buttons
26
27
 -- Francois Lesueur <flesueur@users.sourceforge.net>  Sun, 26 Feb 2006 00:00:00 +0100
28
29
gpar2 (0.2) unstable; urgency=low
30
31
  * Version 0.2 released
32
  * Added detailed output about archived files
33
  * Fixed some bugs with the progress bars
34
  * Added a progress bar for the repair process
35
  
36
 -- Francois Lesueur <flesueur@users.sourceforge.net>  Thu, 3 Feb 2006 00:00:00 +0100
37
 
38
gpar2 (0.1) unstable; urgency=low
39
38
40
  * Initial alpha release
39
 -- Khalid El Fathi <invent@edena-fr.org>  Mon, 18 Sep 2006 10:21:31 +0200
41
40
42
 -- Francois Lesueur <flesueur@users.sourceforge.net>  Mon, 21 Nov 2005 00:00:00 +0100
41
++ gpar2-0.3/debian/compat
43
-- gpar2-0.3.orig/debian/compat
Line 1 Link Here
1
4
1
5
2
-- gpar2-0.3.orig/debian/control
2
++ gpar2-0.3/debian/control
Lines 1-18 Link Here
1
Source: gpar2
1
Source: gpar2
2
Section: utils
2
Section: utils
3
Priority: optional
3
Priority: optional
4
Maintainer: John Augustine <jaugustine@vivnet.net>
4
Maintainer: Khalid El Fathi <invent@edena-fr.org>
5
Build-Depends: debhelper (>= 4.1.0), autotools-dev, libsigc++-2.0-dev, libstdc++6-dev, libgtkmm-2.4-dev, libpar2-0-dev (>= 0.2), gnome-desktop-data
5
Build-Depends: debhelper (>= 5), autotools-dev, libgtkmm-2.4-dev, libpar2-0-dev (>= 0.2), libsigc++-2.0-dev
6
Standards-Version: 3.6.2
6
Standards-Version: 3.7.3
7
Homepage: http://sourceforge.net/projects/parchive/
7
8
8
Package: gpar2
9
Package: gpar2
9
Architecture: any
10
Architecture: any
10
Depends: libpar2-0 (>= 0.2), libsigc++-2.0-0c2 | libsigc++-2.0-0c2a, libstdc++6 (>= 3.4.4), libgtkmm-2.4-1c2 | libgtkmm-2.4-1c2a, gnome-desktop-data
11
Depends: ${shlibs:Depends}, desktop-file-utils, shared-mime-info, gnome-desktop-data
11
Description: A GUI for verifying and repairing PAR and PAR2 recovery sets
12
Description: A GUI for verifying and repairing PAR and PAR2 recovery sets
12
 A simple, easy to use graphical interface for verification and
13
 A simple, easy to use graphical interface for verification and repair of 
13
 repairation of PAR v1.0 and PAR v2.0(PAR2) recovery sets.  PAR1
14
 PAR v1.0 and PAR v2.0(PAR2) recovery sets. PAR1 support is currently minimal, 
14
 support is currently minimal, as it is deprecated this most
15
 as it is deprecated this most likely will not change, so do not expect the 
15
 likely will not change, so do not expect the headers, progress,
16
 headers, progress, output, and status to update when performing actions
16
 output, and status to update when performing actions on these.
17
 on these.
17
 GPar2 is based on GTKMM, a wrapper for GTK+, and requires the
18
 .
18
 standard par2 library, libpar2, to run.
19
-- gpar2-0.3.orig/debian/copyright
19
++ gpar2-0.3/debian/copyright
Lines 1-26 Link Here
1
This package was debianized by John Augustine <jaugustine@vivnet.net> on
1
This package was debianized by Khalid El Fathi <invent@edena-fr.org> on
2
Sun, 26 Feb 2006 04:38:29 -0800.
2
Mon, 18 Sep 2006 10:21:31 +0200.
3
3
4
It was downloaded from http://prdownloads.sf.net/parchive/gpar2-0.3.tar.gz?download
4
It was downloaded from http://sourceforge.net/projects/parchive/
5
5
6
Copyright Holder: (C) 2005 Francois LESUEUR
6
Upstream Author: Francois Lesueur <flesueur@users.sourceforge.net>
7
                  (C) 2006 John Augustine
7
                 John Augustine <jaugustine@vivnet.net>
8
9
Copyright: (C) 2005 Francois Lesueur <flesueur@users.sourceforge.net>
10
           (C) 2006 John Augustine <jaugustine@vivnet.net>
8
11
9
License:
12
License:
10
13
11
  This program is free software; you can redistribute it and/or modify
14
   This package is free software; you can redistribute it and/or modify
12
  it under the terms of the GNU General Public License as published by
15
   it under the terms of the GNU General Public License as published by
13
  the Free Software Foundation; either version 2 of the License, or
16
   the Free Software Foundation; either version 2 of the License, or
14
  (at your option) any later version.
17
   (at your option) any later version.
15
18
16
  This program is distributed in the hope that it will be useful,
19
   This package is distributed in the hope that it will be useful,
17
  but WITHOUT ANY WARRANTY; without even the implied warranty of
20
   but WITHOUT ANY WARRANTY; without even the implied warranty of
18
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
  GNU General Public License for more details.
22
   GNU General Public License for more details.
20
23
21
  You should have received a copy of the GNU General Public License
24
   You should have received a copy of the GNU General Public License
22
  along with this package; if not, write to the Free Software
25
   along with this package; if not, write to the Free Software
23
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
26
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
24
27
25
On Debian systems, the complete text of the GNU General
28
The Debian packaging is (C) 2006, Khalid El Fathi <invent@edena-fr.org> and
26
Public License can be found in `/usr/share/common-licenses/GPL'.
29
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
27
-- gpar2-0.3.orig/debian/dirs
30
++ gpar2-0.3/debian/dirs
Lines 1-4 Link Here
1
usr/bin
1
usr/bin
2
usr/share/mime/packages
3
usr/share/applications
2
usr/share/applications
4
usr/share/man/man1
3
usr/share/man/man1
5
-- gpar2-0.3.orig/debian/docs
4
usr/share/mime/packages
5
++ gpar2-0.3/debian/docs
Line 1 Link Here
1
ABOUT-NLS
2
AUTHORS
3
NEWS
1
README
4
README
2
-- gpar2-0.3.orig/debian/gpar2.1
5
++ gpar2-0.3/debian/gpar2.1
Lines 2-8 Link Here
2
.\" First parameter, NAME, should be all caps
2
.\" First parameter, NAME, should be all caps
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
.\" other parameters are allowed: see man(7), man(1)
4
.\" other parameters are allowed: see man(7), man(1)
5
.TH GPAR2 1 "February 27, 2006"
5
.TH GPAR2 1 "septembre 18, 2006"
6
.\" Please adjust this date whenever revising the manpage.
6
.\" Please adjust this date whenever revising the manpage.
7
.\"
7
.\"
8
.\" Some roff macros, for reference:
8
.\" Some roff macros, for reference:
Lines 16-45 Link Here
16
.\" .sp <n>    insert n+1 empty lines
16
.\" .sp <n>    insert n+1 empty lines
17
.\" for manpage-specific macros, see man(7)
17
.\" for manpage-specific macros, see man(7)
18
.SH NAME
18
.SH NAME
19
gpar2 0.3 \- GUI for PAR and PAR2 sets
19
gpar2 \- A GUI for verifying and repairing PAR and PAR2 recovery sets
20
.SH SYNOPSIS
20
.SH SYNOPSIS
21
.B gpar2
21
.B gpar2
22
[options]
22
.RI
23
.br
23
.br
24
.B gpar2
24
.B gpar2
25
[options]
25
.RI "filename" ...
26
.I filename..
26
.br
27
.B gpar2
28
.RI "directoryname" ...
27
.SH DESCRIPTION
29
.SH DESCRIPTION
28
This manual page documents briefly the
30
This manual page documents briefly the
29
.B gpar2
31
.B gpar2
30
program.
32
commands.
31
.PP
33
.PP
32
.B gpar2
34
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
33
is a GUI utilizing the
35
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
36
.\" respectively.
37
\fBgpar2\fP is a GUI utilizing the
34
.B libpar2
38
.B libpar2
35
library and allows to verify and repair PAR and PAR2 recovery sets,
39
library and allows to verify and repair PAR and PAR2 recovery sets,
36
and provides semi-detailed output of the process.
40
and provides semi-detailed output of the process.
37
.PP
38
.SH OPTIONS
41
.SH OPTIONS
39
Program options and usage:
42
A summary of options is included below.
40
.TP
43
.TP
41
.B gpar2
44
.B gpar2
42
.br
43
Open the GUI
45
Open the GUI
44
.TP
46
.TP
45
.B gpar2 /foo/bar
47
.B gpar2 /foo/bar
Lines 52-61 Link Here
52
.BR libpar2 (1),
54
.BR libpar2 (1),
53
.BR par2cmdline (1),
55
.BR par2cmdline (1),
54
.BR parcmdline (1).
56
.BR parcmdline (1).
55
.PP
56
These are common programs also related to PAR and PAR2 sets.
57
.SH AUTHOR
57
.SH AUTHOR
58
gpar2 was written by Francois Lesueur and John Augustine.
58
gpar2 was written by Francois Lesueur <flesueur@users.sourceforge.net> and
59
John Augustine <jaugustine@vivnet.net>
59
.PP
60
.PP
60
This manual page was written by John Augustine <jaugustine@vivnet.net>,
61
This manual page was written by Khalid El Fathi <invent@edena-fr.org>,
61
for the Ubuntu project (but may be used by others).
62
for the Debian project (but may be used by others).
62
-- gpar2-0.3.orig/debian/postinst
63
++ gpar2-0.3/debian/postinst
Lines 1-4 Link Here
1
#! /bin/sh
1
#!/bin/sh
2
# postinst script for gpar2
2
# postinst script for gpar2
3
#
3
#
4
# see: dh_installdeb(1)
4
# see: dh_installdeb(1)
Lines 19-27 Link Here
19
19
20
case "$1" in
20
case "$1" in
21
    configure)
21
    configure)
22
    
22
    	update-mime-database /usr/share/mime
23
       update-mime-database /usr/share/mime
23
	update-desktop-database
24
       update-desktop-database
25
24
26
    ;;
25
    ;;
27
26
28
-- gpar2-0.3.orig/debian/postrm
27
++ gpar2-0.3/debian/postrm
Lines 1-4 Link Here
1
#! /bin/sh
1
#!/bin/sh
2
# postrm script for gpar2
2
# postrm script for gpar2
3
#
3
#
4
# see: dh_installdeb(1)
4
# see: dh_installdeb(1)
Lines 20-28 Link Here
20
20
21
case "$1" in
21
case "$1" in
22
       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
22
       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
23
23
	if [ -x "`which update-mime-database 2>/dev/null`" ]; then
24
        update-mime-database /usr/share/mime
24
        	update-mime-database /usr/share/mime
25
        update-desktop-database
25
	fi
26
	if which update-desktop-database >/dev/null 2>&1 ; then
27
	        update-desktop-database -q
28
	fi
26
29
27
        ;;
30
        ;;
28
31
Lines 37-40 Link Here
37
40
38
#DEBHELPER#
41
#DEBHELPER#
39
42
40
exit 0
43
exit 
41
-- gpar2-0.3.orig/debian/rules
44
++ gpar2-0.3/debian/rules
Lines 27-46 Link Here
27
config.status: configure
27
config.status: configure
28
	dh_testdir
28
	dh_testdir
29
	# Add here commands to configure the package.
29
	# Add here commands to configure the package.
30
	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
30
	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
31
31
32
32
33
build: build-stamp
33
build: build-stamp
34
34
35
build-stamp:  config.status
35
build-stamp:  config.status
36
	dh_testdir
36
	dh_testdir
37
38
	# Add here commands to compile the package.
37
	$(MAKE)
39
	$(MAKE)
38
	touch build-stamp
40
	#docbook-to-man debian/gpar2.sgml > gpar2.1
41
42
	touch $@
39
43
40
clean:
44
clean:
41
	dh_testdir
45
	dh_testdir
42
	dh_testroot
46
	dh_testroot
43
	rm -f build-stamp 
47
	rm -f build-stamp 
48
49
	# Add here commands to clean up after the build process.
44
	-$(MAKE) distclean
50
	-$(MAKE) distclean
45
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
51
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
46
	cp -f /usr/share/misc/config.sub config.sub
52
	cp -f /usr/share/misc/config.sub config.sub
Lines 49-54 Link Here
49
	cp -f /usr/share/misc/config.guess config.guess
55
	cp -f /usr/share/misc/config.guess config.guess
50
endif
56
endif
51
57
58
52
	dh_clean 
59
	dh_clean 
53
60
54
install: build
61
install: build
Lines 56-61 Link Here
56
	dh_testroot
63
	dh_testroot
57
	dh_clean -k 
64
	dh_clean -k 
58
	dh_installdirs
65
	dh_installdirs
66
67
	# Add here commands to install the package into debian/gpar2.
59
	$(MAKE) install DESTDIR=$(CURDIR)/debian/gpar2
68
	$(MAKE) install DESTDIR=$(CURDIR)/debian/gpar2
60
	cp $(CURDIR)/gpar2.xml $(CURDIR)/debian/gpar2/usr/share/mime/packages/gpar2.xml
69
	cp $(CURDIR)/gpar2.xml $(CURDIR)/debian/gpar2/usr/share/mime/packages/gpar2.xml
61
	cp $(CURDIR)/gpar2.desktop $(CURDIR)/debian/gpar2/usr/share/applications/gpar2.desktop
70
	cp $(CURDIR)/gpar2.desktop $(CURDIR)/debian/gpar2/usr/share/applications/gpar2.desktop
Lines 64-69 Link Here
64
73
65
# Build architecture-independent files here.
74
# Build architecture-independent files here.
66
binary-indep: build install
75
binary-indep: build install
76
# We have nothing to do by default.
67
77
68
# Build architecture-dependent files here.
78
# Build architecture-dependent files here.
69
binary-arch: build install
79
binary-arch: build install
Lines 71-79 Link Here
71
	dh_testroot
81
	dh_testroot
72
	dh_installchangelogs ChangeLog
82
	dh_installchangelogs ChangeLog
73
	dh_installdocs
83
	dh_installdocs
84
#	dh_installexamples
85
#	dh_install
86
	dh_installmenu
87
#	dh_installdebconf	
88
#	dh_installlogrotate
89
#	dh_installemacsen
90
#	dh_installpam
91
#	dh_installmime
92
#	dh_python
93
#	dh_installinit
94
#	dh_installcron
95
#	dh_installinfo
96
	dh_installman
97
	dh_link
74
	dh_strip
98
	dh_strip
75
	dh_compress
99
	dh_compress
100
	dh_fixperms
101
#	dh_perl
102
	dh_makeshlibs
76
	dh_installdeb
103
	dh_installdeb
104
	dh_shlibdeps
77
	dh_gencontrol
105
	dh_gencontrol
78
	dh_md5sums
106
	dh_md5sums
79
	dh_builddeb
107
	dh_builddeb
80
-- gpar2-0.3.orig/debian/menu
108
++ gpar2-0.3/debian/menu
Line 0 Link Here
0
-- gpar2-0.3.orig/debian/watch
1
?package(gpar2):needs="X11" section="Apps/Tools"\
2
  title="GPar2" command="/usr/bin/gpar2"
3
++ gpar2-0.3/debian/watch
Line 0 Link Here
1
# Example watch control file for uscan
2
# Rename this file to "watch" and then you can run the "uscan" command
3
# to check for upstream updates and more.
4
# See uscan(1) for format
5
6
# Compulsory line, this is a version 3 file
7
version=3
8
9
# Uncomment to examine a Webpage 
10
# <Webpage URL> <string match>
11
#http://www.example.com/downloads.php gpar2-(.*)\.tar\.gz
12
13
# Uncomment to examine a Webserver directory
14
#http://www.example.com/pub/gpar2-(.*)\.tar\.gz
15
16
# Uncommment to examine a FTP server
17
#ftp://ftp.example.com/pub/gpar2-(.*)\.tar\.gz debian uupdate
18
19
# Uncomment to find new files on sourceforge, for debscripts >= 2.9
20
http://sf.net/parchive/gpar2-(.*)\.tar\.gz

Return to bug 124627