SOURCES: Xaw3d-debian.patch (NEW) - from debian

arekm arekm at pld-linux.org
Thu Jan 22 18:08:54 CET 2009


Author: arekm                        Date: Thu Jan 22 17:08:54 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from debian

---- Files affected:
SOURCES:
   Xaw3d-debian.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/Xaw3d-debian.patch
diff -u /dev/null SOURCES/Xaw3d-debian.patch:1.1
--- /dev/null	Thu Jan 22 18:08:54 2009
+++ SOURCES/Xaw3d-debian.patch	Thu Jan 22 18:08:48 2009
@@ -0,0 +1,2022 @@
+diff -urN xc.org/compat.im xc/compat.im
+--- xc.org/compat.im	1970-01-01 01:00:00.000000000 +0100
++++ xc/compat.im	2009-01-22 17:59:49.588848848 +0100
+@@ -0,0 +1,248 @@
++XCOMM $XConsortium: Imakefile,v 1.78 91/09/18 14:28:23 rws Exp $
++
++#define DoSharedLib SharedLibXaw
++#define DoDebugLib DebugLibXaw 
++#define DoProfileLib ProfileLibXaw 
++#define HasSharedData YES
++#define LibName Xaw3d
++#define SoRev SOXAWREV
++#define IncSubdir Xaw3d
++
++#ifdef LinuxArchitecture
++#JUMP_ROOT_Xaw3d = $(AWIDGETSRC)3d
++#JUMP_IS_HOST_Xaw3d = YES
++#JUMP_STUBLIBS_Xaw3d = libXaw3d.sa
++#JUMP_SUBDIRS_Xaw3d = $(JUMP_ROOT_Xt)
++#JUMP_DIR_Xaw3d = $(JUMP_ROOT_Xaw3d)/shared
++#JUMP_VARS_Xaw3d = $(JUMP_ROOT_Xaw3d)/jump_vars
++#JUMP_FUNCS_Xaw3d = $(JUMP_ROOT_Xaw3d)/jump_funcs
++#JUMP_IGNORE_Xaw3d = $(JUMP_ROOT_Xaw3d)/jump_ignore
++#JUMP_EXPORT_Xaw3d = $(JUMP_DIR_Xaw3d)/jump.vars
++#JUMP_IMPORT_Xaw3d = $(JUMP_EXPORT_Xt) $(JUMP_EXPORT_X11)
++#JUMP_ADDRESS_Xaw3d = 0x60300000
++#JUMP_JUMPTABLESIZE_Xaw3d = 0x4000
++#JUMP_GOTSIZE_Xaw3d = 4096
++#JUMP_STUBNAMES_Xaw3d = libXaw3d
++#JUMP_STUBS_IMPORT_Xaw3d = $(JUMP_STUBS_IMPORT_X11)
++#JUMP_LDLIBS_Xaw3d = $(JUMP_ROOT_Xt)/libXt.sa $(JUMP_ROOT_Xt)/libXmu.sa \
++#        $(JUMP_ROOT_Xt)/libXext.sa $(JUMP_ROOT_X11)/libX11.sa \
++#        $(JUMP_LDLIBS_libc)
++#endif
++
++#ifdef SharedXawReqs
++REQUIREDLIBS = SharedXawReqs
++#endif
++
++DEFINES = XawI18nDefines
++
++       LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
++
++#  EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY
++
++  EXTRA_INCLUDES = -I.
++
++HEADERS = \
++	AllWidgets.h \
++	AsciiSink.h \
++	AsciiSinkP.h \
++	AsciiSrc.h \
++	AsciiSrcP.h \
++	AsciiText.h \
++	AsciiTextP.h \
++	Box.h \
++	BoxP.h \
++	Cardinals.h \
++	Command.h \
++	CommandP.h \
++	Dialog.h \
++	DialogP.h \
++	Form.h \
++	FormP.h \
++	Grip.h \
++	GripP.h \
++	Label.h \
++	LabelP.h \
++	Layout.h \
++	LayoutP.h \
++	List.h \
++	ListP.h \
++	MenuButton.h \
++	MenuButtoP.h \
++	MultiSrc.h \
++	MultiSrcP.h \
++	MultiSink.h \
++	MultiSinkP.h \
++	Paned.h \
++	PanedP.h \
++	Panner.h \
++	PannerP.h \
++	Porthole.h \
++	PortholeP.h \
++	Repeater.h \
++	RepeaterP.h \
++	Reports.h \
++	Scrollbar.h \
++	ScrollbarP.h \
++	Simple.h \
++	SimpleP.h \
++	SimpleMenu.h \
++	SimpleMenP.h \
++	Sme.h \
++	SmeP.h \
++	SmeBSB.h \
++	SmeBSBP.h \
++	SmeLine.h \
++	SmeLineP.h \
++	SmeThreeD.h \
++	SmeThreeDP.h \
++	StripChart.h \
++	StripCharP.h \
++	Template.c \
++	Template.h \
++	TemplateP.h \
++	Text.h \
++	TextP.h \
++	TextSink.h \
++	TextSinkP.h \
++	TextSrc.h \
++	TextSrcP.h \
++	ThreeD.h \
++	ThreeDP.h \
++	Toggle.h \
++	ToggleP.h \
++	Tree.h \
++	TreeP.h \
++	VendorEP.h \
++	Viewport.h \
++	ViewportP.h \
++	XawImP.h \
++	XawInit.h
++
++SRCS = \
++	AllWidgets.c \
++	AsciiSink.c \
++	AsciiSrc.c \
++	AsciiText.c \
++	Box.c \
++	Command.c \
++	Dialog.c \
++	Form.c \
++	Grip.c \
++	Label.c \
++	Layout.c \
++	List.c \
++	MenuButton.c \
++	MultiSrc.c \
++	MultiSink.c \
++	Paned.c \
++	Panner.c \
++	Porthole.c \
++	Repeater.c \
++	Scrollbar.c \
++	Simple.c \
++	SimpleMenu.c \
++	Sme.c \
++	SmeBSB.c \
++	SmeLine.c \
++	SmeThreeD.c \
++	StripChart.c \
++	Text.c \
++	TextSink.c \
++	TextSrc.c \
++	TextAction.c \
++	TextPop.c \
++	TextTr.c \
++	ThreeD.c \
++	Toggle.c \
++	Tree.c \
++	Vendor.c \
++	Viewport.c \
++	XawIm.c \
++	XawInit.c \
++	XawI18n.c \
++	sharedlib.c \
++	laygram.c \
++	laylex.c
++
++#if SharedDataSeparation
++UNSHAREDOBJS = AllWidgets.o sharedlib.o
++#endif
++
++OBJS = \
++	AllWidgets.o \
++	AsciiSink.o \
++	AsciiSrc.o \
++	AsciiText.o \
++	Box.o \
++	Command.o \
++	Dialog.o \
++	Form.o \
++	Grip.o \
++	Label.o \
++	Layout.o \
++	List.o \
++	MenuButton.o \
++	MultiSrc.o \
++	MultiSink.o \
++	Paned.o \
++	Panner.o \
++	Porthole.o \
++	Repeater.o \
++	Scrollbar.o \
++	Simple.o \
++	SimpleMenu.o \
++	Sme.o \
++	SmeBSB.o \
++	SmeLine.o \
++	SmeThreeD.o \
++	StripChart.o \
++	Text.o \
++	TextSink.o \
++	TextSrc.o \
++	TextAction.o \
++	TextPop.o \
++	TextTr.o \
++	ThreeD.o \
++	Toggle.o \
++	Tree.o \
++	Vendor.o \
++	Viewport.o \
++	XawIm.o \
++	XawI18n.o \
++	XawInit.o \
++	laygram.o \
++	laylex.o
++
++#include <Library.tmpl>
++
++#ifdef LexCmd
++LEX=LexCmd
++#endif
++#ifdef YaccCmd
++YACC=YaccCmd
++#endif
++
++all::
++
++depend:: laygram.c laylex.c
++
++#if DoSharedLib && SharedDataSeparation
++SpecialCObjectRule(sharedlib.o,NullParameter,$(SHLIBDEF))
++#endif
++
++laygram.c : laygram.y
++	$(YACC) -d laygram.y
++	sed 's/yy/LayYY/g' y.tab.c > laygram.c
++	sed 's/yy/LayYY/g' y.tab.h > laygram.h
++	$(RM) y.tab.c y.tab.h
++
++laylex.c: laylex.l
++	$(LEX) laylex.l
++	sed 's/yy/LayYY/g' lex.yy.c > laylex.c
++	$(RM) lex.yy.c
++
++clean::
++	$(RM) laygram.c laylex.c
++
++DependTarget()
++
+diff -urN xc.org/debian/changelog xc/debian/changelog
+--- xc.org/debian/changelog	1970-01-01 01:00:00.000000000 +0100
++++ xc/debian/changelog	2009-01-22 17:59:49.616847943 +0100
+@@ -0,0 +1,548 @@
++xaw3d (1.5+E-17) unstable; urgency=low
++
++  * Bumped replace to conflicts with pre -16 version. That's needed for 
++    moving of the .so link 
++   (closes: #492302)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 25 Jul 2008 09:47:14 +0200
++
++xaw3d (1.5+E-16) unstable; urgency=low
++
++  * New patch: MultiSrc.c.dpatch to avoid a double free bug with
++    internalionalized text. Patch taken from Xaw and used in Fedora.
++    (closes: #438737, #441304)
++  * Now using ${binary:Version} instead of ${Source-Version} in debian/control.
++  * Policy bumped to 3.8.0.
++  * Removed now superfluous libc-dev build-dependency.
++  * Symlink libXaw3d.so moved into -dev package.
++  * Moved xutils -> xutils-dev dependency in -dev package.
++    (closes: #485230)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 24 Jul 2008 12:39:29 +0200
++
++xaw3d (1.5+E-15) unstable; urgency=low
++
++  * New patch: Box.c.dpatch, to avoid an infinite loop due to short int overflow.
++    Thanks Glenn Burkhard. (closes: #420348)
++  * Policy bumped to 3.7.2 (no changes).
++  * Debhelper level moved to 5 with a few changes in debian/rules.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 24 Apr 2007 15:24:24 +0200
++
++xaw3d (1.5+E-14) unstable; urgency=low
++
++  * Sigh, libxmu-dev is more appropriate that the headers-only package dep
++    probably in xaw3dg-dev too.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed,  3 May 2006 12:17:05 +0200
++
++xaw3d (1.5+E-13) unstable; urgency=low
++
++  * Reintroduced _strictly_ required X11 -dev dependencies for xaw3dg-dev.
++    That should reduce the number of FTBS. The same list is now used in
++    build-dep.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed,  3 May 2006 11:39:08 +0200
++
++xaw3d (1.5+E-12) unstable; urgency=low
++
++  * Removed libxaw8-dev fake dependency, because it has been dropped in xorg
++    roadmap.
++  * Removed all X11 -dev dependencies in xaw3dg-dev, and the old
++    libc-dev|libc6-dev now superfluous dependency too. Packages now have to 
++    declare explicitly their own -dev build-deps.
++    (closes: #241280)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue,  2 May 2006 23:45:03 +0200
++
++xaw3d (1.5+E-11) unstable; urgency=low
++
++  * Changed to xorg 7 conformancy in paths: 
++  	/usr/X11R6/lib -> /usr/lib
++        /usr/X11R6/include -> /usr/include
++    (closes: #362074, #363578)
++  * Added xutils-dev versioned dependency.
++  * Removed fake libxp-dev build-dep due to xmkmf bug.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 15 Apr 2006 09:41:45 +0200
++
++xaw3d (1.5+E-10) unstable; urgency=low
++
++  * Added dependency on libxaw8-dev as alternative to 6|7 versions.
++    (closes: #321664)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon,  9 Jan 2006 08:34:44 +0100
++
++xaw3d (1.5+E-9) unstable; urgency=low
++
++  * Added build-dep for libxp-dev and revised other dependencies.
++    (closes: #330481)
++  * Policy bumped to 3.6.2 (no changes).
++  * Removed libc5 stuff in rules file.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 28 Sep 2005 14:18:28 +0200
++
++xaw3d (1.5+E-8) unstable; urgency=high
++
++  * Added new missing build-dep libxmu-dev due to last change.
++    (closes: #274589)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon,  4 Oct 2004 21:30:18 +0200
++
++xaw3d (1.5+E-7) unstable; urgency=low
++
++  * Changed build-deps to reflect -dev changes in X 4.3+
++    (closes: #241772)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon,  2 Aug 2004 15:32:04 +0200
++
++xaw3d (1.5+E-6) unstable; urgency=high
++
++  * Removed libxaw-dev dependency and introduced libxaw7-dev dependency.
++    (closes: #217084)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 24 Oct 2003 08:46:48 +0200
++
++xaw3d (1.5+E-5) unstable; urgency=low
++
++  * Removed libc5 stuff. It currently require a xlib6-altdev pkg which is not
++    currently available in xfree86. A control.oldlib has been preserved
++    for eventual future use.
++    A whishlist bug is required (to be reassigned to xfree86 :)) if
++    a libc5 oldlib is needed by someone.
++    (See #206832)
++  * Current flex is ok, control changed consequently.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 13 Oct 2003 11:01:53 +0200
++
++xaw3d (1.5+E-4) unstable; urgency=low
++
++  * Added conditional to xlib6-altdev for i386.
++    (closes: #213113)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Sun, 28 Sep 2003 18:50:34 +0200
++
++xaw3d (1.5+E-3) unstable; urgency=medium
++
++  * Added conflicts with old gv and xfig to simplify upgrading.
++    (closes: #210331)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 27 Sep 2003 08:46:43 +0200
++
++xaw3d (1.5+E-2) unstable; urgency=low
++
++  * debian/shlibs,debian/xaw3d.shlibs: Generate a dependency on xaw3dg (>= 1.5+E-1).
++    (closes: #207645)
++  * Policy updated to 3.6.1: no changes.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 28 Aug 2003 20:38:49 +0200
++
++xaw3d (1.5+E-1) unstable; urgency=low
++
++  * Ready for unstable. 
++    Changing release version for a smooth upgrading from experimental. 
++    (closes: #117325,#196439,#144877)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 19 Aug 2003 00:35:30 +0200
++
++xaw3d (1.5e-2) experimental; urgency=low
++
++  * Missing #include "XawAlloc.h" in SmeBSB.c.diff patch added.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu,  7 Aug 2003 15:02:54 +0200
++
++xaw3d (1.5e-1) experimental; urgency=low
++
++  * New upstream release (WOW!)
++    (should close: #117325)
++  * New upstream, after 5 years of staling.
++  * Removed debconf stuff. The past message about new use of Xaw3D was new at
++    woody releasing time. Now it's time to remove it, and there is no other
++    reason to use debconf.
++    (should close: #196439, #144877)
++  * Added dpatch support. There was a significant amount of historical patches
++    in the debian release: it's time to simplify the management to avoid
++    other pain in the ass with future releases.
++    Upstream has also integrated almost all of our patches in his current tree,
++    so I used dpatch to cross-check the sources.
++  * Policy updated at 3.6.0
++  * This release could potentially cause some breakage in other packages.
++    Surely there is a known problem with xfigi and gv. So, there are good reasons
++    to keep it in experimental first of all.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon,  4 Aug 2003 15:05:29 +0200
++
++xaw3d (1.5-24) unstable; urgency=low
++
++  * Use flex-old instead of flex in Build-deps.
++    (closes: #197164)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 13 Jun 2003 14:58:47 +0200
++
++xaw3d (1.5-23) unstable; urgency=low
++
++  * Added virtual libc-dev in Build-deps and xaw3dg-dev.
++    Removed non existent libc6.1-dev in Build-deps.
++    (closes: #182343)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon,  3 Mar 2003 11:20:21 +0100
++
++xaw3d (1.5-22) unstable; urgency=low
++
++  * Added pt_BR.po
++    (closes: #174952)
++  * Typo in copyright
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu,  2 Jan 2003 19:57:10 +0100
++
++xaw3d (1.5-21) unstable; urgency=low
++
++  * Changed Depends line for xaw3dg-dev in order to remove obsolete xlib6g-dev
++    (closes: #170206)
++  * Policy updated (3.5.8)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 10 Dec 2002 15:57:44 +0100
++
++xaw3d (1.5-20) unstable; urgency=low
++
++  * Fixed a typo in fr.po.
++    (closes: #166072)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 23 Oct 2002 19:39:26 +0200
++
++xaw3d (1.5-19) unstable; urgency=low
++
++  * fr.po added for po-debconf template.
++    (closes: #165284)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 19 Oct 2002 10:37:33 +0200
++
++xaw3d (1.5-18) unstable; urgency=low
++
++  * Policy standard update (3.5.7)
++  * Now use po-debconf for translations.
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 15 Oct 2002 10:51:29 +0200
++
++xaw3d (1.5-17) unstable; urgency=low
++
++  * Applied a patch to avoid scrollbar thumb shrinkage.
++    (closes: #138604)
++  * Removed a duplicated dh_installdebconf in rules file. This caused
++    duplicated code in postinst/postrm files.
++    (closes: #163626)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri,  4 Oct 2002 11:44:49 +0200
++
++xaw3d (1.5-16) unstable; urgency=low
++
++  * Applied a patch to avoid StripChart widget spurious extra scale lines.
++    See StripChart.c around line 351. This is now coherent with Xaw7.
++    (closes: #56421, #59529)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed,  2 Oct 2002 11:40:19 +0200
++
++xaw3d (1.5-15) unstable; urgency=low
++
++  * Added -DARROW_SCROLLBAR in rules file for EXTRA_DEFINES.
++    The trick described in old scrollbars doc is no longer working due 
++    to changes in rules file: EXTRA_DEFINES in lib/Xaw3d/Imakefile are ignored.
++    That obsolete document has been removed.
++    Emacs folks will be happy :)
++
++    This seems also closing an old bug report about scrolling in 
++    emacs21 and xterm. Or hope so. I'll see if I could get some better
++    patches to have a rock solid correction.
++    (closes: #36736)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed,  2 Oct 2002 10:19:04 +0200
++
++xaw3d (1.5-14) unstable; urgency=low
++
++  * Typo corrected.
++    (closes: #144877)
++
++ -- Francesco P. Lovergine <frankie at debian.org>  Mon, 29 Apr 2002 22:12:10 +0200
++
++xaw3d (1.5-13) unstable; urgency=low
++
++  * Changed README.Debian contents.
++    (closes: #141216)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri,  5 Apr 2002 10:04:28 +0200
++
++xaw3d (1.5-12) unstable; urgency=low
++
++  * Added japanese and russian template for debconf.
++    (closes: #137429)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 16 Mar 2002 20:11:01 +0100
++
++xaw3d (1.5-11) unstable; urgency=low
++
++  * New maintainer.
++    (closes: #130843)
++  * README.debian removed.
++    (closes: #127076)
++  * Debconf is now a pre-depend item in control file (due to preinst use).
++  * Debconf question moved in the config script.
++    (closes: #131950)
++
++ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 31 Jan 2002 12:42:41 +0100
++
++xaw3d (1.5-10) unstable; urgency=low
++
++  * Orphaned this package.
++
++ -- Adrian Bunk <bunk at fs.tum.de>  Fri, 25 Jan 2002 13:53:06 +0100
++
++xaw3d (1.5-9) unstable; urgency=low
++
++  * Added Spanish and German debconf template files.
++    (closes: #95439, #117682)
++
++ -- Adrian Bunk <bunk at fs.tum.de>  Sat, 17 Nov 2001 19:09:09 +0100
++
++xaw3d (1.5-8) unstable; urgency=low
++
++  * s/Note/note/ in debian/templates. (closes: #106323)
++
++ -- Adrian Bunk <bunk at fs.tum.de>  Sun, 21 Oct 2001 15:40:18 +0200
++
++xaw3d (1.5-7) unstable; urgency=low
++
++  * There's no longer a libc5 on m68k.
++
++ -- Adrian Bunk <bunk at fs.tum.de>  Tue, 20 Mar 2001 20:48:00 +0100
++
++xaw3d (1.5-6) unstable; urgency=high
++
++  * The xaw3dg preinst did return an error when the "medium" debconf
++    note wasn't displayed. I added " || true" to fix this.
++    (closes: #86599)
++  * debian/shlibs: Generate a dependency on xaw3dg (>= 1.5-6). 
++
++ -- Adrian Bunk <bunk at fs.tum.de>  Tue, 20 Feb 2001 14:21:24 +0100
++
++xaw3d (1.5-5) unstable; urgency=low
++
++  * xaw3dg is no longer a libXaw replacement (it was obsoleted by
++    libxaw7).
++
++  * Added the changes from Joey's NMU. (closes: #85884)
++  * Corrected the error in the build dependencies. (closes: #84661)
++  * Corrected a typo in the example Xdefault file. (closes: #83917)
++  * Corrected the section of xaw3dg-dev from devel to x11.
<<Diff was trimmed, longer than 597 lines>>


More information about the pld-cvs-commit mailing list