r35868 - in /packages/scilab/trunk/debian: changelog rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Sun Sep 27 19:56:16 UTC 2009


Author: sylvestre-guest
Date: Sun Sep 27 19:56:16 2009
New Revision: 35868

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35868
Log:
+  * In the version 5.1.1-10, I changed a mv by a cp and it caused the help
+    file to be stored in both packages (Closes: #547624)

Modified:
    packages/scilab/trunk/debian/changelog
    packages/scilab/trunk/debian/rules

Modified: packages/scilab/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/changelog?rev=35868&op=diff
==============================================================================
--- packages/scilab/trunk/debian/changelog (original)
+++ packages/scilab/trunk/debian/changelog Sun Sep 27 19:56:16 2009
@@ -1,3 +1,10 @@
+scilab (5.1.1-11) unstable; urgency=low
+
+  * In the version 5.1.1-10, I changed a mv by a cp and it caused the help
+    file to be stored in both packages (Closes: #547624)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 21 Sep 2009 10:18:54 +0200
+
 scilab (5.1.1-10) unstable; urgency=low
 
   * Do not build the help on arch != amd64/i386. Waiting for upstream to 

Modified: packages/scilab/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/rules?rev=35868&op=diff
==============================================================================
--- packages/scilab/trunk/debian/rules (original)
+++ packages/scilab/trunk/debian/rules Sun Sep 27 19:56:16 2009
@@ -90,11 +90,11 @@
 	mkdir $(CURDIR)/debian/scilab-doc-fr/usr/share/scilab/modules/helptools/jar/
 	EN_US_DOC=$(CURDIR)/debian/tmp/usr/share/scilab/modules/helptools/jar/scilab_en_US_help.jar; \
 	if test -f $$EN_US_DOC; then \
-		cp $$EN_US_DOC $(CURDIR)/debian/scilab-doc/usr/share/scilab/modules/helptools/jar/; \
+		mv $$EN_US_DOC $(CURDIR)/debian/scilab-doc/usr/share/scilab/modules/helptools/jar/; \
 	fi
 	FR_FR_DOC=$(CURDIR)/debian/tmp/usr/share/scilab/modules/helptools/jar/scilab_fr_FR_help.jar; \
 	if test -f $$FR_FR_DOC; then \
-		cp $$FR_FR_DOC $(CURDIR)/debian/scilab-doc-fr/usr/share/scilab/modules/helptools/jar/; \
+		mv $$FR_FR_DOC $(CURDIR)/debian/scilab-doc-fr/usr/share/scilab/modules/helptools/jar/; \
 	fi
 
 binary-install/libscilab-java::




More information about the debian-science-commits mailing list