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

X Strike Force X.Org X11 SVN commit: r2428 - branches/7.1/lib/libdmx/debian



Author: dnusinow
Date: 2006-07-03 16:14:04 -0400 (Mon, 03 Jul 2006)
New Revision: 2428

Modified:
   branches/7.1/lib/libdmx/debian/changelog
   branches/7.1/lib/libdmx/debian/compat
   branches/7.1/lib/libdmx/debian/control
   branches/7.1/lib/libdmx/debian/libdmx-dev.install
   branches/7.1/lib/libdmx/debian/rules
Log:
* New upstream release
* Bump debhelper compat to 5
* Remove extra dependency on x11-common in -dev package
* Bump standards version to 3.7.2.0
* Run dh_install with --list-missing
* Don't try and install header files for -dev package anymore, they're not
  there

Modified: branches/7.1/lib/libdmx/debian/changelog
===================================================================
--- branches/7.1/lib/libdmx/debian/changelog	2006-07-03 20:01:11 UTC (rev 2427)
+++ branches/7.1/lib/libdmx/debian/changelog	2006-07-03 20:14:04 UTC (rev 2428)
@@ -1,3 +1,15 @@
+libdmx (1:1.0.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Bump debhelper compat to 5
+  * Remove extra dependency on x11-common in -dev package
+  * Bump standards version to 3.7.2.0
+  * Run dh_install with --list-missing
+  * Don't try and install header files for -dev package anymore, they're not
+    there
+
+ -- David Nusinow <dnusinow@debian.org>  Mon,  3 Jul 2006 16:08:36 -0400
+
 libdmx (1:1.0.1-3) unstable; urgency=low
 
   * Version pre-depends on x11-common properly. Thanks Josh Triplett.

Modified: branches/7.1/lib/libdmx/debian/compat
===================================================================
--- branches/7.1/lib/libdmx/debian/compat	2006-07-03 20:01:11 UTC (rev 2427)
+++ branches/7.1/lib/libdmx/debian/compat	2006-07-03 20:14:04 UTC (rev 2428)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libdmx/debian/control
===================================================================
--- branches/7.1/lib/libdmx/debian/control	2006-07-03 20:01:11 UTC (rev 2427)
+++ branches/7.1/lib/libdmx/debian/control	2006-07-03 20:14:04 UTC (rev 2428)
@@ -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-dmx-dev, libxext-dev (>= 1:0.99.1-1), pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), x11proto-dmx-dev, libxext-dev (>= 1:0.99.1-1), pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libdmx1
 Architecture: any
@@ -52,7 +52,7 @@
 
 Package: libdmx-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libdmx1 (= ${Source-Version}), libx11-dev, x11proto-dmx-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libdmx1 (= ${Source-Version}), libx11-dev, x11proto-dmx-dev
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Distributed Multihead extension library (development headers)
  libdmx is an interface to the DMX extension for X, which allows a single

Modified: branches/7.1/lib/libdmx/debian/libdmx-dev.install
===================================================================
--- branches/7.1/lib/libdmx/debian/libdmx-dev.install	2006-07-03 20:01:11 UTC (rev 2427)
+++ branches/7.1/lib/libdmx/debian/libdmx-dev.install	2006-07-03 20:14:04 UTC (rev 2428)
@@ -1,4 +1,3 @@
-usr/include/X11/*
 usr/share/man/*
 usr/lib/libdmx.a
 usr/lib/libdmx.so

Modified: branches/7.1/lib/libdmx/debian/rules
===================================================================
--- branches/7.1/lib/libdmx/debian/rules	2006-07-03 20:01:11 UTC (rev 2427)
+++ branches/7.1/lib/libdmx/debian/rules	2006-07-03 20:14:04 UTC (rev 2428)
@@ -72,10 +72,10 @@
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp
+	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: