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

Ondrej Certik ondrej at certik.cz
Sat Jul 28 18:46:32 UTC 2007


SVN commit 1759 by certik-guest:

Removed the openmx3.2.pdf from the upstream tarball. Generate it using:

debian/rules orig-tarball

Added "dfsg" to the version, since we modified the orig.tar.gz.
The package is ready for upload.


 M  +2 -1      openmx/trunk/debian/changelog  
 M  +4 -2      openmx/trunk/debian/rules  


--- openmx/trunk/debian/changelog #1758:1759
@@ -1,6 +1,7 @@
-openmx (3.2.4-1) unstable; urgency=low
+openmx (3.2.4.dfsg-1) unstable; urgency=low
 
   * New upstream release: applied patch #4
+  * Upload openmx to main (Closes: #428265)
 
  -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 22 Jul 2007 22:44:18 +0200
 
--- openmx/trunk/debian/rules #1758:1759
@@ -81,6 +81,8 @@
 	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 openmx3.2.pdf; \
+	cd .. ; \
+	tar czf ../openmx_3.2.4.dfsg.orig.tar.gz openmx3.2; \
 	cd ..; rm -rf tmp



More information about the Pkg-scicomp-devel mailing list