--- pslib-0.4.3.orig/config.guess +++ pslib-0.4.3/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2009-06-10' +timestamp='2009-12-30' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -27,16 +27,16 @@ # the same distribution terms that you use for the rest of that program. -# Originally written by Per Bothner . -# Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. +# Originally written by Per Bothner. Please send patches (context +# diff format) to and include a ChangeLog +# entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # -# The plan is that this can be called by configure scripts if you -# don't specify an explicit build system type. +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD me=`echo "$0" | sed -e 's,.*/,,'` @@ -56,8 +56,9 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free +Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -333,6 +334,9 @@ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" @@ -807,12 +811,12 @@ i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - *:Interix*:[3456]*) + *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; - EM64T | authenticamd | genuineintel) + authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) @@ -854,6 +858,20 @@ i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ @@ -876,6 +894,17 @@ frv:Linux:*:*) echo frv-unknown-linux-gnu exit ;; + i*86:Linux:*:*) + LIBC=gnu + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; @@ -901,39 +930,18 @@ #endif #endif EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^CPU/{ - s: ::g - p - }'`" + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) echo or32-unknown-linux-gnu exit ;; - ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu - exit ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu - exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; - EV56) UNAME_MACHINE=alphaev56 ;; - PCA56) UNAME_MACHINE=alphapca56 ;; - PCA57) UNAME_MACHINE=alphapca56 ;; - EV6) UNAME_MACHINE=alphaev6 ;; - EV67) UNAME_MACHINE=alphaev67 ;; - EV68*) UNAME_MACHINE=alphaev68 ;; - esac - objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} - exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in @@ -942,8 +950,11 @@ *) echo hppa-unknown-linux-gnu ;; esac exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux @@ -966,58 +977,6 @@ xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; - i*86:Linux:*:*) - # The BFD linker knows what the default object file format is, so - # first see if it will tell us. cd to the root directory to prevent - # problems with other programs or directories called `ld' in the path. - # Set LC_ALL=C to ensure ld outputs messages in English. - ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ - | sed -ne '/supported targets:/!d - s/[ ][ ]*/ /g - s/.*supported targets: *// - s/ .*// - p'` - case "$ld_supported_targets" in - elf32-i386) - TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" - ;; - esac - # Determine whether the default compiler is a.out or elf - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - #ifdef __ELF__ - # ifdef __GLIBC__ - # if __GLIBC__ >= 2 - LIBC=gnu - # else - LIBC=gnulibc1 - # endif - # else - LIBC=gnulibc1 - # endif - #else - #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) - LIBC=gnu - #else - LIBC=gnuaout - #endif - #endif - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^LIBC/{ - s: ::g - p - }'`" - test x"${LIBC}" != x && { - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" - exit - } - test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } - ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both @@ -1247,6 +1206,16 @@ *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in + i386) + eval $set_cc_for_build + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + UNAME_PROCESSOR="x86_64" + fi + fi ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} --- pslib-0.4.3.orig/config.sub +++ pslib-0.4.3/config.sub @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2009-06-11' +timestamp='2010-01-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -32,13 +32,16 @@ # Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. +# diff and a properly formatted GNU ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. @@ -72,8 +75,9 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free +Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -149,7 +153,7 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray) + -apple | -axis | -knuth | -cray | -microblaze) os= basic_machine=$1 ;; @@ -284,6 +288,7 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ + | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ @@ -291,13 +296,14 @@ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ + | ubicom32 \ | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12) + m6811 | m68hc11 | m6812 | m68hc12 | picochip) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none @@ -340,7 +346,7 @@ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -368,15 +374,17 @@ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ - | romp-* | rs6000-* \ + | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile-* | tilegx-* \ | tron-* \ + | ubicom32-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ @@ -726,6 +734,9 @@ basic_machine=ns32k-utek os=-sysv ;; + microblaze) + basic_machine=microblaze-xilinx + ;; mingw32) basic_machine=i386-pc os=-mingw32 @@ -1076,6 +1087,11 @@ basic_machine=tic6x-unknown os=-coff ;; + # This must be matched before tile*. + tilegx*) + basic_machine=tilegx-unknown + os=-linux-gnu + ;; tile*) basic_machine=tile-unknown os=-linux-gnu @@ -1247,6 +1263,9 @@ # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; @@ -1268,8 +1287,8 @@ # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ - | -kopensolaris* \ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ @@ -1290,7 +1309,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1423,6 +1442,8 @@ -dicos*) os=-dicos ;; + -nacl*) + ;; -none) ;; *) --- pslib-0.4.3.orig/doc/Makefile +++ pslib-0.4.3/doc/Makefile @@ -0,0 +1,573 @@ +# Makefile.in generated by automake 1.9.6 from Makefile.am. +# doc/Makefile. Generated from Makefile.in by configure. + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + +srcdir = . +top_srcdir = .. + +pkgdatadir = $(datadir)/pslib +pkglibdir = $(libdir)/pslib +pkgincludedir = $(includedir)/pslib +top_builddir = .. +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = /usr/bin/install -c +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = powerpc-unknown-linux-gnu +host_triplet = powerpc-unknown-linux-gnu +subdir = doc +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +man3dir = $(mandir)/man3 +am__installdirs = "$(DESTDIR)$(man3dir)" +NROFF = nroff +MANS = $(man_MANS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = ${SHELL} /home/steinm/sourceforge/pslib/pslib/missing --run aclocal-1.9 +ALL_LINGUAS = de +AMDEP_FALSE = # +AMDEP_TRUE = +AMTAR = ${SHELL} /home/steinm/sourceforge/pslib/pslib/missing --run tar +AR = ar +AUTOCONF = ${SHELL} /home/steinm/sourceforge/pslib/pslib/missing --run autoconf +AUTOHEADER = ${SHELL} /home/steinm/sourceforge/pslib/pslib/missing --run autoheader +AUTOMAKE = ${SHELL} /home/steinm/sourceforge/pslib/pslib/missing --run automake-1.9 +AWK = gawk +CATALOGS = de.gmo +CATOBJEXT = .gmo +CC = gcc +CCDEPMODE = depmode=gcc3 +CFLAGS = -g -O2 +CPP = gcc -E +CPPFLAGS = +CYGPATH_W = echo +DATADIRNAME = share +DEBUG_OBJ = debugPS.o +DEFS = -DHAVE_CONFIG_H +DEPDIR = .deps +DOCDIR = doc +DOC_TO_MAN = docbook-to-man +DSYMUTIL = +DUMPBIN = +ECHO_C = +ECHO_N = -n +ECHO_T = +EGREP = /bin/grep -E +EXEEXT = +FGREP = /bin/grep -F +GETTEXT_PACKAGE = pslib +GIF_INCLUDEDIR = -I/usr/include +GIF_LIBDIR = -L/usr/lib +GIF_LIBS = -lungif +GMOFILES = de.gmo +GMSGFMT = /usr/bin/msgfmt +GREP = /bin/grep +HTML_DIR = +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = ${INSTALL} +INSTALL_SCRIPT = ${INSTALL} +INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s +INSTOBJEXT = .mo +INT32_T = +INTLLIBS = +INTLTOOL_CAVES_RULE = %.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_DESKTOP_RULE = %.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_DIRECTORY_RULE = %.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_EXTRACT = /usr/bin/intltool-extract +INTLTOOL_KBD_RULE = %.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_KEYS_RULE = %.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_MERGE = /usr/bin/intltool-merge +INTLTOOL_OAF_RULE = %.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@ +INTLTOOL_PERL = /usr/bin/perl +INTLTOOL_POLICY_RULE = %.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_PONG_RULE = %.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_PROP_RULE = %.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_SCHEMAS_RULE = %.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_SERVER_RULE = %.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_SERVICE_RULE = %.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_SHEET_RULE = %.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_SOUNDLIST_RULE = %.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_THEME_RULE = %.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_UI_RULE = %.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_UPDATE = /usr/bin/intltool-update +INTLTOOL_XAM_RULE = %.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +INTLTOOL_XML_NOMERGE_RULE = %.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@ +INTLTOOL_XML_RULE = %.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ +JPEG_INCLUDEDIR = -I/usr/include +JPEG_LIBDIR = -L/usr/lib +JPEG_LIBS = -ljpeg +LD = /usr/bin/ld +LDFLAGS = +LIBHNJ_CFLAGS = +LIBHNJ_LIBS = +LIBOBJS = +LIBPS_MAJOR_VERSION = 0 +LIBPS_MICRO_VERSION = 3 +LIBPS_MINOR_VERSION = 4 +LIBPS_VERSION = 0.4.3 +LIBPS_VERSION_INFO = 4:3:4 +LIBS = +LIBTOOL = $(SHELL) $(top_builddir)/libtool +LIPO = +LN_S = ln -s +LTLIBOBJS = +MAINT = # +MAINTAINER_MODE_FALSE = +MAINTAINER_MODE_TRUE = # +MAKEINFO = ${SHELL} /home/steinm/sourceforge/pslib/pslib/missing --run makeinfo +MKINSTALLDIRS = ./mkinstalldirs +MSGFMT = /usr/bin/msgfmt +MSGFMT_OPTS = -c +MSGMERGE = /usr/bin/msgmerge +MV = /bin/mv +NM = /usr/bin/nm -B +NMEDIT = +OBJDUMP = objdump +OBJEXT = o +OTOOL = +OTOOL64 = +PACKAGE = pslib +PACKAGE_BUGREPORT = http://sourceforge.net/projects/pslib +PACKAGE_NAME = pslib +PACKAGE_STRING = pslib 0.4.3 +PACKAGE_TARNAME = pslib +PACKAGE_URL = +PACKAGE_VERSION = 0.4.3 +PATH_SEPARATOR = : +PNG_INCLUDEDIR = -I/usr/include +PNG_LIBDIR = -L/usr/lib +PNG_LIBS = -lpng +POFILES = de.po +POSUB = po +PO_IN_DATADIR_FALSE = +PO_IN_DATADIR_TRUE = +PS_CFLAGS = +RANLIB = ranlib +RM = /bin/rm +SED = /bin/sed +SET_MAKE = +SHELL = /bin/sh +STRIP = strip +TAR = /bin/tar +TIFF_INCLUDEDIR = -I/usr/include +TIFF_LIBDIR = -L/usr/lib +TIFF_LIBS = -ltiff +USE_NLS = yes +VERSION = 0.4.3 +WITH_DEBUG = 1 +XGETTEXT = /usr/bin/xgettext +ac_ct_CC = gcc +ac_ct_DUMPBIN = +am__fastdepCC_FALSE = # +am__fastdepCC_TRUE = +am__include = include +am__leading_dot = . +am__quote = +am__tar = ${AMTAR} chof - "$$tardir" +am__untar = ${AMTAR} xf - +bindir = ${exec_prefix}/bin +build = powerpc-unknown-linux-gnu +build_alias = +build_cpu = powerpc +build_os = linux-gnu +build_vendor = unknown +datadir = ${datarootdir} +datarootdir = ${prefix}/share +docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} +dvidir = ${docdir} +exec_prefix = ${prefix} +host = powerpc-unknown-linux-gnu +host_alias = +host_cpu = powerpc +host_os = linux-gnu +host_vendor = unknown +htmldir = ${docdir} +includedir = ${prefix}/include +infodir = ${datarootdir}/info +install_sh = /home/steinm/sourceforge/pslib/pslib/install-sh +libdir = ${exec_prefix}/lib +libexecdir = ${exec_prefix}/libexec +localedir = ${datarootdir}/locale +localstatedir = ${prefix}/var +lt_ECHO = echo +mandir = ${datarootdir}/man +mkdir_p = mkdir -p -- +oldincludedir = /usr/include +pdfdir = ${docdir} +prefix = /usr/local +program_transform_name = s,x,x, +psdir = ${docdir} +sbindir = ${exec_prefix}/sbin +sharedstatedir = ${prefix}/com +sysconfdir = ${prefix}/etc +target_alias = +SGML_FILES = \ + PS_add_bookmark.sgml \ + PS_add_kerning.sgml \ + PS_add_launchlink.sgml \ + PS_add_ligature.sgml \ + PS_add_locallink.sgml \ + PS_add_note.sgml \ + PS_add_pdflink.sgml \ + PS_add_weblink.sgml \ + PS_arc.sgml \ + PS_arcn.sgml \ + PS_begin_font.sgml \ + PS_begin_glyph.sgml \ + PS_begin_page.sgml \ + PS_begin_pattern.sgml \ + PS_begin_template.sgml \ + PS_boot.sgml \ + PS_circle.sgml \ + PS_clip.sgml \ + PS_closepath_stroke.sgml \ + PS_closepath.sgml \ + PS_close.sgml \ + PS_close_image.sgml \ + PS_continue_text2.sgml \ + PS_continue_text.sgml \ + PS_create_gstate.sgml \ + PS_curveto.sgml \ + PS_delete.sgml \ + PS_end_font.sgml \ + PS_end_glyph.sgml \ + PS_end_page.sgml \ + PS_end_pattern.sgml \ + PS_end_template.sgml \ + PS_fill.sgml \ + PS_fill_stroke.sgml \ + PS_findfont.sgml \ + PS_free_glyph_list.sgml \ + PS_glyph_list.sgml \ + PS_glyph_show.sgml \ + PS_get_buffer.sgml \ + PS_get_majorversion.sgml \ + PS_get_minorversion.sgml \ + PS_get_opaque.sgml \ + PS_get_parameter.sgml \ + PS_get_subminorversion.sgml \ + PS_get_value.sgml \ + PS_hyphenate.sgml \ + PS_include_file.sgml \ + PS_lineto.sgml \ + PS_list_parameters.sgml \ + PS_list_resources.sgml \ + PS_list_values.sgml \ + PS_makespotcolor.sgml \ + PS_moveto.sgml \ + PS_new2.sgml \ + PS_new.sgml \ + PS_open_file.sgml \ + PS_open_fp.sgml \ + PS_open_image.sgml \ + PS_open_image_file.sgml \ + PS_open_mem.sgml \ + PS_place_image.sgml \ + PS_rect.sgml \ + PS_restore.sgml \ + PS_rotate.sgml \ + PS_save.sgml \ + PS_scale.sgml \ + PS_setcolor.sgml \ + PS_setdash.sgml \ + PS_setflat.sgml \ + PS_setfont.sgml \ + PS_setgray.sgml \ + PS_set_info.sgml \ + PS_setlinecap.sgml \ + PS_setlinejoin.sgml \ + PS_setlinewidth.sgml \ + PS_setmiterlimit.sgml \ + PS_setpolydash.sgml \ + PS_set_border_color.sgml \ + PS_set_border_dash.sgml \ + PS_set_border_style.sgml \ + PS_set_gstate.sgml \ + PS_set_parameter.sgml \ + PS_set_text_pos.sgml \ + PS_set_value.sgml \ + PS_shading.sgml \ + PS_shading_pattern.sgml \ + PS_shfill.sgml \ + PS_show2.sgml \ + PS_show_boxed.sgml \ + PS_show.sgml \ + PS_show_xy2.sgml \ + PS_show_xy.sgml \ + PS_shutdown.sgml \ + PS_string_geometry.sgml \ + PS_stringwidth2.sgml \ + PS_stringwidth.sgml \ + PS_stroke.sgml \ + PS_symbol.sgml \ + PS_symbol_name.sgml \ + PS_symbol_width.sgml \ + PS_translate.sgml + +EXTRA_DIST = ${SGML_FILES} PS_template.sgml pslib.sgml +man_MANS = $(SGML_FILES:.sgml=.3) pslib.3 +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu doc/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: # $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): # $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +install-man3: $(man3_MANS) $(man_MANS) + @$(NORMAL_INSTALL) + test -z "$(man3dir)" || $(mkdir_p) "$(DESTDIR)$(man3dir)" + @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \ + l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ + for i in $$l2; do \ + case "$$i" in \ + *.3*) list="$$list $$i" ;; \ + esac; \ + done; \ + for i in $$list; do \ + if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ + else file=$$i; fi; \ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + case "$$ext" in \ + 3*) ;; \ + *) ext='3' ;; \ + esac; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed -e 's/^.*\///'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ + done +uninstall-man3: + @$(NORMAL_UNINSTALL) + @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \ + l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ + for i in $$l2; do \ + case "$$i" in \ + *.3*) list="$$list $$i" ;; \ + esac; \ + done; \ + for i in $$list; do \ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + case "$$ext" in \ + 3*) ;; \ + *) ext='3' ;; \ + esac; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed -e 's/^.*\///'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ + echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \ + rm -f "$(DESTDIR)$(man3dir)/$$inst"; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkdir_p) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(MANS) +installdirs: + for dir in "$(DESTDIR)$(man3dir)"; do \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean-am: clean-am distclean-generic distclean-libtool + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-man + +install-exec-am: + +install-info: install-info-am + +install-man: install-man3 + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am uninstall-man + +uninstall-man: uninstall-man3 + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-exec install-exec-am \ + install-info install-info-am install-man install-man3 \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am uninstall-info-am uninstall-man \ + uninstall-man3 + +pslib.3: pslib.sgml + docbook2man $< + mv PSLIB.3 pslib.3 + +%.3: %.sgml + docbook-to-man $< > $@ + +%.html: %.sgml + docbook2html $< + mv index.html $@ + +distclean: clean + +summary: + @for i in $(SGML_FILES); do \ + echo -n "$${i%%.sgml} - "; \ + cat head.xml > $${i%%.sgml}.xml; \ + tail +18 $$i >> $${i%%.sgml}.xml; \ + xsltproc --nonet --novalid extractdesc.xsl $${i%%.sgml}.xml; \ + echo ""; \ + rm $${i%%.sgml}.xml; \ + done + +clean: + rm -f ${man_MANS} $(SGML_FILES:.sgml=.html) pslib.html + +html: $(SGML_FILES:.sgml=.html) pslib.html + +.PHONY: html +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: --- pslib-0.4.3.orig/doc/manpage.links +++ pslib-0.4.3/doc/manpage.links @@ -0,0 +1 @@ +PSLIB.3 pslib.3 --- pslib-0.4.3.orig/doc/extractdesc.xsl +++ pslib-0.4.3/doc/extractdesc.xsl @@ -0,0 +1,12 @@ + + + +- + + + + + + + + --- pslib-0.4.3.orig/doc/manpage.refs +++ pslib-0.4.3/doc/manpage.refs @@ -0,0 +1,4 @@ +{ + '' => '', + '' => '' +} --- pslib-0.4.3.orig/debian/dirs +++ pslib-0.4.3/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- pslib-0.4.3.orig/debian/pslib1.files +++ pslib-0.4.3/debian/pslib1.files @@ -0,0 +1,3 @@ +usr/lib/lib*.so.* +usr/share/locale/*/*/* +usr/share/pslib/* --- pslib-0.4.3.orig/debian/rules +++ pslib-0.4.3/debian/rules @@ -0,0 +1,102 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-debug + # generate POT file for translators + cd po; /usr/bin/intltool-update -p --verbose + + +build: build-stamp +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f po/pxlib.pot + rm -f build-stamp + + # Add here commands to clean up after the build process. +# -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean + -test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + -test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_movefiles + +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit + dh_installcron + dh_installman + dh_installinfo +# dh_undocumented + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs -V 'pslib1 (>= 0.4.0)' + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- pslib-0.4.3.orig/debian/changelog +++ pslib-0.4.3/debian/changelog @@ -0,0 +1,252 @@ +pslib (0.4.3-1build1) natty; urgency=low + + * No-change rebuild to pick up multiarch .la files + + -- Steve Langasek Sat, 02 Apr 2011 10:36:04 -0700 + +pslib (0.4.3-1) unstable; urgency=low + + * New upstream version. + * No more symbol conflict with newer glibc (Closes: #552822) + + -- Uwe Steinmann Thu, 29 Oct 2009 16:44:55 +0100 + +pslib (0.4.2-1) unstable; urgency=low + + * New upstream version. + * Replaced dependency on libungif4-dev by libgif-dev (Closes: #540538) + + -- Uwe Steinmann Fri, 23 Nov 2007 15:12:36 +0100 + +pslib (0.4.1-1) unstable; urgency=low + + * New upstream version. + * made watch file work with sourceforge (Closes: #450174) + + -- Uwe Steinmann Fri, 23 Nov 2007 15:12:36 +0100 + +pslib (0.4.0-1) unstable; urgency=low + + * New upstream version. + * shlibs file now requires pslib 0.4.0 + + -- Uwe Steinmann Mon, 25 Jun 2007 23:29:13 +0200 + +pslib (0.3.0-1) unstable; urgency=low + + * New upstream version. + - double new line isn't treated as the end of a paragraph in + PS_show_boxed() if linebreak is set (Closes: #429543) + - default error handler prints to stderr instead of + stdout (Closes: #429544) + * Fixed various lintian warnings + + -- Uwe Steinmann Sat, 23 Jun 2007 22:43:49 +0200 + +pslib (0.2.7-1) unstable; urgency=low + + * New upstream version. + * The alpha channel of RGB pngs is stripped to prevent a segmentation + fault. This is a temporary solution until a real fix is found. + (Closes: #361148) + + -- Uwe Steinmann Wed, 07 Jun 2006 17:45:02 +0200 + +pslib (0.2.6-2) unstable; urgency=low + + * fixed dependency for pslib-dev (Closes: #356808) + * set DH_COMPAT to 4 + + -- Uwe Steinmann Tue, 14 Mar 2006 17:38:28 +0100 + +pslib (0.2.6-1) unstable; urgency=low + + * New upstream version. + * fixed typos in de.po (Closes: #313931) + + -- Uwe Steinmann Thu, 28 Jul 2005 13:46:41 +0200 + +pslib (0.2.4-1) unstable; urgency=low + + * New upstream version. + * Create unique internal template names (Closes: #260366) + + -- Uwe Steinmann Tue, 20 Jul 2004 14:12:58 +0200 + +pslib (0.2.3-1) unstable; urgency=low + + * New upstream version. + * Fixed bugin PS_fill_stroke() (Closes: #257817) + + -- Uwe Steinmann Fri, 16 Jul 2004 15:19:08 +0200 + +pslib (0.2.2-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Wed, 16 Jun 2004 22:36:32 +0200 + +pslib (0.2.1-1) unstable; urgency=low + + * New upstream version. + * Added watch file + + -- Uwe Steinmann Wed, 09 Jun 2004 12:01:12 +0200 + +pslib (0.2.0-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Thu, 03 Jun 2004 17:09:42 +0200 + +pslib (0.1.15-1) unstable; urgency=low + + * New upstream version. + * added version of pslib1 to shlibs + * fixed email of maintainer in control file + + -- Uwe Steinmann Thu, 06 May 2004 13:04:09 +0100 + +pslib (0.1.14-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Thu, 29 Apr 2004 16:49:47 +0100 + +pslib (0.1.13-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Wed, 22 Apr 2004 08:55:51 +0100 + +pslib (0.1.12-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Wed, 21 Apr 2004 09:05:08 +0100 + +pslib (0.1.11-1) unstable; urgency=low + + * New upstream version. + * include files are back in /usr/include/libps + + -- Uwe Steinmann Wed, 07 Apr 2004 09:05:08 +0100 + +pslib (0.1.10-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Wed, 07 Apr 2004 18:35:35 +0100 + +pslib (0.1.9-1) unstable; urgency=low + + * New upstream version. + * BuildDepend on intltool >= 0.18 is sufficient, libpng2-dev is a + valid alternative to libpng12-dev + + -- Uwe Steinmann Wed, 07 Apr 2004 09:51:31 +0100 + +pslib (0.1.8-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Fri, 26 Mar 2004 11:14:50 +0100 + +pslib (0.1.7-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Thu, 25 Mar 2004 09:56:44 +0100 + +pslib (0.1.6-2) unstable; urgency=low + + * Changed section for dev package from devel to libdevel + + -- Uwe Steinmann Mon, 22 Mar 2004 09:56:44 +0100 + +pslib (0.1.6-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Thu, 17 Mar 2004 10:15:20 +0100 + +pslib (0.1.5-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Thu, 11 Mar 2004 12:33:30 +0100 + +pslib (0.1.4-1) unstable; urgency=low + + * New upstream version. + + -- Uwe Steinmann Wed, 10 Mar 2004 17:18:40 +0100 + +pslib (0.1.3-1) unstable; urgency=low + + * New upstream version. + * Extended BuildDepends. + + -- Uwe Steinmann Thu, 04 Mar 2004 11:45:35 +0100 + +pslib (0.1.2-1) unstable; urgency=low + + * New upstream version. + * Changed email of maintainer. + + -- Uwe Steinmann Wed, 03 Mar 2004 18:59:20 +0100 + +pslib (0.1.1-1) unstable; urgency=low + + * New maintainers version. + + -- Uwe Steinmann Tue, 20 Jan 2004 11:04:20 +0100 + +pslib (0.1.0-1) unstable; urgency=low + + * New maintainers version. + + -- Uwe Steinmann Wed, 19 Nov 2003 11:04:20 +0100 + +pslib (0.0.9-1) unstable; urgency=low + + * New maintainers version. + + -- Uwe Steinmann Mon, 30 Oct 2003 12:43:58 +0100 + +pslib (0.0.8-1) unstable; urgency=low + + * New maintainers version. + + -- Uwe Steinmann Tue, 17 Dec 2002 14:01:30 +0200 + +pslib (0.0.7-1) unstable; urgency=low + + * New maintainers version. + + -- Uwe Steinmann Wed, 27 Nov 2002 14:01:30 +0200 + +pslib (0.0.6-1) unstable; urgency=low + + * New maintainers version. + + -- Uwe Steinmann Fri, 22 Nov 2002 09:19:30 +0200 + +pslib (0.0.5-1) unstable; urgency=low + + * New maintainers version. + + -- Uwe Steinmann Thu, 14 Nov 2002 18:05:58 +0200 + +pslib (0.0.4-1) unstable; urgency=low + + * New maintainers version. + + -- Uwe Steinmann Fri, 11 Oct 2002 9:16:16 +0200 + +pslib (0.0.3-1) unstable; urgency=low + + * Initial Release. + + -- Uwe Steinmann Fri, 3 May 2002 10:09:16 +0200 + --- pslib-0.4.3.orig/debian/executable.files +++ pslib-0.4.3/debian/executable.files @@ -0,0 +1,23 @@ +./ChangeLog +./autogen.sh +./config.guess +./ltmain.sh +./pslib.spec.in +./debian/rules +./include/libps/pslib.h +./po/POTFILES.in +./src/ps_error.c +./src/ps_intern.h +./src/ps_list.c +./src/ps_list.h +./src/ps_memory.c +./src/pslib.c +./config.sub +./missing +./install-sh +./mkinstalldirs +./depcomp +./configure +./intltool-extract +./intltool-merge +./intltool-update --- pslib-0.4.3.orig/debian/control +++ pslib-0.4.3/debian/control @@ -0,0 +1,24 @@ +Source: pslib +Section: text +Priority: optional +Maintainer: Uwe Steinmann +Build-Depends: debhelper (>> 3.0.0), intltool (>= 0.18), libpng12-dev | libpng2-dev, libjpeg62-dev, libgif-dev, docbook-to-man, docbook-utils +Standards-Version: 3.7.2 + +Package: pslib-dev +Section: libdevel +Architecture: any +Depends: pslib1 (= ${binary:Version}), libjpeg62-dev, libpng12-dev | libpng2-dev, libgif-dev +Description: development files for pslib + pslib is a library to create PostScript files + +Package: pslib1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: library to create PostScript files + pslib is a library to create PostScript files. It offers many drawing + primitives, image output and very sophisticated text rendering. + It can read external Type1 fonts and embed them into the output file. + It supports pdfmarks which makes it in combination with ghostscript's + pdfwriter an alternative for libraries creating PDF. --- pslib-0.4.3.orig/debian/pslib1.dirs +++ pslib-0.4.3/debian/pslib1.dirs @@ -0,0 +1,3 @@ +usr/lib +usr/share/locale +usr/share/pslib --- pslib-0.4.3.orig/debian/pslib-dev.files +++ pslib-0.4.3/debian/pslib-dev.files @@ -0,0 +1,7 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.la +usr/lib/lib*.so +usr/lib/pkgconfig/* +usr/share/man/man1/* +usr/share/man/man3/* --- pslib-0.4.3.orig/debian/compat +++ pslib-0.4.3/debian/compat @@ -0,0 +1 @@ +5 --- pslib-0.4.3.orig/debian/copyright +++ pslib-0.4.3/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Uwe Steinmann on +Fri, 3 May 2002 10:09:16 +0200. + +It was downloaded from http://pslib.sourceforge.net + +Upstream Authors: Vilson Cristiano Gartner , Uwe Steinmann + +Copyright: GPL/LGPL + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL' +or `/usr/share/common-licenses/LGPL'. + --- pslib-0.4.3.orig/debian/docs +++ pslib-0.4.3/debian/docs @@ -0,0 +1 @@ +README --- pslib-0.4.3.orig/debian/watch +++ pslib-0.4.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/pslib/pslib-([0-9.]+)\.tar\.gz --- pslib-0.4.3.orig/debian/pslib-dev.dirs +++ pslib-0.4.3/debian/pslib-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include