[debian-edu-commits] debian-edu/slbackup-php.git (#19) - edu-wheezy (branch) updated: debian/0.3-2.2-18-ga5c51d3

Mike Gabriel sunweaver at alioth.debian.org
Fri Aug 9 10:05:38 UTC 2013


The branch, edu-wheezy has been updated
       via  a5c51d349273836949e355fa4879612f127b643f (commit)
      from  2e0b78e7153bed70a5a900c000b2684141d1d7f5 (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/changelog                                         |    2 ++
 .../002_slbackup-php_restore-paths-with-blanks.patch     |   14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 134f39c..7519cf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ slbackup-php (0.3-2.3) UNRELEASED; urgency=low
   * Update patch: 001_slbackup-php_cookie+request-merge.patch. Use base64
     encoding to store $xorstring in _COOKIE.
   * Update patch: 101_slbackup-php_i18n-de.patch.
+  * Update patch: 002_slbackup-php_restore-paths-with-blanks.patch. Fix misplaced
+    double quotes.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 15 Jan 2012 13:40:20 +0100
 
diff --git a/debian/patches/002_slbackup-php_restore-paths-with-blanks.patch b/debian/patches/002_slbackup-php_restore-paths-with-blanks.patch
index 8255e50..2eb5c31 100644
--- a/debian/patches/002_slbackup-php_restore-paths-with-blanks.patch
+++ b/debian/patches/002_slbackup-php_restore-paths-with-blanks.patch
@@ -15,16 +15,16 @@ Author: Cyril ETCHEVERRIA <cyril.e at wanadoo.fr>
  	    {/if}    
  	    {if $dir.type == "file"}
 -		<A HREF=index.php?restorefile&client={$client}&sub={$dir.sub}&location={$location}>{$dir.name}</A>
-+		<A HREF="index.php?restorefile&client={$client}&sub={$dir.sub}&location={$location}>{$dir.name}"</A>
++		<A HREF="index.php?restorefile&client={$client}&sub={$dir.sub}&location={$location}">{$dir.name}</A>
  	    {elseif $dir.type == "delfile"}
 -		<A HREF=index.php?restorefile&client={$client}&sub={$dir.sub}&location={$location}>{$dir.name}(deleted)</A>
-+		<A HREF="index.php?restorefile&client={$client}&sub={$dir.sub}&location={$location}>{$dir.name}(deleted)"</A>
++		<A HREF="index.php?restorefile&client={$client}&sub={$dir.sub}&location={$location}">{$dir.name}(deleted)</A>
  	    {elseif $dir.type == deldir}
 -		<A HREF=index.php?restorelocation&client={$client}&sub={$dir.sub}&location={$location}>{$dir.name} ({t}Deleted{/t})</A>
-+		<A HREF="index.php?restorelocation&client={$client}&sub={$dir.sub}&location={$location}>{$dir.name} ({t}Deleted{/t})"</A>
++		<A HREF="index.php?restorelocation&client={$client}&sub={$dir.sub}&location={$location}">{$dir.name} ({t}Deleted{/t})</A>
  	    {else}
 -		<A HREF=index.php?restorelocation&client={$client}&sub={$dir.sub}&location={$location}>{$dir.name}</A>
-+		<A HREF="index.php?restorelocation&client={$client}&sub={$dir.sub}&location={$location}>{$dir.name}"</A>
++		<A HREF="index.php?restorelocation&client={$client}&sub={$dir.sub}&location={$location}">{$dir.name}</A>
  	    {/if}    
  	    <BR>
  	{/foreach}
@@ -33,16 +33,16 @@ Author: Cyril ETCHEVERRIA <cyril.e at wanadoo.fr>
  	    {/if}    
  	    {if $version.type == "parent"}
 -		<A HREF=index.php?restorelocation&client={$client}&sub={$version.sub}&location={$location}>{$version.name}</A>
-+		<A HREF="index.php?restorelocation&client={$client}&sub={$version.sub}&location={$location}>{$version.name}"</A>
++		<A HREF="index.php?restorelocation&client={$client}&sub={$version.sub}&location={$location}">{$version.name}</A>
  	    {elseif $version.type == "currentfile"}
 -		<A HREF=index.php?restorefile&client={$client}&file={$version.sub}&location={$location}&revision=current>current</A>
 +		<A HREF="index.php?restorefile&client={$client}&file={$version.sub}&location={$location}&revision=current">current</A>
  	    {elseif $version.type == "diff.gz"}
 -		<A HREF=index.php?restorefile&client={$client}&parent={$version.parent}&location={$location}&revision={$version.revision}&name={$version.name}>{$version.ts}</A>
-+		<A HREF="index.php?restorefile&client={$client}&parent={$version.parent}&location={$location}&revision={$version.revision}&name={$version.name}>{$version.ts}"</A>
++		<A HREF="index.php?restorefile&client={$client}&parent={$version.parent}&location={$location}&revision={$version.revision}&name={$version.name}">{$version.ts}</A>
  	    {elseif $version.type == "snapshot.gz"}
 -		<A HREF=index.php?restorefile&client={$client}&parent={$version.parent}&location={$location}&revision={$version.revision}&name={$version.name}>{$version.ts}</A>
-+		<A HREF="index.php?restorefile&client={$client}&parent={$version.parent}&location={$location}&revision={$version.revision}&name={$version.name}>{$version.ts}"</A>
++		<A HREF="index.php?restorefile&client={$client}&parent={$version.parent}&location={$location}&revision={$version.revision}&name={$version.name}">{$version.ts}</A>
  	    {else}
  		unknown snapshot type $version.type
  	    {/if}    


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

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-php.git" (Debian package slbackup-php).




More information about the debian-edu-commits mailing list