From 16aec7898a9cddc9a5d2907aae26aea31f035c60 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 28 Jul 2003 18:45:59 +0000 Subject: [PATCH] r951: This commit was manufactured by cvs2svn to create tag 'upstream_version_0_2'. --- autoscripts/postinst-doc-base | 3 --- autoscripts/postinst-emacsen | 1 - autoscripts/postinst-info | 1 - autoscripts/postinst-info-nosection | 1 - autoscripts/postinst-init | 2 -- autoscripts/postinst-init-norestart | 6 ----- autoscripts/postinst-menu | 1 - autoscripts/postinst-menu-method | 5 ----- autoscripts/postinst-mime | 1 - autoscripts/postinst-modules | 2 -- autoscripts/postinst-suid | 6 ----- autoscripts/postinst-wm | 3 --- autoscripts/postinst-xaw | 6 ----- autoscripts/postrm-init | 3 --- autoscripts/postrm-menu-method | 3 --- autoscripts/postrm-suid | 3 --- autoscripts/postrm-wm | 4 ---- autoscripts/postrm-xaw | 3 --- autoscripts/prerm-doc-base | 3 --- autoscripts/prerm-emacsen | 1 - autoscripts/prerm-info | 1 - autoscripts/prerm-init | 1 - autoscripts/prerm-xaw | 4 ---- dh_strip.1 | 34 ----------------------------- 24 files changed, 98 deletions(-) delete mode 100644 autoscripts/postinst-doc-base delete mode 100644 autoscripts/postinst-emacsen delete mode 100644 autoscripts/postinst-info delete mode 100644 autoscripts/postinst-info-nosection delete mode 100644 autoscripts/postinst-init delete mode 100644 autoscripts/postinst-init-norestart delete mode 100644 autoscripts/postinst-menu delete mode 100644 autoscripts/postinst-menu-method delete mode 100644 autoscripts/postinst-mime delete mode 100644 autoscripts/postinst-modules delete mode 100644 autoscripts/postinst-suid delete mode 100644 autoscripts/postinst-wm delete mode 100644 autoscripts/postinst-xaw delete mode 100644 autoscripts/postrm-init delete mode 100644 autoscripts/postrm-menu-method delete mode 100644 autoscripts/postrm-suid delete mode 100644 autoscripts/postrm-wm delete mode 100644 autoscripts/postrm-xaw delete mode 100644 autoscripts/prerm-doc-base delete mode 100644 autoscripts/prerm-emacsen delete mode 100644 autoscripts/prerm-info delete mode 100644 autoscripts/prerm-init delete mode 100644 autoscripts/prerm-xaw delete mode 100644 dh_strip.1 diff --git a/autoscripts/postinst-doc-base b/autoscripts/postinst-doc-base deleted file mode 100644 index c3653be..0000000 --- a/autoscripts/postinst-doc-base +++ /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 index 45f1dee..0000000 --- a/autoscripts/postinst-emacsen +++ /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 index 59881a1..0000000 --- a/autoscripts/postinst-info +++ /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 index cba27d2..0000000 --- a/autoscripts/postinst-info-nosection +++ /dev/null @@ -1 +0,0 @@ -install-info --quiet #FILE# diff --git a/autoscripts/postinst-init b/autoscripts/postinst-init deleted file mode 100644 index 976c6b3..0000000 --- a/autoscripts/postinst-init +++ /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 index b33702c..0000000 --- a/autoscripts/postinst-init-norestart +++ /dev/null @@ -1,6 +0,0 @@ -update-rc.d #SCRIPT# #INITPARMS# >/dev/null -if [ "$1" = "configure" ]; then - if [ -z "$2" -o "$2" = "" ]; then - /etc/init.d/#SCRIPT# start - fi -fi diff --git a/autoscripts/postinst-menu b/autoscripts/postinst-menu deleted file mode 100644 index 2be8824..0000000 --- a/autoscripts/postinst-menu +++ /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 index 03acde7..0000000 --- a/autoscripts/postinst-menu-method +++ /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 index e993233..0000000 --- a/autoscripts/postinst-mime +++ /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 index a8f4ce7..0000000 --- a/autoscripts/postinst-modules +++ /dev/null @@ -1,2 +0,0 @@ -update-modules -depmod -a diff --git a/autoscripts/postinst-suid b/autoscripts/postinst-suid deleted file mode 100644 index dcc277f..0000000 --- a/autoscripts/postinst-suid +++ /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 index 925c788..0000000 --- a/autoscripts/postinst-wm +++ /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 index 3d8e2d1..0000000 --- a/autoscripts/postinst-xaw +++ /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 index 1c29298..0000000 --- a/autoscripts/postrm-init +++ /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 index 3270b7c..0000000 --- a/autoscripts/postrm-menu-method +++ /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 index d4a7619..0000000 --- a/autoscripts/postrm-suid +++ /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 index 6a7eb47..0000000 --- a/autoscripts/postrm-wm +++ /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 index b8d718e..0000000 --- a/autoscripts/postrm-xaw +++ /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 index 9678003..0000000 --- a/autoscripts/prerm-doc-base +++ /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 index d11dafa..0000000 --- a/autoscripts/prerm-emacsen +++ /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 index b3f53cc..0000000 --- a/autoscripts/prerm-info +++ /dev/null @@ -1 +0,0 @@ -install-info --quiet --remove #FILE# diff --git a/autoscripts/prerm-init b/autoscripts/prerm-init deleted file mode 100644 index 64975a3..0000000 --- a/autoscripts/prerm-init +++ /dev/null @@ -1 +0,0 @@ -/etc/init.d/#SCRIPT# stop diff --git a/autoscripts/prerm-xaw b/autoscripts/prerm-xaw deleted file mode 100644 index 2507a2f..0000000 --- a/autoscripts/prerm-xaw +++ /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 index 683de57..0000000 --- a/dh_strip.1 +++ /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 -- 2.39.5