[Pkg-scicomp-devel] xmds/trunk/debian

Rafael Laboissiere rafael at debian.org
Thu Feb 28 23:01:16 UTC 2008


SVN commit 2212 by rafael:

Cleanups: loadxsil.m does not land in /usr/bin anymore and *.xmds
files in examples dir have now the right permissions


 M  +6 -3      xmds/trunk/debian/changelog  
 M  +1 -4      xmds/trunk/debian/rules  


--- xmds/trunk/debian/changelog #2211:2212
@@ -2,10 +2,13 @@
 
   * New upstream release
   * debian/patches/g++-4.2-string-literal.patch: Dropped patch (applied
-    upstream) 
-  * debian/rules: Drop hacks for keeping upstream files unchanged
+    upstream)
+  * debian/rules:
+    + Drop hacks for keeping upstream files unchanged
+    + Cleanups: loadxsil.m does not land in /usr/bin anymore and *.xmds
+      files in examples dir have now the right permissions
 
- -- Rafael Laboissiere <rafael at debian.org>  Thu, 28 Feb 2008 17:08:18 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 29 Feb 2008 00:00:00 +0100
 
 xmds (1.6.4-1) unstable; urgency=low
 
--- xmds/trunk/debian/rules #2211:2212
@@ -33,11 +33,8 @@
 binary-install/xmds::
 	# Move Octave file into the correct directory
 	mkdir -p $(mdir)
-	mv $(instdir)/usr/bin/loadxsil.m $(mdir)
+	install --mode=644 source/loadxsil.m $(mdir)
 
-	# Fix permission of files
-	chmod 644 $(expdir)/*.xmds $(mdir)/*
-
 	# Add Makefile to the examples directory
 	cp debian/Makefile-examples $(expdir)/Makefile
 



More information about the Pkg-scicomp-devel mailing list