Author: dnusinow
Date: 2006-06-11 19:01:07 -0400 (Sun, 11 Jun 2006)
New Revision: 2299

Modified:
   trunk/app/xutils/debian/changelog
   trunk/app/xutils/debian/rules
   trunk/app/xutils/debian/xutils.install
Log:
  + We can drop the explicit shipping of rstart's commands in the .install
    file and just use a shell glob

Modified: trunk/app/xutils/debian/changelog
===================================================================
--- trunk/app/xutils/debian/changelog   2006-06-09 04:24:21 UTC (rev 2298)
+++ trunk/app/xutils/debian/changelog   2006-06-11 23:01:07 UTC (rev 2299)
@@ -1,8 +1,10 @@
 xutils (1:7.0.0-4) UNRELEASED; urgency=low
 
   * Update rstart to version 1.0.2
+    + We can drop the explicit shipping of rstart's commands in the .install
+      file and just use a shell glob
 
- -- David Nusinow <[EMAIL PROTECTED]>  Mon,  1 May 2006 21:42:34 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 11 Jun 2006 19:00:27 -0400
 
 xutils (1:7.0.0-3) unstable; urgency=low
 

Modified: trunk/app/xutils/debian/rules
===================================================================
--- trunk/app/xutils/debian/rules       2006-06-09 04:24:21 UTC (rev 2298)
+++ trunk/app/xutils/debian/rules       2006-06-11 23:01:07 UTC (rev 2299)
@@ -44,6 +44,7 @@
                (cd "$$FILE"-obj-$(DEB_BUILD_GNU_TYPE) && \
                ../"$$FILE"/configure --prefix=/usr 
--mandir=\$${prefix}/share/man \
                             --infodir=\$${prefix}/share/info $(confflags) \
+                                        
--with-localealiasfile=/usr/share/X11/locale \
                             CFLAGS="$(CFLAGS)" && \
                $(MAKE)) || exit 1; \
        done

Modified: trunk/app/xutils/debian/xutils.install
===================================================================
--- trunk/app/xutils/debian/xutils.install      2006-06-09 04:24:21 UTC (rev 
2298)
+++ trunk/app/xutils/debian/xutils.install      2006-06-11 23:01:07 UTC (rev 
2299)
@@ -17,15 +17,4 @@
 usr/share/man/man1/sessreg.1x
 usr/share/man/man1/showfont.1x
 usr/share/man/man1/xfsinfo.1x
-usr/lib/X11/rstart/config
-usr/lib/X11/rstart/rstartd.real
-usr/lib/X11/rstart-X11R7.0-1.0.1/commands/x11r6/LoadMonitor
-usr/lib/X11/rstart-X11R7.0-1.0.1/commands/x11r6/@List
-usr/lib/X11/rstart-X11R7.0-1.0.1/commands/x11r6/Terminal
-usr/lib/X11/rstart-X11R7.0-1.0.1/commands/ListContexts
-usr/lib/X11/rstart-X11R7.0-1.0.1/commands/@List
-usr/lib/X11/rstart-X11R7.0-1.0.1/commands/ListGenericCommands
-usr/lib/X11/rstart-X11R7.0-1.0.1/contexts/@Aliases
-usr/lib/X11/rstart-X11R7.0-1.0.1/contexts/x11r6
-usr/lib/X11/rstart-X11R7.0-1.0.1/contexts/default
-usr/lib/X11/rstart-X11R7.0-1.0.1/contexts/@List
+usr/lib/X11/rstart/*


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to