r44794 - in /packages/rheolef/trunk/debian: changelog control copyright rules

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Tue May 15 12:53:23 UTC 2012


Author: saramito-guest
Date: Tue May 15 12:53:21 2012
New Revision: 44794

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44794
Log:
new upstream version 6.1

Modified:
    packages/rheolef/trunk/debian/changelog
    packages/rheolef/trunk/debian/control
    packages/rheolef/trunk/debian/copyright
    packages/rheolef/trunk/debian/rules

Modified: packages/rheolef/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/changelog?rev=44794&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/changelog (original)
+++ packages/rheolef/trunk/debian/changelog Tue May 15 12:53:21 2012
@@ -1,3 +1,11 @@
+rheolef (6.1-1) unstable; urgency=low
+
+  * New upstream release 6.1 (minor changes):
+    - support arbitrarily polynomial order Pk
+    - source code supports g++-4.7 (closes: #671996)
+
+ -- Pierre Saramito <pierre.saramito at imag.fr>  Mon, 14 May 2012 14:02:09 +0200
+  
 rheolef (6.0-1) unstable; urgency=low
 
   * New upstream release 6.0 (major changes):

Modified: packages/rheolef/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/control?rev=44794&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/control (original)
+++ packages/rheolef/trunk/debian/control Tue May 15 12:53:21 2012
@@ -12,7 +12,7 @@
 # I dont known how to do something like this (Pierre.Saramito at imag.fr):
 #  Build-Recommands: libtrilinos-dev
 # since rheolef takes advantage of libtrilinos-dev and it is available on sid and squeeze, but not on wheezy.
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/rheolef/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/rheolef/trunk/
 

Modified: packages/rheolef/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/copyright?rev=44794&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/copyright (original)
+++ packages/rheolef/trunk/debian/copyright Tue May 15 12:53:21 2012
@@ -1,11 +1,8 @@
 Format-Specification: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Name: Rheolef
 Maintainer: Pierre Saramito <pierre.saramito at imag.fr>
-
 Source: http://download.gna.org/rheolef/
-
 Copyright: 1999-2010, Pierre Saramito <Pierre.Saramito at imag.fr>
-
 License: GPL-2
  	On Debian systems, the complete text of the GNU General Public
  	License version 2 can be found in the file `/usr/share/common-licenses/GPL-2`.
@@ -17,7 +14,7 @@
 	   2001, Olivier Pironneau <pironneau at ann.jussieu.fr>,
 	   2001, Antoine Le Hyaric <lehyaric at ann.jussieu.fr>,
 	   2001, Albert Ly <ly at ann.jussieu.fr>,
-Licence: LGPL-2.1
+License: LGPL-2.1
  	On Debian systems, the complete text of the GNU Lesser General Public
  	License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1`.
 
@@ -25,7 +22,7 @@
 Files: util/doubledouble/*
 Source: http://www.boutell.com/fracster-src/doubledouble/doubledouble.html
 Copyright: 1998, Keith Briggs <kmb28 at cam.ac.uk>
-Licence: GPL-2
+License: GPL-2
         On Debian systems, the complete text of the GNU General Public
  	License version 2 can be found in the file `/usr/share/common-licenses/GPL-2`.
 
@@ -36,18 +33,16 @@
        	util/dmallocxx/settings.h
        	util/dmallocxx/README
 Copyright: 1992-2007, Gray Watson http://256.com/gray/
-Licence : permissive
+License: permissive
        	Permission to use, copy, modify, and distribute this software for any
        	purpose and without fee is hereby granted, provided that the above
        	copyright notice and this permission notice appear in all copies, and
        	that the name of Gray Watson not be used in advertising or publicity
        	pertaining to distribution of the document or software without specific,
        	written prior permission.
-
        	Gray Watson makes no representations about the suitability of the
        	software described herein for any purpose.  It is provided ``as is''
        	without express or implied warranty.
-
        	The author may be contacted via <http://www.dmalloc.com/>.
 
 
@@ -60,7 +55,6 @@
 Copyright: 1990-1999, Johannes Braams, Nico Poppelier.
 License: permissive
        	All rights reserved.
-
        	This program can be redistributed and/or modified under the terms
 	of the LaTeX Project Public License Distributed from CTAN
 	archives in directory macros/latex/base/lppl.txt; either

Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=44794&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Tue May 15 12:53:21 2012
@@ -26,8 +26,10 @@
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
+	CXXFLAGS += -O0
 else
 	CFLAGS += -O2
+	CXXFLAGS += -O2
 endif
 
 configure: configure-stamp
@@ -50,7 +52,6 @@
 build-indep: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-
 	# Compile the package.
 	$(MAKE)
 	touch build-stamp
@@ -62,69 +63,79 @@
 	dh_clean
 	# Removing installation directories
 	rm -Rf 	$(TMPDIR)
-
 	# Removing and/or reinitialising files generated after templates
 	# rm -f debian/shlibs.local
 
-install: build
+install: install-stamp
+install-stamp: build
 	dh_testdir
 	dh_testroot
 	dh_clean
 	dh_installdirs
-
 	# Add here commands to install the package into DESTDIR
 	$(MAKE) install DESTDIR=$(CURDIR)/$(TMPDIR)
 	dh_movefiles --sourcedir=$(TMPDIR)
-
 	# removing some useless progs
 	rm -f $(TMPDIR)/usr/bin/doc2man
 	rm -f $(TMPDIR)/usr/bin/doc2texi
 	rm -f $(TMPDIR)/usr/bin/doc2oxy
-
 	# remove info/dir
 	rm -f $(TMPDIR)/usr/share/info/dir*
-
-	# respect debian naming conventions (TO_CLEAN)
-	# if test -d $(TMPDIR)/usr/share/doc/rheolef; then \
-        #   mv $(TMPDIR)/usr/share/doc/rheolef $(TMPDIR)/usr/share/doc/rheolef-doc; \
-        # fi
-
 	# delete rpath (debian policy) if any:
 	- chrpath -d $(TMPDIR)/usr/bin/branch
 	- chrpath -d $(TMPDIR)/usr/bin/field
 	- chrpath -d $(TMPDIR)/usr/bin/geo
-	- chrpath -d $(TMPDIR)/usr/bin/msh2geo
 	- chrpath -d $(TMPDIR)/usr/lib/librheolef.*so*
 	- chrpath -d $(TMPDIR)/usr/lib/rheolef/mkgeo_*
-
+	- chrpath -d $(TMPDIR)/usr/lib/rheolef/msh2geo_int
 	# Changing file access permissions
 	chmod 755 $(TMPDIR)/usr/share/rheolef/check-shlibpath_var.sh
+	touch install-stamp
+
+binary: binary-indep binary-arch
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_install -a --sourcedir=$(TMPDIR)
+	dh_lintian -a
+	dh_installinfo -a
+	dh_installman -a
+	dh_installexamples -a
+	dh_makeshlibs -a
+	dh_shlibdeps -a --dpkg-shlibdeps-params="--ignore-missing-info"
+	dh_installdocs -a
+	dh_installchangelogs -a ChangeLog
+	dh_compress -a -X.pdf
+	dh_strip -a
+	dh_link -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_gencontrol -a --dpkg-gencontrol-params="-Tdebian/$(LIBRHEOLEF).substvars"
+	dh_md5sums -a
+	dh_builddeb -a || true
 
 # Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_install --sourcedir=$(TMPDIR)
-	dh_lintian
-	dh_installinfo
-	dh_installman
-	dh_installexamples
-	dh_makeshlibs
-	dh_shlibdeps --dpkg-shlibdeps-params="--ignore-missing-info"
-	dh_installdocs
-	dh_installchangelogs ChangeLog
-	dh_compress -X.pdf
-	dh_strip
-	dh_link
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol --dpkg-gencontrol-params="-Tdebian/$(LIBRHEOLEF).substvars"
-	dh_md5sums
-	dh_builddeb || true
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_install -i --sourcedir=$(TMPDIR)
+	dh_lintian -i
+	dh_installinfo -i
+	dh_installman -i
+	dh_installexamples -i
+	dh_makeshlibs -i
+	dh_shlibdeps -i --dpkg-shlibdeps-params="--ignore-missing-info"
+	dh_installdocs -i
+	dh_installchangelogs -i ChangeLog
+	dh_compress -i -X.pdf
+	dh_strip -i
+	dh_link -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i --dpkg-gencontrol-params="-Tdebian/$(LIBRHEOLEF).substvars"
+	dh_md5sums -i
+	dh_builddeb -i || true
 
-binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure
-




More information about the debian-science-commits mailing list