[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texinfo-doc-nonfree] 01/02: add dummy prerm script to avoid upgrade failures (Closes: #718824)



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texinfo-doc-nonfree.

commit 36d10fc6718705b8dc8e1cc18c0d746ae518d7ce
Author: Norbert Preining <preining@debian.org>
Date:   Tue Aug 6 10:05:08 2013 +0900

    add dummy prerm script to avoid upgrade failures (Closes: #718824)
---
 debian/changelog |    7 +++++++
 debian/prerm     |    7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e2ebb3f..93368b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+texinfo-doc-nonfree (5.1-3) unstable; urgency=low
+
+  * add dummy prerm script to avoid upgrade failures (Closes: #718824)
+    (thanks to Andreas Beckmann)
+
+ -- Norbert Preining <preining@debian.org>  Tue, 06 Aug 2013 10:04:13 +0900
+
 texinfo-doc-nonfree (5.1-2) unstable; urgency=low
 
   * upload to unstable
diff --git a/debian/prerm b/debian/prerm
new file mode 100644
index 0000000..0cd1033
--- /dev/null
+++ b/debian/prerm
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+# dummy empty prerm script to avoid upgrade failures in the old
+# maintainer script, see #718824
+# this file can be removed after jessie was released
+#DEBHELPER#
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texinfo-doc-nonfree.git


Reply to: