r16452 - in /packages/unstable/gnome-themes-extras/debian: changelog postinst.in prerm.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Jul 5 16:19:13 UTC 2008


Author: lool
Date: Sat Jul  5 16:19:13 2008
New Revision: 16452

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

Modified:
    packages/unstable/gnome-themes-extras/debian/changelog
    packages/unstable/gnome-themes-extras/debian/postinst.in
    packages/unstable/gnome-themes-extras/debian/prerm.in
    packages/unstable/gnome-themes-extras/debian/rules

Modified: packages/unstable/gnome-themes-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-themes-extras/debian/changelog?rev=16452&op=diff
==============================================================================
--- packages/unstable/gnome-themes-extras/debian/changelog (original)
+++ packages/unstable/gnome-themes-extras/debian/changelog Sat Jul  5 16:19:13 2008
@@ -8,6 +8,9 @@
 
   [ Emilio Pozuelo Monfort ]
   * debian/control.in: wrap depends/build-depends/replaces.
+
+  [ Loic Minier ]
+  * Cleanup whitespaces.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 04 Jul 2008 17:19:18 +0200
 

Modified: packages/unstable/gnome-themes-extras/debian/postinst.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-themes-extras/debian/postinst.in?rev=16452&op=diff
==============================================================================
--- packages/unstable/gnome-themes-extras/debian/postinst.in (original)
+++ packages/unstable/gnome-themes-extras/debian/postinst.in Sat Jul  5 16:19:13 2008
@@ -1,4 +1,5 @@
-#! /bin/sh
+#!/bin/sh
+
 set -e
 
 #DEBHELPER#
@@ -6,6 +7,6 @@
 rm -f /usr/share/icons/icon-theme.cache
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
     for theme in @THEMES@; do
-	gtk-update-icon-cache /usr/share/icons/$theme
+        gtk-update-icon-cache /usr/share/icons/$theme
     done
 fi

Modified: packages/unstable/gnome-themes-extras/debian/prerm.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-themes-extras/debian/prerm.in?rev=16452&op=diff
==============================================================================
--- packages/unstable/gnome-themes-extras/debian/prerm.in (original)
+++ packages/unstable/gnome-themes-extras/debian/prerm.in Sat Jul  5 16:19:13 2008
@@ -1,4 +1,5 @@
-#! /bin/sh
+#!/bin/sh
+
 set -e
 
 #DEBHELPER#

Modified: packages/unstable/gnome-themes-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-themes-extras/debian/rules?rev=16452&op=diff
==============================================================================
--- packages/unstable/gnome-themes-extras/debian/rules (original)
+++ packages/unstable/gnome-themes-extras/debian/rules Sat Jul  5 16:19:13 2008
@@ -1,4 +1,4 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
@@ -15,8 +15,8 @@
 	    for size in */; do \
 	      cd $$size && \
 	      for context in actions animations apps categories devices emblems mimetypes places status; do \
-		test -d $$context && \
-		$$IUTIL -c $$context ; \
+	        test -d $$context && \
+	        $$IUTIL -c $$context ; \
 	      done ; \
 	      cd .. ; \
 	    done ; \
@@ -47,3 +47,4 @@
 clean::
 # Clean generated index.theme files
 	rm -f icons/*/index.theme themes/*/index.theme debian/postinst debian/prerm
+




More information about the pkg-gnome-commits mailing list