[debian-edu-commits] debian-edu/slbackup.git (#18) - edu-wheezy (branch) updated: debian/0.0.12-3-15-g76baa50

Mike Gabriel sunweaver at alioth.debian.org
Wed Apr 24 11:18:15 UTC 2013


The branch, edu-wheezy has been updated
       via  76baa50e58387f49eac2a5adf5c9d1e2c6033680 (commit)
      from  ab84ae9568b34bf19742a4f776344d2bcff53db2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/postrm |    5 ++++-
 debian/prerm  |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/postrm b/debian/postrm
index 8fef604..432b148 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,4 +1,7 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
+
 # slbackup postrm
 # Modified by Morten Werner Olsen <werner at skolelinux.no>
 
diff --git a/debian/prerm b/debian/prerm
index c64b303..cb77dbf 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -1,4 +1,7 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
+
 # slbackup prerm script
 # Modified by Morten Werner Olsen <werner at skolelinux.no>
 


hooks/post-receive
-- 
slbackup.git (Debian package slbackup)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "slbackup.git" (Debian package slbackup).




More information about the debian-edu-commits mailing list