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

Rafael Laboissiere rafael at debian.org
Thu Apr 5 14:37:59 UTC 2007


SVN commit 1499 by rafael:

Debian release xmds_1.6-1

 M  +12 -0     xmds/trunk/debian/changelog  
 D             xmds/trunk/debian/patches/50-add-lorenz-data.patch  
 D             xmds/trunk/debian/patches/50-make-examples-work.patch  
 D             xmds/trunk/debian/patches/50-preserve-prefix.patch  
 M  +3 -1      xmds/trunk/debian/rules  
 M  +2 -2      xmds/trunk/debian/watch  


--- xmds/trunk/debian/changelog #1498:1499
@@ -1,3 +1,15 @@
+xmds (1.6-1) unstable; urgency=low
+
+  * New upstream release
+  * Removed patches (applied upstream):
+    + 50-add-lorenz-data.patch
+    + 50-make-examples-work.patch
+    + 50-preserve-prefix.patch
+  * debian/watch: Fixed upstream URL pattern
+  * debian/rules: Fix permission of some installed files
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu,  5 Apr 2007 11:17:34 +0200
+
 xmds (1.5.3-9) unstable; urgency=low
 
   * debian/rules: Delete config.status in clean target
--- xmds/trunk/debian/rules #1498:1499
@@ -46,8 +46,10 @@
 	# Move Octave file into the correct directory
 	mkdir -p $(mdir)
 	mv $(instdir)/usr/bin/loadxsil.m $(mdir)
-	chmod 644 $(mdir)/loadxsil.m
 
+	# Fix permission of files
+	chmod 644 $(expdir)/*.xmds $(mdir)/*
+
 	# Add Makefile to the examples directory
 	cp debian/Makefile-examples $(expdir)/Makefile
 
--- xmds/trunk/debian/watch #1498:1499
@@ -1,3 +1,3 @@
 version=3
-opts="uversionmangle=s/-/./" \
-  http://www.xmds.org/downloads.html .*/xmds-(.*)\.tar\.gz.*
+opts="uversionmangle=s/-/./"						\
+  http://heanet.dl.sourceforge.net/sourceforge/xmds/xmds-(.*)\.tar\.gz.*
\ No newline at end of file



More information about the Pkg-scicomp-devel mailing list