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

X Strike Force X.Org X11 SVN commit: r2527 - branches/7.1/lib/libxxf86dga/debian



Author: dilinger
Date: 2006-07-23 16:48:55 -0400 (Sun, 23 Jul 2006)
New Revision: 2527

Modified:
   branches/7.1/lib/libxxf86dga/debian/changelog
   branches/7.1/lib/libxxf86dga/debian/compat
   branches/7.1/lib/libxxf86dga/debian/control
   branches/7.1/lib/libxxf86dga/debian/libxxf86dga-dev.install
   branches/7.1/lib/libxxf86dga/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.
  * Include .la file in -dev package.



Modified: branches/7.1/lib/libxxf86dga/debian/changelog
===================================================================
--- branches/7.1/lib/libxxf86dga/debian/changelog	2006-07-23 20:43:57 UTC (rev 2526)
+++ branches/7.1/lib/libxxf86dga/debian/changelog	2006-07-23 20:48:55 UTC (rev 2527)
@@ -3,6 +3,13 @@
   * 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.
+  * Include .la file in -dev package.
 
  -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:21:30 -0400
 

Modified: branches/7.1/lib/libxxf86dga/debian/compat
===================================================================
--- branches/7.1/lib/libxxf86dga/debian/compat	2006-07-23 20:43:57 UTC (rev 2526)
+++ branches/7.1/lib/libxxf86dga/debian/compat	2006-07-23 20:48:55 UTC (rev 2527)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxxf86dga/debian/control
===================================================================
--- branches/7.1/lib/libxxf86dga/debian/control	2006-07-23 20:43:57 UTC (rev 2526)
+++ branches/7.1/lib/libxxf86dga/debian/control	2006-07-23 20:48:55 UTC (rev 2527)
@@ -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-xf86dga-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-xf86dga-dev, libxext-dev (>= 1:0.99.1-1), pkg-config, quilt
+Standards-Version: 3.7.2.0
 
 Package: libxxf86dga1
 Architecture: any
@@ -43,8 +43,8 @@
 
 Package: libxxf86dga-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxxf86dga1 (= ${Source-Version}), libx11-dev, x11proto-xf86dga-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86dga1 (= ${Source-Version}), libx11-dev, x11proto-xf86dga-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Direct Graphics Access extension library (development headers)
  libXxf86dga provides the XFree86-DGA extension, which allows direct
  graphics access to a framebuffer-like region, and also allows relative

Modified: branches/7.1/lib/libxxf86dga/debian/libxxf86dga-dev.install
===================================================================
--- branches/7.1/lib/libxxf86dga/debian/libxxf86dga-dev.install	2006-07-23 20:43:57 UTC (rev 2526)
+++ branches/7.1/lib/libxxf86dga/debian/libxxf86dga-dev.install	2006-07-23 20:48:55 UTC (rev 2527)
@@ -2,4 +2,5 @@
 usr/share/man/*
 usr/lib/libXxf86dga.a
 usr/lib/libXxf86dga.so
+usr/lib/libXxf86dga.la
 usr/lib/pkgconfig/xxf86dga.pc

Modified: branches/7.1/lib/libxxf86dga/debian/rules
===================================================================
--- branches/7.1/lib/libxxf86dga/debian/rules	2006-07-23 20:43:57 UTC (rev 2526)
+++ branches/7.1/lib/libxxf86dga/debian/rules	2006-07-23 20:48:55 UTC (rev 2527)
@@ -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: