r130: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:02:18 +0000 (05:02 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:02:18 +0000 (05:02 +0000)
debian/changelog
dh_clean
dh_fixperms
doc/README
doc/TODO

index 25279d3f6dd684c95704e68757230127da34ef07..766433438c71abce4d3639e96e64b1905e58ae48 100644 (file)
@@ -1,3 +1,17 @@
+debhelper (1.1.22) unstable; urgency=low
+
+  * dh_fixperms: quoting fix from Roderick Schertler <roderick@argon.org>
+  * Added support for register-window-manager command which will be in a new
+    (as yet unreleased) xbase. Now a new dh_installwm program handles
+    registration of a window manager and the necessary modifications to
+    postinst and postrm. It's safe to go ahead and start using this for your
+    window manager packages, just note that it won't do anything until the new
+    xbase is out, and that due to the design of register-window-manager, if
+    your wm is installed before a xbase that supports register-window-manager
+    is installed, the window manager will never be registered. (#20971)
+
+ -- Joey Hess <joeyh@master.debian.org>  Wed, 14 Oct 1998 23:08:04 -0700
+
 debhelper (1.1.21) unstable; urgency=low
 
   * Added install to .PHONY target of example rules files.
index 544c09a0740444e3ba67346ab426b63fba249223..821a54dc111bb39664380e27a5d5782d06daad33 100755 (executable)
--- a/dh_clean
+++ b/dh_clean
@@ -30,8 +30,9 @@ if (! $dh{K_FLAG}) {
 
 # Remove other temp files.
 # (The \s+ is important, \s won't work because find would get null parameters).
+# Note that you _don't_ quote wildcards used by find in here.
 doit(split(/\s+/,"find . ( -name #*# -o -name *~ -o -name DEADJOE
        -o -name *.orig -o -name *.rej -o -name *.bak
        -o -name .*.orig -o -name .*.rej -o -name .SUMS
-       -o -name TAGS -o -name core
+       -o -name TAGS -o -name core -o ( -path */.deps/* -a -name *.P )
        ) -exec rm -f {} ;"));
index b36f68c89d4b78e176f3bd29d6bd00aed5650ab1..58aa1484e0693de87a520cb9244fb4f7af29b7c2 100755 (executable)
@@ -45,6 +45,6 @@ for PACKAGE in $DH_DOPACKAGES; do
        # ..and so are executable shared and static libraries 
        # (and .la files from libtool)
        complex_doit "find $TMP -perm -5 -type f \
-               \( -name "*.so*" -or -name "*.la" -or -name "*.a" \) $FIND_OPTIONS -print0 \
+               \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) $FIND_OPTIONS -print0 \
                2>/dev/null | xargs -0r chmod a-X"
 done
index 2aa9175d2fb8151f5506e120e4f21e7bb44964fc..93b1687c6b985bf711622e25f7fc08cbf9a4ba28 100644 (file)
@@ -35,9 +35,11 @@ by the -n parameter.
 
 Note that it will be shell code, so you cannot directly use it in a perl 
 script. If you would like to embed it into a perl script, here is one way to
-do that (note the tricky use of backquotes):
+do that (note the tricky use of backquotes) (also note that I made sure that
+$1, $2, etc are set with the set command):
 
 print << `EOF`
+set -- @ARGV
 #DEBHELPER#
 EOF
 
index df9e3c48dda0e3b7625eb7224611a22b0c08b686..ac5c21270d5170b4e545184bc8c791fc1667968d 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -38,9 +38,6 @@ Wishlist items:
   Matthias Klose <doko@cs.tu-berlin.de>)
 * docbase support (#25233). Waiting for docbase to stabalize and be used
   widly.
-* Support /etc/X11/window-managers, by making it easy for window managers to
-  add themselves to it in the postinst. Not high priority because there are 
-  few window managers. (#20971)
 * dhelp support. Currently pending on dhelp use becoming widespead (#18342)
 * Support use of environment variables in data taken from user, ie, in
   debian/dirs. The problem with doing this is that we really want to allow