[Pkg-scicomp-devel] xmds/branches/svn-snapshot/debian

Rafael Laboissiere rafael at debian.org
Fri Sep 21 22:32:23 UTC 2007


SVN commit 1838 by rafael:

Debian release xmds_1.6.3~svn.1569-1

 _M            xmds/branches/svn-snapshot/debian (directory)  
 M  +4 -2      xmds/branches/svn-snapshot/debian/changelog  
 M  +1 -1      xmds/branches/svn-snapshot/debian/control  
 M  +19 -2     xmds/branches/svn-snapshot/debian/rules  


** xmds/branches/svn-snapshot/debian #property changes
Name: svn:ignore
   + files
stamp-*
*.substvars
xmds
--- xmds/branches/svn-snapshot/debian/changelog #1837:1838
@@ -1,11 +1,13 @@
-xmds (1.6.3~svn.1833-1) UNRELEASED; urgency=low
+xmds (1.6.3~svn.1569-1) experimental; urgency=low
 
   * Upload to experimental from  SVN snapshot:
     + debian/patches/loadxsil-varnames-cell.patch: Dropped patch (applied
       upstream)
   * debian/rules: Removed saving/restoring of files generated by autoconf
     and autoheader
-  * debian/control: Added Homepage field
+  * debian/control:
+    + Build-Depends on automake
+    + Added Homepage field
 
  -- Rafael Laboissiere <rafael at debian.org>  Fri, 21 Sep 2007 21:58:40 +0200
 
--- xmds/branches/svn-snapshot/debian/control #1837:1838
@@ -5,7 +5,7 @@
 Uploaders: Christian T. Steigies <cts at debian.org>,
  Rafael Laboissiere <rafael at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), autotools-dev, fftw-dev, fftw3-dev,
- libmpich1.0-dev, octave2.1-headers, octave2.9-headers, autoconf
+ libmpich1.0-dev, octave2.1-headers, octave2.9-headers, autoconf, automake1.10
 Standards-Version: 3.7.2
 Homepage: http://xmds.sourceforge.net/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/xmds/
--- xmds/branches/svn-snapshot/debian/rules #1837:1838
@@ -18,7 +18,13 @@
 
 DEB_COMPRESS_EXCLUDE = .xmds
 DEB_AUTO_UPDATE_AUTOCONF = 1
+DEB_AUTO_UPDATE_AUTOHEADER = 1
+DEB_AUTO_UPDATE_ACLOCAL = 1.10
+DEB_AUTO_UPDATE_AUTOMAKE = 1.10
 
+makebuilddir/xmds::
+	touch aclocal.m4
+
 build/xmds:: make-examples-stamp
 make-examples-stamp:
 	# Run test
@@ -44,5 +50,16 @@
 	cp debian/Makefile-examples $(expdir)/Makefile
 
 clean::
-	rm -rf config.log source/lorenz.* make-examples-stamp	\
-		config.status autom4te.cache
+	rm -rf config.log source/lorenz.* make-examples-stamp		\
+		config.status autom4te.cache configure aclocal.m4	\
+		source/config.h.in source/Makefile.in 			\
+		source/xmds_config.h source/version.h Makefile.in
+
+upstream_svn = https://xmds.svn.sourceforge.net/svnroot/xmds/trunk/xmds-devel
+last_release = 1.6.3
+
+get-orig-source:
+	SVNREV=$$(svn info $(upstream_svn) | grep Rev: | cut -f4 -d\ );	   \
+	svn export -r$$SVNREV $(upstream_svn) ;				   \
+	tar czf xmds_$(last_release)~svn.$$SVNREV.orig.tar.gz xmds-devel ; \
+	rm -rf xmds-devel
\ No newline at end of file



More information about the Pkg-scicomp-devel mailing list