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

X Strike Force X.Org X11 SVN commit: r2514 - branches/7.1/lib/libxxf86vm/debian



Author: dilinger
Date: 2006-07-23 04:23:16 -0400 (Sun, 23 Jul 2006)
New Revision: 2514

Modified:
   branches/7.1/lib/libxxf86vm/debian/changelog
   branches/7.1/lib/libxxf86vm/debian/compat
   branches/7.1/lib/libxxf86vm/debian/control
   branches/7.1/lib/libxxf86vm/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/libxxf86vm/debian/changelog
===================================================================
--- branches/7.1/lib/libxxf86vm/debian/changelog	2006-07-23 08:15:59 UTC (rev 2513)
+++ branches/7.1/lib/libxxf86vm/debian/changelog	2006-07-23 08:23:16 UTC (rev 2514)
@@ -2,9 +2,15 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * 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:35 -0400
+ -- Andres Salomon <dilinger@debian.org>  Sun, 23 Jul 2006 04:20:59 -0400
 
 libxxf86vm (1:1.0.0-4) unstable; urgency=low
 

Modified: branches/7.1/lib/libxxf86vm/debian/compat
===================================================================
--- branches/7.1/lib/libxxf86vm/debian/compat	2006-07-23 08:15:59 UTC (rev 2513)
+++ branches/7.1/lib/libxxf86vm/debian/compat	2006-07-23 08:23:16 UTC (rev 2514)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxxf86vm/debian/control
===================================================================
--- branches/7.1/lib/libxxf86vm/debian/control	2006-07-23 08:15:59 UTC (rev 2513)
+++ branches/7.1/lib/libxxf86vm/debian/control	2006-07-23 08:23:16 UTC (rev 2514)
@@ -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), x11proto-xf86vidmode-dev, libxext-dev (>= 1:0.99.1-1), pkg-config, quilt
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), x11proto-xf86vidmode-dev, libxext-dev (>= 1:0.99.1-1), pkg-config, quilt
+Standards-Version: 3.7.2.0
 
 Package: libxxf86vm1
 Architecture: any
@@ -43,8 +43,8 @@
 
 Package: libxxf86vm-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxxf86vm1 (= ${Source-Version}), libx11-dev, x11proto-xf86vidmode-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86vm1 (= ${Source-Version}), libx11-dev, x11proto-xf86vidmode-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 XFree86 video mode extension library (development headers)
  libXxf86vm provides an interface to the XFree86-VidModeExtension
  extension, which allows client applications to get and set video mode

Modified: branches/7.1/lib/libxxf86vm/debian/rules
===================================================================
--- branches/7.1/lib/libxxf86vm/debian/rules	2006-07-23 08:15:59 UTC (rev 2513)
+++ branches/7.1/lib/libxxf86vm/debian/rules	2006-07-23 08:23:16 UTC (rev 2514)
@@ -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: