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

X Strike Force X.Org X11 SVN commit: r3915 - trunk/driver/xserver-xorg-input-magictouch/debian



Author: dparsons
Date: 2006-10-27 08:36:35 -0400 (Fri, 27 Oct 2006)
New Revision: 3915

Added:
   trunk/driver/xserver-xorg-input-magictouch/debian/xserver-xorg-input-magictouch.manpages
Modified:
   trunk/driver/xserver-xorg-input-magictouch/debian/changelog
   trunk/driver/xserver-xorg-input-magictouch/debian/compat
   trunk/driver/xserver-xorg-input-magictouch/debian/control
   trunk/driver/xserver-xorg-input-magictouch/debian/rules
   trunk/driver/xserver-xorg-input-magictouch/debian/xserver-xorg-input-magictouch.install
Log:
  * Standards version 3.7.2.
  * Use debhelper 5.
  * Use dh_installman to install man pages.
  * Exclude magictouch_drv.la from dh_install.
  * Update to Depends: xserver-xorg-core (>= 2:1.1.1-1), since
    building with xserver-xorg-dev 2:1.1.1. Would otherwise
    build with lower versions however, so no need to specify a
    matching versioned Build-Depends.
	


Modified: trunk/driver/xserver-xorg-input-magictouch/debian/changelog
===================================================================
--- trunk/driver/xserver-xorg-input-magictouch/debian/changelog	2006-10-27 12:21:25 UTC (rev 3914)
+++ trunk/driver/xserver-xorg-input-magictouch/debian/changelog	2006-10-27 12:36:35 UTC (rev 3915)
@@ -1,11 +1,22 @@
-xserver-xorg-input-magictouch (1:1.0.0.5-3) UNRELEASED; urgency=low
+xserver-xorg-input-magictouch (1:1.0.0.5-3) unstable; urgency=low
 
+  [ Andres Salomon ]
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:07:11 -0400
+  [ Drew Parsons ]
+  * Standards version 3.7.2.
+  * Use debhelper 5.
+  * Use dh_installman to install man pages.
+  * Exclude magictouch_drv.la from dh_install.
+  * Update to Depends: xserver-xorg-core (>= 2:1.1.1-1), since
+    building with xserver-xorg-dev 2:1.1.1. Would otherwise build with
+    lower versions however, so no need to specify a matching versioned
+    Build-Depends.
 
+ -- Drew Parsons <dparsons@debian.org>  Fri, 27 Oct 2006 22:34:37 +1000
+
 xserver-xorg-input-magictouch (1:1.0.0.5-2) unstable; urgency=low
 
   * Upload to modular

Modified: trunk/driver/xserver-xorg-input-magictouch/debian/compat
===================================================================
--- trunk/driver/xserver-xorg-input-magictouch/debian/compat	2006-10-27 12:21:25 UTC (rev 3914)
+++ trunk/driver/xserver-xorg-input-magictouch/debian/compat	2006-10-27 12:36:35 UTC (rev 3915)
@@ -1 +1 @@
-4
+5

Modified: trunk/driver/xserver-xorg-input-magictouch/debian/control
===================================================================
--- trunk/driver/xserver-xorg-input-magictouch/debian/control	2006-10-27 12:21:25 UTC (rev 3914)
+++ trunk/driver/xserver-xorg-input-magictouch/debian/control	2006-10-27 12:36:35 UTC (rev 3915)
@@ -3,12 +3,12 @@
 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), pkg-config, xserver-xorg-dev, x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev, x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
+Standards-Version: 3.7.2
 
 Package: xserver-xorg-input-magictouch
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 1:0.99.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 2:1.1.1-1)
 Provides: xserver-xorg-input
 Replaces: xserver-xorg (<< 6.8.2-35)
 Description: X.Org X server -- MagicTouch input driver

Modified: trunk/driver/xserver-xorg-input-magictouch/debian/rules
===================================================================
--- trunk/driver/xserver-xorg-input-magictouch/debian/rules	2006-10-27 12:21:25 UTC (rev 3914)
+++ trunk/driver/xserver-xorg-input-magictouch/debian/rules	2006-10-27 12:36:35 UTC (rev 3915)
@@ -72,7 +72,8 @@
 
 	dh_installdocs
 	dh_installchangelogs
-	dh_install --sourcedir=debian/tmp --list-missing
+	dh_install --sourcedir=debian/tmp --list-missing --exclude=magictouch_drv.la --exclude=usr/share/man/man4
+	dh_installman
 	dh_link
 	dh_strip
 	dh_compress

Modified: trunk/driver/xserver-xorg-input-magictouch/debian/xserver-xorg-input-magictouch.install
===================================================================
--- trunk/driver/xserver-xorg-input-magictouch/debian/xserver-xorg-input-magictouch.install	2006-10-27 12:21:25 UTC (rev 3914)
+++ trunk/driver/xserver-xorg-input-magictouch/debian/xserver-xorg-input-magictouch.install	2006-10-27 12:36:35 UTC (rev 3915)
@@ -1,2 +1 @@
 usr/lib/xorg/modules/input/*.so
-usr/share/man/man4/*

Added: trunk/driver/xserver-xorg-input-magictouch/debian/xserver-xorg-input-magictouch.manpages
===================================================================
--- trunk/driver/xserver-xorg-input-magictouch/debian/xserver-xorg-input-magictouch.manpages	                        (rev 0)
+++ trunk/driver/xserver-xorg-input-magictouch/debian/xserver-xorg-input-magictouch.manpages	2006-10-27 12:36:35 UTC (rev 3915)
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man4/*



Reply to: