[python-escript] 01/04: These files should never have been committed
Joel Fenwick
jfenwick-guest at moszumanska.debian.org
Mon May 18 05:25:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
jfenwick-guest pushed a commit to branch debian
in repository python-escript.
commit 139ff2f35fb385d8fe3c21638a7590b790b9ce48
Author: Joel Fenwick <joelfenwick at uq.edu.au>
Date: Mon Apr 13 11:20:44 2015 +1000
These files should never have been committed
---
debian/python-escript-mpi.postinst | 21 ---------------------
debian/python-escript-mpi.prerm | 20 --------------------
debian/python-escript.postinst | 21 ---------------------
debian/python-escript.prerm | 20 --------------------
debian/python-escript3-mpi.postinst | 21 ---------------------
debian/python-escript3-mpi.prerm | 20 --------------------
debian/python-escript3.postinst | 21 ---------------------
debian/python-escript3.prerm | 20 --------------------
8 files changed, 164 deletions(-)
diff --git a/debian/python-escript-mpi.postinst b/debian/python-escript-mpi.postinst
deleted file mode 100644
index 7cab9b9..0000000
--- a/debian/python-escript-mpi.postinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
- configure)
- update-alternatives --install /usr/bin/run-escript run-escript /usr/bin/run-escript2-mpi 60
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- update-alternatives --install /usr/bin/run-escript run-escript /usr/bin/run-escript2-mpi 60
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/python-escript-mpi.prerm b/debian/python-escript-mpi.prerm
deleted file mode 100644
index b7c5948..0000000
--- a/debian/python-escript-mpi.prerm
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
- remove|upgrade|deconfigure)
- update-alternatives --remove run-escript /usr/bin/run-escript3-mpi
- ;;
-
- failed-upgrade)
- ;;
-
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/python-escript.postinst b/debian/python-escript.postinst
deleted file mode 100644
index 97db549..0000000
--- a/debian/python-escript.postinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
- configure)
- update-alternatives --install /usr/bin/run-escript run-escript /usr/bin/run-escript2 40
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- update-alternatives --install /usr/bin/run-escript run-escript /usr/bin/run-escript2 40
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/python-escript.prerm b/debian/python-escript.prerm
deleted file mode 100644
index d0a0d07..0000000
--- a/debian/python-escript.prerm
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
- remove|upgrade|deconfigure)
- update-alternatives --remove run-escript /usr/bin/run-escript3
- ;;
-
- failed-upgrade)
- ;;
-
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/python-escript3-mpi.postinst b/debian/python-escript3-mpi.postinst
deleted file mode 100644
index c9f1cfa..0000000
--- a/debian/python-escript3-mpi.postinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
- configure)
- update-alternatives --install /usr/bin/run-escript run-escript /usr/bin/run-escript3-mpi 50
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- update-alternatives --install /usr/bin/run-escript run-escript /usr/bin/run-escript3-mpi 50
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/python-escript3-mpi.prerm b/debian/python-escript3-mpi.prerm
deleted file mode 100644
index eac0599..0000000
--- a/debian/python-escript3-mpi.prerm
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
- remove|upgrade|deconfigure)
- update-alternatives --remove run-escript /usr/bin/run-escript3-mpi
- ;;
-
- failed-upgrade)
- ;;
-
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/python-escript3.postinst b/debian/python-escript3.postinst
deleted file mode 100644
index 8429a35..0000000
--- a/debian/python-escript3.postinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
- configure)
- update-alternatives --install /usr/bin/run-escript run-escript /usr/bin/run-escript3 20
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- update-alternatives --install /usr/bin/run-escript run-escript /usr/bin/run-escript3 20
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/python-escript3.prerm b/debian/python-escript3.prerm
deleted file mode 100644
index ed12372..0000000
--- a/debian/python-escript3.prerm
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
- remove|upgrade|deconfigure)
- update-alternatives --remove run-escript /usr/bin/run-escript3
- ;;
-
- failed-upgrade)
- ;;
-
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-escript.git
More information about the debian-science-commits
mailing list