From f7e4cfdff0916771fbdbb47e04ead31cb89762f1 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 11 May 2008 10:59:23 +0200 Subject: [PATCH] Some small cleanups to make lintian happy / part 1 --- debian/changelog | 1 + debian/control | 2 +- debian/postrm | 29 ----------------------------- debian/preinst | 27 --------------------------- 4 files changed, 2 insertions(+), 57 deletions(-) delete mode 100755 debian/postrm delete mode 100755 debian/preinst diff --git a/debian/changelog b/debian/changelog index 7192467..9ce6438 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ zsh-lovers (0.7.1) unstable; urgency=low * Apply patch by Christian Schneider providing some further examples, thanks! * No longer install zsh.vim. + * Some small cleanups to make lintian happy. -- Michael Prokop Sun, 11 May 2008 10:55:48 +0200 diff --git a/debian/control b/debian/control index 3994850..244ac72 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: doc Priority: optional Maintainer: Michael Prokop Build-Depends-Indep: debhelper (>= 4.0.0), asciidoc, fop -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Homepage: http://grml.org/zsh/ XS-Vcs-hg: http://hg.grml.org/zsh-lovers/ XS-Vcs-Browser: http://hg.grml.org/zsh-lovers/ diff --git a/debian/postrm b/debian/postrm deleted file mode 100755 index b750dfc..0000000 --- a/debian/postrm +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# Filename: postrm -# Purpose: postrm script for package zsh-lovers -# Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ -# License: This file is licensed under the GPL v2. -# Latest change: Son Mai 11 10:54:57 CEST 2008 [mika] -################################################################################ - -#set -e -# -#case "$1" in -# remove|purge) -# dpkg-divert --remove --rename --package zsh-lovers --divert /usr/share/vim/syntax/zsh.vim.original \ -# /usr/share/vim/syntax/zsh.vim -# ;; -# -# upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) -# ;; -# *) -# echo "postrm called with unknown argument \`$1'" >&2 -# exit 1 -#esac -# -#exit 0 - -## END OF FILE ################################################################# - -#DEBHELPER# diff --git a/debian/preinst b/debian/preinst deleted file mode 100755 index 2ccb69b..0000000 --- a/debian/preinst +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# Filename: preinst -# Purpose: preinst script for package zsh-lovers -# Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ -# License: This file is licensed under the GPL v2. -# Latest change: Son Mai 11 10:55:11 CEST 2008 [mika] -################################################################################ - -#set -e -#case "$1" in -# install|upgrade) -# if [ -f /usr/share/vim/syntax/zsh.vim ] ; then -# dpkg-divert --add --rename --package zsh-lovers --divert /usr/share/vim/syntax/zsh.vim.original \ -# /usr/share/vim/syntax/zsh.vim >/dev/null -# fi -# ;; -# *) -# echo "preinst called with unknown argument \`$1'" >&2 -# exit 1 -#esac -# -#exit 0 - -## END OF FILE ################################################################# - -#DEBHELPER# -- 2.1.4