[Pkg-octave-commit] [SCM] dynare branch, master, updated. 25551fc27cf7c00bd9eec14885f2732b7217e0d6

Sébastien Villemot sebastien.villemot at ens.fr
Wed Jul 1 10:15:03 UTC 2009


The following commit has been merged in the master branch:
commit c0dad2c2e815bfc315ef151dccf7f037729f12f8
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Thu Jun 25 15:37:44 2009 +0200

    Fixed get-orig-source in debian/rules

diff --git a/debian/changelog b/debian/changelog
index 6a6b7dc..1173929 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ dynare (4.0.4-1) UNRELEASED; urgency=low
       - Refreshed patch.
     + debian/dynare-matlab.install:
       - Added new source header for MEX files.
+    + debian/rules:
+      - Fixed get-orig-source rule.
   * debian/control:
     + Update Standards-Version to 3.8.2, no additional changes needed.
 
diff --git a/debian/rules b/debian/rules
index b6427f0..b5ad6e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ VERSION = $(shell dpkg-parsechangelog \
 get-orig-source:
 	svn checkout https://www.dynare.org/svn/dynare/tags/dynare-$(VERSION)
 	cd dynare-$(VERSION) && make srctarball
-	mv dynare-$(VERSION).tgz dynare_$(VERSION).orig.tar.gz
+	mv dynare-$(VERSION).tar.gz dynare_$(VERSION).orig.tar.gz
 	rm -rf dynare-$(VERSION)
 
 .PHONY: build clean binary-arch binary-indep binary get-orig-source

-- 
dynare



More information about the Pkg-octave-commit mailing list