tags 363476 + patch pending
thanks

I intend to NMU using the attached patch.


Regards,
Roger

-- 
Roger Leigh
                Printing on GNU/Linux?  http://gutenprint.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
diff -urN pmud-0.10.original/debian/changelog pmud-0.10/debian/changelog
--- pmud-0.10.original/debian/changelog	2006-04-20 11:05:50.000000000 +0100
+++ pmud-0.10/debian/changelog	2006-04-20 11:08:47.642308235 +0100
@@ -1,3 +1,12 @@
+pmud (0.10-9.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Install xmouse in /usr/bin, rather than /usr/X11/bin.
+    Closes: #363476.
+  * Makefile: Install xmouse in /usr/bin, rather than /usr/X11/bin.
+
+ -- Roger Leigh <[EMAIL PROTECTED]>  Thu, 20 Apr 2006 11:08:20 +0100
+
 pmud (0.10-9) unstable; urgency=low
 
   * Build-depend on libx11-dev after xlibs-dev split.
diff -urN pmud-0.10.original/debian/rules pmud-0.10/debian/rules
--- pmud-0.10.original/debian/rules	2006-04-20 11:05:50.000000000 +0100
+++ pmud-0.10/debian/rules	2006-04-20 11:06:49.109711721 +0100
@@ -62,9 +62,8 @@
 	# pmud-utils binaries
 	#install -d $(prefix_util)/sbin
 	#install -c fblevel $(prefix_util)/sbin/
-	install -d $(prefix_util)/usr/X11R6/bin
-	install -c xmouse $(prefix_util)/usr/X11R6/bin/
 	install -d $(prefix_util)/usr/bin
+	install -c xmouse $(prefix_util)/usr/bin/
 	install -c Batmon $(prefix_util)/usr/bin/
 
 
diff -urN pmud-0.10.original/Makefile pmud-0.10/Makefile
--- pmud-0.10.original/Makefile	2001-12-15 21:57:47.000000000 +0000
+++ pmud-0.10/Makefile	2006-04-20 11:06:49.109711721 +0100
@@ -39,7 +39,7 @@
 	$(CC) $(CFLAGS) -o fblevel fblevel.c
 
 xmouse: xmouse.c
-	$(CC) $(CLAGS) -o xmouse xmouse.c -L/usr/X11R6/lib -lX11
+	$(CC) $(CLAGS) -o xmouse xmouse.c -lX11
 
 tcp.o: tcp.c tcp.h
 	$(CC) $(CFLAGS) -c tcp.c
@@ -49,7 +49,7 @@
 	install -c snooze /sbin
 	install -c wakebay /sbin
 	install -c fblevel /sbin
-	install -c xmouse /usr/X11R6/bin
+	install -c xmouse /usr/bin
 	install -c Batmon /usr/bin
 	install -c -D pwrctl /etc/power/pwrctl
 	cp pmud.rc /etc/rc.d/init.d/pmud

Attachment: pgpJnUpK94udc.pgp
Description: PGP signature

Reply via email to