Author: dilinger
Date: 2006-07-26 00:05:33 -0400 (Wed, 26 Jul 2006)
New Revision: 2565

Modified:
   branches/7.1/lib/libxi/debian/changelog
   branches/7.1/lib/libxi/debian/compat
   branches/7.1/lib/libxi/debian/control
   branches/7.1/lib/libxi/debian/rules
   branches/7.1/lib/libxinerama/debian/changelog
   branches/7.1/lib/libxinerama/debian/compat
   branches/7.1/lib/libxinerama/debian/control
   branches/7.1/lib/libxinerama/debian/rules
   branches/7.1/lib/libxkbfile/debian/changelog
   branches/7.1/lib/libxkbfile/debian/compat
   branches/7.1/lib/libxkbfile/debian/control
   branches/7.1/lib/libxkbfile/debian/rules
   branches/7.1/lib/libxkbui/debian/changelog
   branches/7.1/lib/libxkbui/debian/compat
   branches/7.1/lib/libxkbui/debian/control
   branches/7.1/lib/libxkbui/debian/rules
   branches/7.1/lib/libxrandr/debian/changelog
   branches/7.1/lib/libxrandr/debian/compat
   branches/7.1/lib/libxrandr/debian/control
   branches/7.1/lib/libxrandr/debian/rules
   branches/7.1/lib/libxrender/debian/changelog
   branches/7.1/lib/libxrender/debian/compat
   branches/7.1/lib/libxrender/debian/control
   branches/7.1/lib/libxrender/debian/rules
   branches/7.1/lib/libxres/debian/changelog
   branches/7.1/lib/libxres/debian/compat
   branches/7.1/lib/libxres/debian/control
   branches/7.1/lib/libxres/debian/rules
   branches/7.1/lib/libxss/debian/changelog
   branches/7.1/lib/libxss/debian/compat
   branches/7.1/lib/libxss/debian/control
   branches/7.1/lib/libxss/debian/rules
Log:
  * Drop duplicate x11-common dep in -dev package.
  * Bump standards version to 3.7.2.0.
  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
    the rest of Debian.
  * Bump debhelper compat to 5.
  * Fix dh_strip call to skip the -dbg package.



Modified: branches/7.1/lib/libxi/debian/changelog
===================================================================
--- branches/7.1/lib/libxi/debian/changelog     2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxi/debian/changelog     2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,6 +3,12 @@
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing. 
+  * Drop duplicate x11-common dep in -dev package.
+  * Bump standards version to 3.7.2.0.
+  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
+    the rest of Debian.
+  * Bump debhelper compat to 5.
+  * Fix dh_strip call to skip the -dbg package.
 
  -- Andres Salomon <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 01:21:03 -0400
 

Modified: branches/7.1/lib/libxi/debian/compat
===================================================================
--- branches/7.1/lib/libxi/debian/compat        2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxi/debian/compat        2006-07-26 04:05:33 UTC (rev 
2565)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxi/debian/control
===================================================================
--- branches/7.1/lib/libxi/debian/control       2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxi/debian/control       2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-input-dev, pkg-config, quilt
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-input-dev, pkg-config, quilt
+Standards-Version: 3.7.2.0
 
 Package: libxi6
 Architecture: any
@@ -47,8 +47,8 @@
 
 Package: libxi-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxi6 (= 
${Source-Version}), libx11-dev, libxext-dev, x11proto-input-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${Source-Version}), 
libx11-dev, libxext-dev, x11proto-input-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Input extension library (development headers)
  libXi provides an X Window System client interface to the XINPUT
  extension to the X protocol.

Modified: branches/7.1/lib/libxi/debian/rules
===================================================================
--- branches/7.1/lib/libxi/debian/rules 2006-07-26 03:20:23 UTC (rev 2564)
+++ branches/7.1/lib/libxi/debian/rules 2006-07-26 04:05:33 UTC (rev 2565)
@@ -75,7 +75,7 @@
        dh_install --sourcedir=debian/tmp --list-missing
        dh_installchangelogs
        dh_link
-       dh_strip --dbg-package=$(PACKAGE)
+       dh_strip --dbg-package=$(PACKAGE)-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs

Modified: branches/7.1/lib/libxinerama/debian/changelog
===================================================================
--- branches/7.1/lib/libxinerama/debian/changelog       2006-07-26 03:20:23 UTC 
(rev 2564)
+++ branches/7.1/lib/libxinerama/debian/changelog       2006-07-26 04:05:33 UTC 
(rev 2565)
@@ -3,6 +3,12 @@
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing. 
+  * Drop duplicate x11-common dep in -dev package.
+  * Bump standards version to 3.7.2.0.
+  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
+    the rest of Debian.
+  * Bump debhelper compat to 5.
+  * Fix dh_strip call to skip the -dbg package.
 
  -- Andres Salomon <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 01:21:06 -0400
 

Modified: branches/7.1/lib/libxinerama/debian/compat
===================================================================
--- branches/7.1/lib/libxinerama/debian/compat  2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxinerama/debian/compat  2006-07-26 04:05:33 UTC (rev 
2565)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxinerama/debian/control
===================================================================
--- branches/7.1/lib/libxinerama/debian/control 2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxinerama/debian/control 2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-xinerama-dev, pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-xinerama-dev, pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libxinerama1
 Architecture: any
@@ -47,8 +47,8 @@
 
 Package: libxinerama-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxinerama1 (= 
${Source-Version}), libx11-dev, libxext-dev, x11proto-xinerama-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxinerama1 (= 
${Source-Version}), libx11-dev, libxext-dev, x11proto-xinerama-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Xinerama extension library (development headers)
  libXinerama provides an X Window System client interface to the XINERAMA
  extension to the X protocol.

Modified: branches/7.1/lib/libxinerama/debian/rules
===================================================================
--- branches/7.1/lib/libxinerama/debian/rules   2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxinerama/debian/rules   2006-07-26 04:05:33 UTC (rev 
2565)
@@ -75,7 +75,7 @@
        dh_install --sourcedir=debian/tmp --list-missing
        dh_installchangelogs
        dh_link
-       dh_strip --dbg-package=$(PACKAGE)
+       dh_strip --dbg-package=$(PACKAGE)-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs

Modified: branches/7.1/lib/libxkbfile/debian/changelog
===================================================================
--- branches/7.1/lib/libxkbfile/debian/changelog        2006-07-26 03:20:23 UTC 
(rev 2564)
+++ branches/7.1/lib/libxkbfile/debian/changelog        2006-07-26 04:05:33 UTC 
(rev 2565)
@@ -3,6 +3,12 @@
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing. 
+  * Drop duplicate x11-common dep in -dev package.
+  * Bump standards version to 3.7.2.0.
+  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
+    the rest of Debian.
+  * Bump debhelper compat to 5.
+  * Fix dh_strip call to skip the -dbg package.
 
  -- Andres Salomon <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 01:21:10 -0400
 

Modified: branches/7.1/lib/libxkbfile/debian/compat
===================================================================
--- branches/7.1/lib/libxkbfile/debian/compat   2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxkbfile/debian/compat   2006-07-26 04:05:33 UTC (rev 
2565)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxkbfile/debian/control
===================================================================
--- branches/7.1/lib/libxkbfile/debian/control  2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxkbfile/debian/control  2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), 
x11proto-kb-dev, pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), 
x11proto-kb-dev, pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libxkbfile1
 Architecture: any
@@ -42,8 +42,8 @@
 
 Package: libxkbfile-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxkbfile1 (= 
${Source-Version}), libx11-dev, x11proto-core-dev, x11proto-kb-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxkbfile1 (= 
${Source-Version}), libx11-dev, x11proto-core-dev, x11proto-kb-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 keyboard file manipulation library (development headers)
  libxkbfile provides an interface to read and manipulate description files for
  XKB, the X11 keyboard configuration extension.

Modified: branches/7.1/lib/libxkbfile/debian/rules
===================================================================
--- branches/7.1/lib/libxkbfile/debian/rules    2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxkbfile/debian/rules    2006-07-26 04:05:33 UTC (rev 
2565)
@@ -75,7 +75,7 @@
        dh_install --sourcedir=debian/tmp --list-missing
        dh_installchangelogs
        dh_link
-       dh_strip --dbg-package=$(PACKAGE)
+       dh_strip --dbg-package=$(PACKAGE)-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs

Modified: branches/7.1/lib/libxkbui/debian/changelog
===================================================================
--- branches/7.1/lib/libxkbui/debian/changelog  2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxkbui/debian/changelog  2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,6 +3,12 @@
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing. 
+  * Drop duplicate x11-common dep in -dev package.
+  * Bump standards version to 3.7.2.0.
+  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
+    the rest of Debian.
+  * Bump debhelper compat to 5.
+  * Fix dh_strip call to skip the -dbg package.
 
  -- Andres Salomon <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 01:21:12 -0400
 

Modified: branches/7.1/lib/libxkbui/debian/compat
===================================================================
--- branches/7.1/lib/libxkbui/debian/compat     2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxkbui/debian/compat     2006-07-26 04:05:33 UTC (rev 
2565)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxkbui/debian/control
===================================================================
--- branches/7.1/lib/libxkbui/debian/control    2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxkbui/debian/control    2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), 
libxkbfile-dev (>= 1:0.99.1-1), libxt-dev (>= 1:0.99.1-1), x11proto-kb-dev, 
pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), 
libxkbfile-dev (>= 1:0.99.1-1), libxt-dev (>= 1:0.99.1-1), x11proto-kb-dev, 
pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libxkbui1
 Architecture: any
@@ -39,8 +39,8 @@
 
 Package: libxkbui-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxkbui1 (= 
${Source-Version}), libx11-dev, libxkbfile-dev, x11proto-kb-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxkbui1 (= ${Source-Version}), 
libx11-dev, libxkbfile-dev, x11proto-kb-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 keyboard UI presentation library (development headers)
  libxkbui provides an interface to easily present XKB layouts as graphical
  widgets.  For more imformation, please see libxkbfile1.

Modified: branches/7.1/lib/libxkbui/debian/rules
===================================================================
--- branches/7.1/lib/libxkbui/debian/rules      2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxkbui/debian/rules      2006-07-26 04:05:33 UTC (rev 
2565)
@@ -75,7 +75,7 @@
        dh_install --sourcedir=debian/tmp --list-missing
        dh_installchangelogs
        dh_link
-       dh_strip --dbg-package=$(PACKAGE)
+       dh_strip --dbg-package=$(PACKAGE)-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs

Modified: branches/7.1/lib/libxrandr/debian/changelog
===================================================================
--- branches/7.1/lib/libxrandr/debian/changelog 2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxrandr/debian/changelog 2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,6 +3,12 @@
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing. 
+  * Drop duplicate x11-common dep in -dev package.
+  * Bump standards version to 3.7.2.0.
+  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
+    the rest of Debian.
+  * Bump debhelper compat to 5.
+  * Fix dh_strip call to skip the -dbg package.
 
  -- Andres Salomon <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 01:21:15 -0400
 

Modified: branches/7.1/lib/libxrandr/debian/compat
===================================================================
--- branches/7.1/lib/libxrandr/debian/compat    2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxrandr/debian/compat    2006-07-26 04:05:33 UTC (rev 
2565)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxrandr/debian/control
===================================================================
--- branches/7.1/lib/libxrandr/debian/control   2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxrandr/debian/control   2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-randr-dev, x11proto-render-dev, libxrender-dev (>= 
1:0.9.0-2), pkg-config, quilt
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-randr-dev, x11proto-render-dev, libxrender-dev (>= 
1:0.9.0-2), pkg-config, quilt
+Standards-Version: 3.7.2.0
 
 Package: libxrandr2
 Architecture: any
@@ -45,8 +45,8 @@
 
 Package: libxrandr-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxrandr2 (= 
${Source-Version}), libx11-dev, libxext-dev, x11proto-randr-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${Source-Version}), 
libx11-dev, libxext-dev, x11proto-randr-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 RandR extension library (development headers)
  libXrandr provides an X Window System client interface to the RandR
  extension to the X protocol.

Modified: branches/7.1/lib/libxrandr/debian/rules
===================================================================
--- branches/7.1/lib/libxrandr/debian/rules     2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxrandr/debian/rules     2006-07-26 04:05:33 UTC (rev 
2565)
@@ -75,7 +75,7 @@
        dh_install --sourcedir=debian/tmp --list-missing
        dh_installchangelogs
        dh_link
-       dh_strip --dbg-package=$(PACKAGE)
+       dh_strip --dbg-package=$(PACKAGE)-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs

Modified: branches/7.1/lib/libxrender/debian/changelog
===================================================================
--- branches/7.1/lib/libxrender/debian/changelog        2006-07-26 03:20:23 UTC 
(rev 2564)
+++ branches/7.1/lib/libxrender/debian/changelog        2006-07-26 04:05:33 UTC 
(rev 2565)
@@ -2,7 +2,12 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fi.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Bump standards version to 3.7.2.0.
+  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
+    the rest of Debian.
+  * Bump debhelper compat to 5.
+  * Fix dh_strip call to skip the -dbg package.
 
  -- Andres Salomon <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 01:21:17 -0400
 

Modified: branches/7.1/lib/libxrender/debian/compat
===================================================================
--- branches/7.1/lib/libxrender/debian/compat   2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxrender/debian/compat   2006-07-26 04:05:33 UTC (rev 
2565)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxrender/debian/control
===================================================================
--- branches/7.1/lib/libxrender/debian/control  2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxrender/debian/control  2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), pkg-config, libx11-dev (>= 1:0.99.2-1), 
x11proto-render-dev, x11proto-core-dev
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5.0.0), pkg-config, libx11-dev (>= 1:0.99.2-1), 
x11proto-render-dev, x11proto-core-dev
+Standards-Version: 3.7.2.0
 
 Package: libxrender1
 Section: libs
@@ -57,7 +57,7 @@
 Section: libdevel
 Architecture: any
 Depends: libxrender1 (= ${Source-Version}), libx11-dev (>= 2:1.0.0), 
x11proto-render-dev, x11proto-core-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X Rendering Extension client library (development files)
  The X Rendering Extension (Render) introduces digital image composition as
  the foundation of a new rendering model within the X Window System.

Modified: branches/7.1/lib/libxrender/debian/rules
===================================================================
--- branches/7.1/lib/libxrender/debian/rules    2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxrender/debian/rules    2006-07-26 04:05:33 UTC (rev 
2565)
@@ -75,7 +75,7 @@
        dh_install --sourcedir=debian/tmp --list-missing
        dh_installchangelogs
        dh_link
-       dh_strip --dbg-package=$(PACKAGE)
+       dh_strip --dbg-package=$(PACKAGE)-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs

Modified: branches/7.1/lib/libxres/debian/changelog
===================================================================
--- branches/7.1/lib/libxres/debian/changelog   2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxres/debian/changelog   2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,6 +3,12 @@
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing. 
+  * Drop duplicate x11-common dep in -dev package.
+  * Bump standards version to 3.7.2.0.
+  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
+    the rest of Debian.
+  * Bump debhelper compat to 5.
+  * Fix dh_strip call to skip the -dbg package.
 
  -- Andres Salomon <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 01:21:19 -0400
 

Modified: branches/7.1/lib/libxres/debian/compat
===================================================================
--- branches/7.1/lib/libxres/debian/compat      2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxres/debian/compat      2006-07-26 04:05:33 UTC (rev 
2565)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxres/debian/control
===================================================================
--- branches/7.1/lib/libxres/debian/control     2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxres/debian/control     2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-resource-dev, x11proto-xext-dev, pkg-config, quilt
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-resource-dev, x11proto-xext-dev, pkg-config, quilt
+Standards-Version: 3.7.2.0
 
 Package: libxres1
 Architecture: any
@@ -45,9 +45,9 @@
 
 Package: libxres-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxres1 (= 
${Source-Version}), libx11-dev, libxext-dev, x11proto-resource-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxres1 (= ${Source-Version}), 
libx11-dev, libxext-dev, x11proto-resource-dev
 Conflicts: x11proto-resource-dev (<< 1.0+cvs.20050712-1)
-Pre-Depends: x11-common (>= 1:1.09)
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Resource extension library (development headers)
  libXRes provides an X Window System client interface to the Resource
  extension to the X protocol.

Modified: branches/7.1/lib/libxres/debian/rules
===================================================================
--- branches/7.1/lib/libxres/debian/rules       2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxres/debian/rules       2006-07-26 04:05:33 UTC (rev 
2565)
@@ -75,7 +75,7 @@
        dh_install --sourcedir=debian/tmp --list-missing
        dh_installchangelogs
        dh_link
-       dh_strip --dbg-package=$(PACKAGE)
+       dh_strip --dbg-package=$(PACKAGE)-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs

Modified: branches/7.1/lib/libxss/debian/changelog
===================================================================
--- branches/7.1/lib/libxss/debian/changelog    2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxss/debian/changelog    2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,6 +3,12 @@
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing. 
+  * Drop duplicate x11-common dep in -dev package.
+  * Bump standards version to 3.7.2.0.
+  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
+    the rest of Debian.
+  * Bump debhelper compat to 5.
+  * Fix dh_strip call to skip the -dbg package.
 
  -- Andres Salomon <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 01:21:21 -0400
 

Modified: branches/7.1/lib/libxss/debian/compat
===================================================================
--- branches/7.1/lib/libxss/debian/compat       2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxss/debian/compat       2006-07-26 04:05:33 UTC (rev 
2565)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxss/debian/control
===================================================================
--- branches/7.1/lib/libxss/debian/control      2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxss/debian/control      2006-07-26 04:05:33 UTC (rev 
2565)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-scrnsaver-dev, pkg-config, quilt
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxext-dev 
(>= 1:0.99.1-1), x11proto-scrnsaver-dev, pkg-config, quilt
+Standards-Version: 3.7.2.0
 
 Package: libxss1
 Architecture: any
@@ -47,8 +47,8 @@
 
 Package: libxss-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxss1 (= 
${Source-Version}), libx11-dev, libxext-dev, x11proto-scrnsaver-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxss1 (= ${Source-Version}), 
libx11-dev, libxext-dev, x11proto-scrnsaver-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Screen Saver extension library (development headers)
  libXss provides an X Window System client interface to the MIT-SCREEN-SAVER
  extension to the X protocol.

Modified: branches/7.1/lib/libxss/debian/rules
===================================================================
--- branches/7.1/lib/libxss/debian/rules        2006-07-26 03:20:23 UTC (rev 
2564)
+++ branches/7.1/lib/libxss/debian/rules        2006-07-26 04:05:33 UTC (rev 
2565)
@@ -75,7 +75,7 @@
        dh_install --sourcedir=debian/tmp --list-missing
        dh_installchangelogs
        dh_link
-       dh_strip --dbg-package=$(PACKAGE)
+       dh_strip --dbg-package=$(PACKAGE)-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to