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

X Strike Force X.Org X11 SVN commit: r2564 - branches/7.1/lib/libxtrap/debian



Author: dilinger
Date: 2006-07-25 23:20:23 -0400 (Tue, 25 Jul 2006)
New Revision: 2564

Modified:
   branches/7.1/lib/libxtrap/debian/changelog
   branches/7.1/lib/libxtrap/debian/compat
   branches/7.1/lib/libxtrap/debian/control
   branches/7.1/lib/libxtrap/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/libxtrap/debian/changelog
===================================================================
--- branches/7.1/lib/libxtrap/debian/changelog	2006-07-24 15:24:12 UTC (rev 2563)
+++ branches/7.1/lib/libxtrap/debian/changelog	2006-07-26 03:20:23 UTC (rev 2564)
@@ -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:23 -0400
 

Modified: branches/7.1/lib/libxtrap/debian/compat
===================================================================
--- branches/7.1/lib/libxtrap/debian/compat	2006-07-24 15:24:12 UTC (rev 2563)
+++ branches/7.1/lib/libxtrap/debian/compat	2006-07-26 03:20:23 UTC (rev 2564)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxtrap/debian/control
===================================================================
--- branches/7.1/lib/libxtrap/debian/control	2006-07-24 15:24:12 UTC (rev 2563)
+++ branches/7.1/lib/libxtrap/debian/control	2006-07-26 03:20:23 UTC (rev 2564)
@@ -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 (>= 1:0.99.2-1), libxt-dev (>= 1:0.99.1), libxext-dev (>= 1:1.0.0-1), x11proto-trap-dev, pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), libxt-dev (>= 1:0.99.1), libxext-dev (>= 1:1.0.0-1), x11proto-trap-dev, pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libxtrap6
 Architecture: any
@@ -39,8 +39,8 @@
 
 Package: libxtrap-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxtrap6 (= ${Source-Version}), libx11-dev, x11proto-trap-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxtrap6 (= ${Source-Version}), libx11-dev, x11proto-trap-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 event trapping extension library (development headers)
  libXTrap provides an interface to the DEC-XTRAP extension, which allows
  for capture and synthesis of core input events.

Modified: branches/7.1/lib/libxtrap/debian/rules
===================================================================
--- branches/7.1/lib/libxtrap/debian/rules	2006-07-24 15:24:12 UTC (rev 2563)
+++ branches/7.1/lib/libxtrap/debian/rules	2006-07-26 03:20:23 UTC (rev 2564)
@@ -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: