diff -ruN xaw3d-1.5+E/debian/changelog xaw3d-1.5+E-new/debian/changelog
--- xaw3d-1.5+E/debian/changelog	2006-07-14 22:21:35.000000000 +0200
+++ xaw3d-1.5+E-new/debian/changelog	2006-07-14 22:23:03.000000000 +0200
@@ -1,3 +1,11 @@
+xaw3d (1.5+E-14.1) experimental; urgency=low
+
+  * NMU
+  * switch to so major 7 like others do, closes: #300251
+  * Pre-Depends on x11-common
+
+ -- Torsten Werner <twerner@debian.org>  Fri, 14 Jul 2006 22:06:57 +0200
+
 xaw3d (1.5+E-14) unstable; urgency=low
 
   * Sigh, libxmu-dev is more appropriate that the headers-only package dep
diff -ruN xaw3d-1.5+E/debian/control xaw3d-1.5+E-new/debian/control
--- xaw3d-1.5+E/debian/control	2006-07-14 22:21:35.000000000 +0200
+++ xaw3d-1.5+E-new/debian/control	2006-07-14 22:15:18.000000000 +0200
@@ -20,6 +20,7 @@
 Package: xaw3dg-dev
 Section: devel
 Architecture: any
+Pre-Depends: x11-common (>= 1:7.0.0)
 Depends: xaw3dg (=${Source-Version}), xutils, libx11-dev, libxmu-dev, libxpm-dev, libxt-dev, x11proto-core-dev, x11proto-xext-dev
 Conflicts: xaw3d-dev
 Replaces: xaw3dg (<< 1.3-6.4)
diff -ruN xaw3d-1.5+E/debian/patches/Imakefile.dpatch xaw3d-1.5+E-new/debian/patches/Imakefile.dpatch
--- xaw3d-1.5+E/debian/patches/Imakefile.dpatch	2006-07-14 22:21:35.000000000 +0200
+++ xaw3d-1.5+E-new/debian/patches/Imakefile.dpatch	2006-07-14 22:06:40.000000000 +0200
@@ -16,20 +16,10 @@
                                                                                                                 
 exit 0
 @DPATCH@
-diff -urNad /home/frankie/debian/mypkgs/xaw3d/xaw3d-1.5+E/lib/Xaw3d/Imakefile xaw3d-1.5+E/lib/Xaw3d/Imakefile
---- /home/frankie/debian/mypkgs/xaw3d/xaw3d-1.5+E/lib/Xaw3d/Imakefile	2003-08-28 20:28:32.000000000 +0200
-+++ xaw3d-1.5+E/lib/Xaw3d/Imakefile	2003-08-28 20:37:21.000000000 +0200
-@@ -2,6 +2,9 @@
- #define XCOMM #
- #endif
- 
-+# needed to get the right so-version with XFree4
-+SOXAWREV = 6.1
-+
- XCOMM Build options. Have you read the README.XAW3D file yet?
- XCOMM
- XCOMM For color pixmaps, define MULTIPLANE_PIXMAPS:
-@@ -9,7 +12,7 @@
+diff -urNad xaw3d-1.5+E/lib/Xaw3d/Imakefile /tmp/dpep.Bgk4bb/xaw3d-1.5+E/lib/Xaw3d/Imakefile
+--- xaw3d-1.5+E/lib/Xaw3d/Imakefile	2006-07-14 22:05:55.000000000 +0200
++++ /tmp/dpep.Bgk4bb/xaw3d-1.5+E/lib/Xaw3d/Imakefile	2006-07-14 22:06:39.000000000 +0200
+@@ -9,7 +9,7 @@
  XCOMM For grayed stipple shadows, define GRAY_BLKWHT_STIPPLES:
  #define GRAY_BLKWHT_STIPPLES
  XCOMM For scrollbars with arrows, define ARROW_SCROLLBARS:
@@ -38,7 +28,13 @@
  
  #define DoNormalLib NormalLibXaw
  #define DoSharedLib SharedLibXaw
-@@ -22,12 +25,13 @@
+@@ -17,17 +17,18 @@
+ #define DoProfileLib ProfileLibXaw 
+ #define HasSharedData YES
+ #define LibName Xaw3d
+-#define SoRev SOXAWREV
++#define SoRev SOXAW7REV
+ #define IncSubdir X11
  #define IncSubSubdir Xaw3d
  
  XCOMM When building outside an X11 source tree:
diff -ruN xaw3d-1.5+E/debian/shlibs xaw3d-1.5+E-new/debian/shlibs
--- xaw3d-1.5+E/debian/shlibs	2006-07-14 22:21:35.000000000 +0200
+++ xaw3d-1.5+E-new/debian/shlibs	2006-07-14 22:11:01.000000000 +0200
@@ -1 +1 @@
-libXaw3d	6	xaw3dg (>= 1.5+E-1)
+libXaw3d	7	xaw3dg (>= 1.5+E-1)
