r38661 - in /packages/openmx/trunk/debian: ./ changelog control docs patches/makefile.patch rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Wed Aug 3 20:37:00 UTC 2011


Author: sylvestre
Date: Wed Aug  3 20:36:59 2011
New Revision: 38661

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38661
Log:
  * Team upload
  * New upstream release
  * Ondrej Certik removed from uploaders (Closes: #550414)
  * XS-DM-Upload-Allowed: yes removed
  * Standards-Version bumped to 3.9.2
  * Migrated to Debian Science
  * Switch to dpkg-source 3.0 (quilt) format

Modified:
    packages/openmx/trunk/debian/   (props changed)
    packages/openmx/trunk/debian/changelog
    packages/openmx/trunk/debian/control
    packages/openmx/trunk/debian/docs
    packages/openmx/trunk/debian/patches/makefile.patch
    packages/openmx/trunk/debian/rules

Propchange: packages/openmx/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: packages/openmx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openmx/trunk/debian/changelog?rev=38661&op=diff
==============================================================================
--- packages/openmx/trunk/debian/changelog (original)
+++ packages/openmx/trunk/debian/changelog Wed Aug  3 20:36:59 2011
@@ -1,3 +1,15 @@
+openmx (3.5-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release
+  * Ondrej Certik removed from uploaders (Closes: #550414)
+  * XS-DM-Upload-Allowed: yes removed
+  * Standards-Version bumped to 3.9.2
+  * Migrated to Debian Science
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 03 Aug 2011 01:22:39 +0200
+
 openmx (3.2.4.dfsg-3) unstable; urgency=low
 
   * Add XS-DM-Upload-Allowed: yes

Modified: packages/openmx/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/openmx/trunk/debian/control?rev=38661&op=diff
==============================================================================
--- packages/openmx/trunk/debian/control (original)
+++ packages/openmx/trunk/debian/control Wed Aug  3 20:36:59 2011
@@ -1,14 +1,14 @@
 Source: openmx
 Section: science
 Priority: extra
-Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
-Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Ondrej Certik <ondrej at certik.cz>
-Build-Depends: debhelper (>= 5), libfftw3-dev (>= 3.1.2-3), xsltproc, docbook-xsl, liblapack-dev, gfortran, quilt
-Standards-Version: 3.7.3
-XS-DM-Upload-Allowed: yes
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Christophe Prud'homme <prudhomm at debian.org>
+Build-Depends: debhelper (>= 5), libfftw3-dev (>= 3.1.2-3), xsltproc, 
+ docbook-xsl, liblapack-dev, gfortran
+Standards-Version: 3.9.2
 Homepage: http://www.openmx-square.org/
-Vcs-Svn: svn://svn.debian.org/pkg-scicomp/openmx/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/openmx/trunk/?op=log
+Vcs-Svn: svn://svn.debian.org/debian-science/packages/openmx/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/openmx/trunk/
 
 Package: openmx
 Architecture: any

Modified: packages/openmx/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/openmx/trunk/debian/docs?rev=38661&op=diff
==============================================================================
--- packages/openmx/trunk/debian/docs (original)
+++ packages/openmx/trunk/debian/docs Wed Aug  3 20:36:59 2011
@@ -1,1 +1,0 @@
-README

Modified: packages/openmx/trunk/debian/patches/makefile.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/openmx/trunk/debian/patches/makefile.patch?rev=38661&op=diff
==============================================================================
--- packages/openmx/trunk/debian/patches/makefile.patch (original)
+++ packages/openmx/trunk/debian/patches/makefile.patch Wed Aug  3 20:36:59 2011
@@ -1,19 +1,19 @@
-Index: openmx-3.2.4.dfsg/source/makefile
+Index: openmx-3.5/source/makefile
 ===================================================================
---- openmx-3.2.4.dfsg.orig/source/makefile	2007-03-14 15:30:03.000000000 +0100
-+++ openmx-3.2.4.dfsg/source/makefile	2008-02-16 12:12:43.438557644 +0100
+--- openmx-3.5.orig/source/makefile	2011-08-03 09:19:11.000000000 +0200
++++ openmx-3.5/source/makefile	2011-08-03 09:19:43.000000000 +0200
 @@ -95,8 +95,8 @@
+ #
+ 
+ 
+-CC      = gcc -O3 -Dnompi -Dnoomp -I/usr/local/include -I/home/ozaki/include
+-LIB     = -L/usr/local/lib -lfftw3 -llapack -lblas -lg2c -static
++CC      = gcc -O3 -Dnompi -Dnoomp
++LIB     = -lfftw3 -llapack -lblas
  
  
  
--CC      = gcc -O3 -Dnompi -I/usr/local/include -I/home/ozaki/include
--LIB     = -L/usr/local/lib -lfftw3 -llapack -lblas -lg2c -static
-+CC      = gcc -O3 -Dnompi
-+LIB     = -lfftw3 -llapack -lblas -lgfortran
- 
- 
- 
-@@ -537,7 +537,7 @@
+@@ -554,7 +554,7 @@
  
  install:	$(PROG)
  	strip $(PROG)
@@ -22,14 +22,3 @@
  
  #
  #
-@@ -545,8 +545,8 @@
- #
- #
- 
--clean:	$(PROG) $(OBJS)
--	rm $(PROG) $(OBJS)
-+clean:	
-+	rm -f $(PROG) $(OBJS)
- 
- #
- #

Modified: packages/openmx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openmx/trunk/debian/rules?rev=38661&op=diff
==============================================================================
--- packages/openmx/trunk/debian/rules (original)
+++ packages/openmx/trunk/debian/rules Wed Aug  3 20:36:59 2011
@@ -13,7 +13,6 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	touch configure-stamp
 
 DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
@@ -34,11 +33,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	# Add here commands to clean up after the build process.
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	cd source;$(MAKE) clean
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -rf .pc/
 
 	dh_clean 




More information about the debian-science-commits mailing list