[debian-edu-commits] debian-edu/sankore.git (#54) - master (branch) updated: upstream/2.00_git20130309-52-gf4d93ae

Mike Gabriel sunweaver at alioth.debian.org
Sun May 5 08:06:35 UTC 2013


The branch, master has been updated
       via  f4d93ae2a1a99371e51ccd8c7403b5b99993b41c (commit)
      from  3ef07d6ebf10cb8067832c1623cb2f7231d90944 (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 -----------------------------------------------------------------
commit f4d93ae2a1a99371e51ccd8c7403b5b99993b41c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun May 5 10:06:18 2013 +0200

    typo fix

-----------------------------------------------------------------------

Summary of changes:
 debian/rules |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/debian/rules b/debian/rules
index a08ec02..fa33fbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -138,7 +138,7 @@ binary-indep: install
 	    \"library/applications/Editeur HTML.wgt/jquery.pack.js\" \
 	    \"library/applications/Nuancier.wgt/js/jquery.js\" \
 	    ; do \
-	        rm -f $fsfile; ln -s /usr/share/javascript/jquery/jquery.js $$jsfile; \
+	        rm -f $$jsfile; ln -s /usr/share/javascript/jquery/jquery.js $$jsfile; \
 	    done
 
 	# use jquery.min.js from Debian package libjs-query
@@ -174,14 +174,14 @@ binary-indep: install
 	    \"library/search/Image Planete.wgs/scripts/jquery-1.6.2.min.js\" \
 	    \"library/search/Video Planete.wgs/scripts/jquery-1.6.2.min.js\" \
 	    ; do \
-	        rm -f $fsfile; ln -s /usr/share/javascript/jquery/jquery.min.js $(CURDIR)/debian/sankore-data/usr/share/open-sankore/$$jsfile; \
+	        rm -f $$jsfile; ln -s /usr/share/javascript/jquery/jquery.min.js $(CURDIR)/debian/sankore-data/usr/share/open-sankore/$$jsfile; \
 	    done
 
 	# use OpenLayers.js from Debian package libjs-openstreetmap
 	cd $(CURDIR)/debian/sankore-data/usr/share/open-sankore/ && for jsfile in \
 	    \"library/applications/OpenStreetMap.wgt/api/OpenLayers.js\"
 	    ; do \
-	        rm -f $fsfile; ln -s /usr/share/javascript/openlayers/OpenLayers.js $(CURDIR)/debian/sankore-data/usr/share/open-sankore/$$jsfile; \
+	        rm -f $$jsfile; ln -s /usr/share/javascript/openlayers/OpenLayers.js $(CURDIR)/debian/sankore-data/usr/share/open-sankore/$$jsfile; \
 	    done
 
 	dh_installchangelogs -i


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

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




More information about the debian-edu-commits mailing list