[debian-edu-commits] debian-edu/ 232/437: debian-edu-artwork.preinst: call dpkg-divert without --quiet. (Closes: #548249)

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:38 UTC 2014


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

sunweaver pushed a commit to branch master
in repository debian-edu-artwork.

commit 40ab83eef93705a3b98637df62789100f95871a4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Dec 3 19:20:14 2009 +0000

    debian-edu-artwork.preinst: call dpkg-divert without --quiet.
    (Closes: #548249)
---
 debian/changelog                  | 5 +++++
 debian/debian-edu-artwork.preinst | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7c41054..628571d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 debian-edu-artwork (0.0.30-3) UNRELEASED; urgency=low
 
+  [ Jonas Smedegaard ]
   * Add myself as uploader.
   * Add dummy debian/watch documenting Alioth SVN as origin of tarballs.
 
+  [ Holger Levsen ]
+  * debian-edu-artwork.preinst: call dpkg-divert without --quiet. 
+    (Closes: #548249)
+
  -- Jonas Smedegaard <dr at jones.dk>  Sun, 01 Nov 2009 15:29:58 +0100
 
 debian-edu-artwork (0.0.30-2) unstable; urgency=low
diff --git a/debian/debian-edu-artwork.preinst b/debian/debian-edu-artwork.preinst
index a6898e5..7b26dca 100644
--- a/debian/debian-edu-artwork.preinst
+++ b/debian/debian-edu-artwork.preinst
@@ -4,7 +4,7 @@ set -e
 
 if [ "$1" = install ] || [ $1 = upgrade ]
 then
-	dpkg-divert --package debian-edu-artwork --quiet --divert \
+	dpkg-divert --package debian-edu-artwork --divert \
 		/usr/share/gdm/defaults.conf.orig --rename /usr/share/gdm/defaults.conf
 
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list