[frog] 75/103: * debian/prerm: deleted * debian/postinst: deleted
Joost van Baal
joostvb at moszumanska.debian.org
Wed Sep 3 17:12:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository frog.
commit 086eb7b04449d48b9880aec58e37c6439c494c6c
Author: Ko van der Sloot <ko.vandersloot at uvt.nl>
Date: Thu Apr 4 13:32:44 2013 +0000
* debian/prerm: deleted
* debian/postinst: deleted
---
debian/changelog | 7 ++++---
debian/postinst | 27 ---------------------------
debian/prerm | 27 ---------------------------
3 files changed, 4 insertions(+), 57 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3d12825..aae602d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-frog (0.12.17-1ubuntu1) UNRELEASED; urgency=low
+frog (0.12.17-2) unstable; urgency=low
- * NOT RELEASED YET
+ * debian/prerm: deleted
+ * debian/postinst: deleted
- -- Ko van der Sloot <ko.vandersloot at uvt.nl> Thu, 04 Apr 2013 15:11:15 +0200
+ -- Ko van der Sloot <ko.vandersloot at uvt.nl> Thu, 04 Apr 2013 15:30:04 +0200
frog (0.12.17-1) unstable; urgency=low
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 9a78b60..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh -e
-
-# $Id$
-# $URL$
-
-set -e
-
-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/prerm b/debian/prerm
deleted file mode 100644
index 08001d0..0000000
--- a/debian/prerm
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-# $Id$
-# $URL$
-
-set -e
-
-case "$1" in
- remove|upgrade|deconfigure)
- ;;
-
- failed-upgrade)
- ;;
-
- *)
- echo "prerm 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
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/frog.git
More information about the debian-science-commits
mailing list