[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.7+dfsg-1-7-gf001b0a

David Prévot taffit at debian.org
Sun Jun 23 21:25:44 UTC 2013


The following commit has been merged in the master branch:
commit f001b0ae6d885a6cb4771af798ab5812cf3d2423
Author: David Prévot <taffit at debian.org>
Date:   Sun Jun 23 14:33:59 2013 -0400

    Start maintscripts with #DEBHELPER#
    
    Git-Dch: Ignore

diff --git a/debian/owncloud.postinst b/debian/owncloud.postinst
index 07487ae..6f62026 100644
--- a/debian/owncloud.postinst
+++ b/debian/owncloud.postinst
@@ -1,21 +1,8 @@
 #!/bin/sh
-# postinst script for owncloud
-#
-# see: dh_installdeb(1)
 
 set -e
 
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <postinst> `abort-remove'
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
+#DEBHELPER#
 
 reload_apache()
 {
@@ -85,9 +72,4 @@ case "$1" in
     ;;
 esac
 
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
 exit 0
diff --git a/debian/owncloud.postrm b/debian/owncloud.postrm
index 30795aa..2865bc7 100644
--- a/debian/owncloud.postrm
+++ b/debian/owncloud.postrm
@@ -1,23 +1,8 @@
 #!/bin/sh
-# postrm script for #PACKAGE#
-#
-# see: dh_installdeb(1)
 
 set -e
 
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <overwriter>
-#          <overwriter-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
+#DEBHELPER#
 
 case "$1" in
     purge)
@@ -42,9 +27,4 @@ case "$1" in
     ;;
 esac
 
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
 exit 0

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list