]> git.donarmstrong.com Git - debhelper.git/commitdiff
r951: This commit was manufactured by cvs2svn to create tag
authorunknown <unknown>
Mon, 28 Jul 2003 18:45:59 +0000 (18:45 +0000)
committerunknown <unknown>
Mon, 28 Jul 2003 18:45:59 +0000 (18:45 +0000)
'upstream_version_0_2'.

24 files changed:
autoscripts/postinst-doc-base [deleted file]
autoscripts/postinst-emacsen [deleted file]
autoscripts/postinst-info [deleted file]
autoscripts/postinst-info-nosection [deleted file]
autoscripts/postinst-init [deleted file]
autoscripts/postinst-init-norestart [deleted file]
autoscripts/postinst-menu [deleted file]
autoscripts/postinst-menu-method [deleted file]
autoscripts/postinst-mime [deleted file]
autoscripts/postinst-modules [deleted file]
autoscripts/postinst-suid [deleted file]
autoscripts/postinst-wm [deleted file]
autoscripts/postinst-xaw [deleted file]
autoscripts/postrm-init [deleted file]
autoscripts/postrm-menu-method [deleted file]
autoscripts/postrm-suid [deleted file]
autoscripts/postrm-wm [deleted file]
autoscripts/postrm-xaw [deleted file]
autoscripts/prerm-doc-base [deleted file]
autoscripts/prerm-emacsen [deleted file]
autoscripts/prerm-info [deleted file]
autoscripts/prerm-init [deleted file]
autoscripts/prerm-xaw [deleted file]
dh_strip.1 [deleted file]

diff --git a/autoscripts/postinst-doc-base b/autoscripts/postinst-doc-base
deleted file mode 100644 (file)
index c3653be..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if command -v install-docs >/dev/null 2>&1; then
-       install-docs -i /usr/share/doc-base/#DOC-ID#
-fi
diff --git a/autoscripts/postinst-emacsen b/autoscripts/postinst-emacsen
deleted file mode 100644 (file)
index 45f1dee..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/emacsen-common/emacs-package-install #PACKAGE#
diff --git a/autoscripts/postinst-info b/autoscripts/postinst-info
deleted file mode 100644 (file)
index 59881a1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-install-info --quiet --section "#SECTION#" "#SECTION#" #FILE#
diff --git a/autoscripts/postinst-info-nosection b/autoscripts/postinst-info-nosection
deleted file mode 100644 (file)
index cba27d2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-install-info --quiet #FILE#
diff --git a/autoscripts/postinst-init b/autoscripts/postinst-init
deleted file mode 100644 (file)
index 976c6b3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-update-rc.d #SCRIPT# #INITPARMS# >/dev/null
-/etc/init.d/#SCRIPT# start
diff --git a/autoscripts/postinst-init-norestart b/autoscripts/postinst-init-norestart
deleted file mode 100644 (file)
index b33702c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-update-rc.d #SCRIPT# #INITPARMS# >/dev/null
-if [ "$1" = "configure" ]; then
-       if [ -z "$2" -o "$2" = "<unknown>" ]; then
-               /etc/init.d/#SCRIPT# start
-       fi
-fi
diff --git a/autoscripts/postinst-menu b/autoscripts/postinst-menu
deleted file mode 100644 (file)
index 2be8824..0000000
+++ /dev/null
@@ -1 +0,0 @@
-if test -x /usr/bin/update-menus ; then update-menus ; fi
diff --git a/autoscripts/postinst-menu-method b/autoscripts/postinst-menu-method
deleted file mode 100644 (file)
index 03acde7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-inst=/etc/menu-methods/#PACKAGE#
-if [ -x /usr/bin/update-menus -a -f $inst ] ; then
-       chmod a+x $inst
-       update-menus
-fi
diff --git a/autoscripts/postinst-mime b/autoscripts/postinst-mime
deleted file mode 100644 (file)
index e993233..0000000
+++ /dev/null
@@ -1 +0,0 @@
-if [ -x /usr/sbin/update-mime ]; then update-mime; fi
diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules
deleted file mode 100644 (file)
index a8f4ce7..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-update-modules
-depmod -a
diff --git a/autoscripts/postinst-suid b/autoscripts/postinst-suid
deleted file mode 100644 (file)
index dcc277f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-if command -v suidregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
-        suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
-elif [ -e /#FILE# ]; then
-        chown #OWNER#.#GROUP# /#FILE#
-        chmod #PERMS# /#FILE#
-fi
diff --git a/autoscripts/postinst-wm b/autoscripts/postinst-wm
deleted file mode 100644 (file)
index 925c788..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if command -v register-window-manager >/dev/null 2>&1; then
-       register-window-manager --add #WM#
-fi
diff --git a/autoscripts/postinst-xaw b/autoscripts/postinst-xaw
deleted file mode 100644 (file)
index 3d8e2d1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-if test -x /usr/sbin/update-xaw-wrappers; then
-       /usr/sbin/update-xaw-wrappers
-fi
-for opts in #OPTS#; do
-       update-alternatives --quiet --install $opts 25
-done   
diff --git a/autoscripts/postrm-init b/autoscripts/postrm-init
deleted file mode 100644 (file)
index 1c29298..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "purge" ] ; then
-       update-rc.d #SCRIPT# remove >/dev/null
-fi
diff --git a/autoscripts/postrm-menu-method b/autoscripts/postrm-menu-method
deleted file mode 100644 (file)
index 3270b7c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-inst=/etc/menu-methods/#PACKAGE#
-if [ "$1" = "remove" -a -f "$inst" ]; then chmod a-x $inst ; fi
-if test -x /usr/bin/update-menus ; then update-menus; fi
diff --git a/autoscripts/postrm-suid b/autoscripts/postrm-suid
deleted file mode 100644 (file)
index d4a7619..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if command -v suidunregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
-        suidunregister -s #PACKAGE# /#FILE#
-fi
diff --git a/autoscripts/postrm-wm b/autoscripts/postrm-wm
deleted file mode 100644 (file)
index 6a7eb47..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$1" = "purge" ] && command -v register-window-manager >/dev/null 2>&1
-then
-       register-window-manager --remove #WM#
-fi
diff --git a/autoscripts/postrm-xaw b/autoscripts/postrm-xaw
deleted file mode 100644 (file)
index b8d718e..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if test -x /usr/sbin/update-xaw-wrappers; then
-       /usr/sbin/update-xaw-wrappers
-fi
diff --git a/autoscripts/prerm-doc-base b/autoscripts/prerm-doc-base
deleted file mode 100644 (file)
index 9678003..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if command -v install-docs >/dev/null 2>&1; then
-       install-docs -r #DOC-ID#
-fi
diff --git a/autoscripts/prerm-emacsen b/autoscripts/prerm-emacsen
deleted file mode 100644 (file)
index d11dafa..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/emacsen-common/emacs-package-remove #PACKAGE#
diff --git a/autoscripts/prerm-info b/autoscripts/prerm-info
deleted file mode 100644 (file)
index b3f53cc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-install-info --quiet --remove #FILE#
diff --git a/autoscripts/prerm-init b/autoscripts/prerm-init
deleted file mode 100644 (file)
index 64975a3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/etc/init.d/#SCRIPT# stop
diff --git a/autoscripts/prerm-xaw b/autoscripts/prerm-xaw
deleted file mode 100644 (file)
index 2507a2f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-for opts in #OPTS#; do
-       update-alternatives --quiet --remove $opts
-done
-       
diff --git a/dh_strip.1 b/dh_strip.1
deleted file mode 100644 (file)
index 683de57..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-.TH DH_STRIP 1 "" "Debhelper Commands" "Debhelper Commands"
-.SH NAME
-dh_strip \- strip executables, shared libraries, and some static libraries.
-.SH SYNOPSIS
-.B dh_strip
-.I "[debhelper options] [-Xitem]"
-.SH "DESCRIPTION"
-dh_strip is a debhelper program that is responsible for stripping
-executables, shared libraries, and static libraries that are not used for
-debugging.
-.P
-It assumes that files that have names like lib*_g.a are static libraries
-used in debugging, and will not strip them.
-.SH OPTIONS
-.TP
-.B debhelper options
-See
-.BR debhelper (1)
-for a list of options common to all debhelper commands.
-.TP
-.B \-Xitem, \--exclude=item
-Exclude files that contain "item" anywhere in their filename from being
-stripped. You may use this option multiple times to build up a list of
-things to exclude.
-.SH ENVIRONMENT
-See
-.BR debhelper (1)
-for a list of environment variables that affect all debhelper commands.
-.SH "SEE ALSO"
-.BR debhelper (1)
-.SH "CONFORMS TO"
-Debian policy, version 2.5.0.0
-.SH AUTHOR
-Joey Hess <joeyh@master.debian.org>