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

X Strike Force X.Org X11 SVN commit: r2542 - branches/7.1/lib/libxvmc/debian



Author: dilinger
Date: 2006-07-23 23:01:38 -0400 (Sun, 23 Jul 2006)
New Revision: 2542

Modified:
   branches/7.1/lib/libxvmc/debian/changelog
   branches/7.1/lib/libxvmc/debian/compat
   branches/7.1/lib/libxvmc/debian/control
   branches/7.1/lib/libxvmc/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/libxvmc/debian/changelog
===================================================================
--- branches/7.1/lib/libxvmc/debian/changelog	2006-07-24 02:16:09 UTC (rev 2541)
+++ branches/7.1/lib/libxvmc/debian/changelog	2006-07-24 03:01:38 UTC (rev 2542)
@@ -2,6 +2,12 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix. 
+  * 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 00:20:09 -0400
 

Modified: branches/7.1/lib/libxvmc/debian/compat
===================================================================
--- branches/7.1/lib/libxvmc/debian/compat	2006-07-24 02:16:09 UTC (rev 2541)
+++ branches/7.1/lib/libxvmc/debian/compat	2006-07-24 03:01:38 UTC (rev 2542)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxvmc/debian/control
===================================================================
--- branches/7.1/lib/libxvmc/debian/control	2006-07-24 02:16:09 UTC (rev 2541)
+++ branches/7.1/lib/libxvmc/debian/control	2006-07-24 03:01:38 UTC (rev 2542)
@@ -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), libxext-dev (>= 1:0.99.1-1), x11proto-video-dev, libxv-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), libxext-dev (>= 1:0.99.1-1), x11proto-video-dev, libxv-dev (>= 1:0.99.1-1), pkg-config, quilt
+Standards-Version: 3.7.2.0
 
 Package: libxvmc1
 Architecture: any
@@ -49,8 +49,8 @@
 
 Package: libxvmc-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxvmc1 (= ${Source-Version}), libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-2), x11proto-video-dev, libxv-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxvmc1 (= ${Source-Version}), libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-2), x11proto-video-dev, libxv-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Conflicts: x11proto-video-dev (<< 2.2+cvs.20050712-1)
 Replaces: x11proto-video-dev (<< 2.2+cvs.20050712-1)
 Description: X11 Video extension library (development headers)

Modified: branches/7.1/lib/libxvmc/debian/rules
===================================================================
--- branches/7.1/lib/libxvmc/debian/rules	2006-07-24 02:16:09 UTC (rev 2541)
+++ branches/7.1/lib/libxvmc/debian/rules	2006-07-24 03:01:38 UTC (rev 2542)
@@ -77,7 +77,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: