r12492 - in /packages/unstable/devhelp/debian: changelog devhelp.1 devhelp.postrm devhelp.preinst

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Sep 16 17:37:37 UTC 2007


Author: lool
Date: Sun Sep 16 17:37:37 2007
New Revision: 12492

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12492
Log:
* Cleanup whitespaces.

Modified:
    packages/unstable/devhelp/debian/changelog
    packages/unstable/devhelp/debian/devhelp.1
    packages/unstable/devhelp/debian/devhelp.postrm
    packages/unstable/devhelp/debian/devhelp.preinst

Modified: packages/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/changelog?rev=12492&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/changelog (original)
+++ packages/unstable/devhelp/debian/changelog Sun Sep 16 17:37:37 2007
@@ -1,8 +1,9 @@
-devhelp (0.16-1) UNRELEASED; urgency=low
+devhelp (0.16-1) unstable; urgency=low
 
   * New upstream release; no API change.
-
- -- Loic Minier <lool at dooz.org>  Sun, 16 Sep 2007 19:28:23 +0200
+  * Cleanup whitespaces.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 16 Sep 2007 19:37:30 +0200
 
 devhelp (0.15-1) unstable; urgency=low
 

Modified: packages/unstable/devhelp/debian/devhelp.1
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/devhelp.1?rev=12492&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/devhelp.1 (original)
+++ packages/unstable/devhelp/debian/devhelp.1 Sun Sep 16 17:37:37 2007
@@ -1,36 +1,36 @@
 .TH "devhelp" "1" "0.2" "Johan Dahlin <zilch.am at home.se>" "devhelp"
 .SH "NAME"
-.LP 
+.LP
 devhelp \- A developers help program.
 .SH "SYNTAX"
-.LP 
+.LP
 devhelp [\fIOPTIONS\fP]
 .SH "DESCRIPTION"
-.LP 
-DevHelp is a help system for GNOME. 
-.br 
+.LP
+DevHelp is a help system for GNOME.
+.br
 .SH "OPTIONS"
 .LP
-.TP 
+.TP
 \fB\-s, \-\-search\fR=STRING
 Search for a function.
 .SH "EXAMPLES"
-.LP 
+.LP
 To run this program the standard way type:
-.LP 
+.LP
 devhelp
 .LP
 If you would like to search for a function, type:
-.LP 
+.LP
 devhelp -s search-string
 .SH "AUTHORS"
-.LP 
+.LP
 Copyright (C) 2000, 2001  The Free Software Foundation
-.LP 
+.LP
 DevHelp was written by Johan Dahlin <zilch.am at home.se>, Mikael Hallendal <micke at codefactory.se> and Richard Hult <rhult at codefactory.se>.
 .LP
 This manual page is Copyright (c) 2001  Johan Dahlin <zilch.am at home.se>.
 It has been written for the Debian GNU/Linux distribution and is distributed under the GNU General Public License. As such, it may be used, modified and distributed by anyone else as long as this copyright notice is preserved.
 .SH "SEE ALSO"
-.LP 
+.LP
 gnome(1)

Modified: packages/unstable/devhelp/debian/devhelp.postrm
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/devhelp.postrm?rev=12492&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/devhelp.postrm (original)
+++ packages/unstable/devhelp/debian/devhelp.postrm Sun Sep 16 17:37:37 2007
@@ -1,4 +1,4 @@
-#!/bin/sh 
+#!/bin/sh
 
 set -e
 

Modified: packages/unstable/devhelp/debian/devhelp.preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/devhelp.preinst?rev=12492&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/devhelp.preinst (original)
+++ packages/unstable/devhelp/debian/devhelp.preinst Sun Sep 16 17:37:37 2007
@@ -4,16 +4,16 @@
 
 if [ "$1" = "upgrade" ] && [ "$1" = "install" ]; then
     if [ -n "$2" ]; then
-	if dpkg --compare-versions "$2" lt "0.6.0-1"; then
-	    test -f /etc/gconf/schemas/devhelp.schemas && \
-		rm -f /etc/gconf/schemas/devhelp.schemas
+        if dpkg --compare-versions "$2" lt "0.6.0-1"; then
+            test -f /etc/gconf/schemas/devhelp.schemas && \
+                rm -f /etc/gconf/schemas/devhelp.schemas
 
-	    test -d /etc/gconf/gconf.xml.defaults/apps/devhelp && \
-		rm -fr /etc/gconf/gconf.xml.defaults/apps/devhelp
+            test -d /etc/gconf/gconf.xml.defaults/apps/devhelp && \
+                rm -fr /etc/gconf/gconf.xml.defaults/apps/devhelp
 
-	    test -d /etc/gconf/gconf.xml.defaults/schemas/apps/devhelp && \
-		rm -fr /etc/gconf/gconf.xml.defaults/schemas/apps/devhelp
-	fi
+            test -d /etc/gconf/gconf.xml.defaults/schemas/apps/devhelp && \
+                rm -fr /etc/gconf/gconf.xml.defaults/schemas/apps/devhelp
+        fi
     fi
     true
 fi




More information about the pkg-gnome-commits mailing list