[SCM] rumor packaging branch, master, updated. debian/1.0.3b-1-14-g2d9012e
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Fri Jun 12 10:06:36 UTC 2009
The following commit has been merged in the master branch:
commit 2d9012e6ea36e4aa8228c772e26884dab729b251
Author: Reinhard Tartler <siretart at tauware.de>
Date: Fri Jun 12 12:00:49 2009 +0200
don't ingore errors in postinst script
diff --git a/debian/rumor.postinst b/debian/rumor.postinst
index 6a321ac..d6674e0 100644
--- a/debian/rumor.postinst
+++ b/debian/rumor.postinst
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
install-info --quiet --section Sound Sound /usr/share/info/rumor.info.gz
# dh_installdeb will replace this with shell code automatically
--
rumor packaging
More information about the pkg-multimedia-commits
mailing list