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

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



Author: ender
Date: 2006-05-13 17:29:59 -0400 (Sat, 13 May 2006)
New Revision: 2129

Modified:
   trunk/driver/xserver-xorg-input-mouse/debian/changelog
   trunk/driver/xserver-xorg-input-mouse/debian/rules
Log:
* Added DRIVER_MAN_SUFFIX=4x in order to ship mouse.man as mouse.4x (I
  *know* that it makes lintian shout).  I did this because otherwise it
   would conflict witn mouse.4 from manpages.
* Added README to installed docs.
* Added /usr/share/man to xserver-xorg-input-mouse.install.


Modified: trunk/driver/xserver-xorg-input-mouse/debian/changelog
===================================================================
--- trunk/driver/xserver-xorg-input-mouse/debian/changelog	2006-05-13 11:25:22 UTC (rev 2128)
+++ trunk/driver/xserver-xorg-input-mouse/debian/changelog	2006-05-13 21:29:59 UTC (rev 2129)
@@ -4,8 +4,13 @@
   * debian/rules:
     - Added support for patches.
     - Added --list-missing to dh_install.
+    - Added DRIVER_MAN_SUFFIX=4x in order to ship mouse.man as mouse.4x (I
+      *know* that it makes lintian shout).  I did this because otherwise it
+       would conflict witn mouse.4 from manpages.
+    - Added README to installed docs.
   * 01_stolen_fron_HEAD_spurious_mouse_events.diff: Added patch for mouse.c
-    from CVS in order to fix fast scrolling and wrong events. Closes: #366787.
+    from CVS in order to fix fast scrolling and wrong events.  Closes: #366787.
+  * Added /usr/share/man to xserver-xorg-input-mouse.install.
   * debian/control:
     - Updated Standards-Version to 3.7.2.0.
     - Added Depends on xserver-xorg-core (>= 1:0.99.0-1).
@@ -13,7 +18,7 @@
   [ David Nusinow ]
   * Add quilt to Build-Depends.
 
- -- David Martínez Moreno <ender@debian.org>  Sat, 13 May 2006 13:21:28 +0200
+ -- David Martínez Moreno <ender@debian.org>  Sat, 13 May 2006 14:08:51 +0200
 
 xserver-xorg-input-mouse (1:1.0.4-2) unstable; urgency=low
 

Modified: trunk/driver/xserver-xorg-input-mouse/debian/rules
===================================================================
--- trunk/driver/xserver-xorg-input-mouse/debian/rules	2006-05-13 11:25:22 UTC (rev 2128)
+++ trunk/driver/xserver-xorg-input-mouse/debian/rules	2006-05-13 21:29:59 UTC (rev 2129)
@@ -39,7 +39,7 @@
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
-	             CFLAGS="$(CFLAGS)" 
+	             CFLAGS="$(CFLAGS)" DRIVER_MAN_SUFFIX=4x
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 
 	touch build-stamp
@@ -70,7 +70,7 @@
 	dh_testdir
 	dh_testroot
 
-	dh_installdocs
+	dh_installdocs README
 	dh_installchangelogs
 	dh_install --sourcedir=debian/tmp --list-missing
 	dh_link



Reply to: