[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r1851 - in trunk/util/xutils-dev/debian: . patches



Author: vorlon
Date: 2006-04-18 17:54:09 -0400 (Tue, 18 Apr 2006)
New Revision: 1851

Added:
   trunk/util/xutils-dev/debian/patches/xaw-without-xp
Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/debian/patches/series
Log:
Update the templates to not pull in libXp as a dependency of libXaw, 
since libxaw8 is being dropped and this is therefore no longer the case.
Closes: #363267.



Modified: trunk/util/xutils-dev/debian/changelog
===================================================================
--- trunk/util/xutils-dev/debian/changelog	2006-04-18 21:52:06 UTC (rev 1850)
+++ trunk/util/xutils-dev/debian/changelog	2006-04-18 21:54:09 UTC (rev 1851)
@@ -1,3 +1,12 @@
+xutils-dev (1:1.0.2-3) UNRELEASED; urgency=low
+
+  * debian/patches/xaw-without-xp: update the templates to not pull in
+    libXp as a dependency of libXaw, since libxaw8 is being dropped and
+    this is therefore no longer the case.  Thanks to Daniel Schepler.
+    Closes: #363267.
+
+ -- Steve Langasek <vorlon@debian.org>  Tue, 18 Apr 2006 02:26:54 -0700
+
 xutils-dev (1:1.0.2-2) unstable; urgency=low
 
   * Add 03_xutils-dev-FHS.diff and 04_xutils-dev-debian.diff from Eugene Konev

Modified: trunk/util/xutils-dev/debian/patches/series
===================================================================
--- trunk/util/xutils-dev/debian/patches/series	2006-04-18 21:52:06 UTC (rev 1850)
+++ trunk/util/xutils-dev/debian/patches/series	2006-04-18 21:54:09 UTC (rev 1851)
@@ -2,3 +2,4 @@
 02_mkdirhier_rewrite.diff -p0
 03_xutils-dev-FHS.diff -p1
 04_xutils-dev-debian.diff 
+xaw-without-xp

Added: trunk/util/xutils-dev/debian/patches/xaw-without-xp
===================================================================
--- trunk/util/xutils-dev/debian/patches/xaw-without-xp	2006-04-18 21:52:06 UTC (rev 1850)
+++ trunk/util/xutils-dev/debian/patches/xaw-without-xp	2006-04-18 21:54:09 UTC (rev 1851)
@@ -0,0 +1,21 @@
+Index: xutils-dev/xorg-cf-files-1.0.1/linux.cf
+===================================================================
+--- xutils-dev.orig/xorg-cf-files-1.0.1/linux.cf	2006-04-18 14:09:37.000000000 -0700
++++ xutils-dev/xorg-cf-files-1.0.1/linux.cf	2006-04-18 14:33:56.000000000 -0700
+@@ -1153,6 +1153,16 @@
+ #define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB)
+ #define TtClientDepLibs $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
+ 
++#ifndef ExtraXawClientLibs
++# define ExtraXawClientLibs /**/
++#endif
++#ifndef ExtraXawClientDepLibs
++# define ExtraXawClientDepLibs /**/
++#endif
++#ifndef ExtraXawReqs
++# define ExtraXawReqs /**/
++#endif
++
+ #if HaveLib64
+ # ifndef LibDirName
+ #  define LibDirName		lib64



Reply to: