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

X Strike Force X.Org X11 SVN commit: r2552 - branches/7.1/lib/libxtst/debian



Author: dilinger
Date: 2006-07-24 04:50:17 -0400 (Mon, 24 Jul 2006)
New Revision: 2552

Modified:
   branches/7.1/lib/libxtst/debian/changelog
   branches/7.1/lib/libxtst/debian/compat
   branches/7.1/lib/libxtst/debian/control
   branches/7.1/lib/libxtst/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/libxtst/debian/changelog
===================================================================
--- branches/7.1/lib/libxtst/debian/changelog	2006-07-24 05:08:07 UTC (rev 2551)
+++ branches/7.1/lib/libxtst/debian/changelog	2006-07-24 08:50:17 UTC (rev 2552)
@@ -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 <dilinger@debian.org>  Mon, 17 Jul 2006 01:21:25 -0400
 

Modified: branches/7.1/lib/libxtst/debian/compat
===================================================================
--- branches/7.1/lib/libxtst/debian/compat	2006-07-24 05:08:07 UTC (rev 2551)
+++ branches/7.1/lib/libxtst/debian/compat	2006-07-24 08:50:17 UTC (rev 2552)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxtst/debian/control
===================================================================
--- branches/7.1/lib/libxtst/debian/control	2006-07-24 05:08:07 UTC (rev 2551)
+++ branches/7.1/lib/libxtst/debian/control	2006-07-24 08:50:17 UTC (rev 2552)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 2:0.99.3-1), libxext-dev (>= 1:0.99.2-1), x11proto-record-dev, x11proto-xext-dev, pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 2:0.99.3-1), libxext-dev (>= 1:0.99.2-1), x11proto-record-dev, x11proto-xext-dev, pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libxtst6
 Architecture: any
@@ -45,8 +45,8 @@
 
 Package: libxtst-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxtst6 (= ${Source-Version}), libx11-dev, libxext-dev, x11proto-record-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxtst6 (= ${Source-Version}), libx11-dev, libxext-dev, x11proto-record-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Record extension library (development headers)
  libXtst provides an X Window System client interface to the Record
  extension to the X protocol.

Modified: branches/7.1/lib/libxtst/debian/rules
===================================================================
--- branches/7.1/lib/libxtst/debian/rules	2006-07-24 05:08:07 UTC (rev 2551)
+++ branches/7.1/lib/libxtst/debian/rules	2006-07-24 08:50:17 UTC (rev 2552)
@@ -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



Reply to: