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

Ondrej Certik ondrej at certik.cz
Fri Jul 27 12:53:14 UTC 2007


SVN commit 1739 by certik-guest:

orig-tarball rule created. Usage:

debian/rules orig-tarball

and it will create the orig.tar.gz (downloads it from upstream, unpacks,
patches, packs)


 M  +12 -0     openmx/trunk/debian/rules  


--- openmx/trunk/debian/rules #1738:1739
@@ -72,3 +72,15 @@
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure
+
+orig-tarball:
+	mkdir tmp; \
+	cd tmp; \
+	wget http://www.openmx-square.org/openmx3.2.tar.gz; \
+	wget http://www.openmx-square.org/bugfixed/07July02/patch3.2.4.tar.gz; \
+	tar xzf openmx3.2.tar.gz; \
+	cd openmx3.2/source/; \
+	tar xzf ../../patch3.2.4.tar.gz; \
+	cd ../../; \
+	tar czf ../openmx_3.2.4.orig.tar.gz openmx3.2; \
+	cd ..; rm -rf tmp



More information about the Pkg-scicomp-devel mailing list