[SCM] jnoise packaging branch, master, updated. upstream/0.4.0-10-g687fd5e

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Oct 2 23:37:36 UTC 2009


The following commit has been merged in the master branch:
commit 3cf28540102fcaca18aa688a1ceb5eb8fc25be01
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Oct 3 01:16:28 2009 +0200

    Deleted menu,postinst and postrm files

diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index 43c7dce..0000000
--- a/debian/menu
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(jnoise):needs="X11" section="Applications/Sound"\
-  title="jnoise" command="/usr/bin/jnoise"
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index ff31f19..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-# postinst script for jnoise
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <postinst> `abort-remove'
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    configure)
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/postrm b/debian/postrm
deleted file mode 100644
index 9b7c88d..0000000
--- a/debian/postrm
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-# postrm script for jnoise
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <overwriter>
-#          <overwriter-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0

-- 
jnoise packaging



More information about the pkg-multimedia-commits mailing list