r38407 - in /packages/feel++-opus/trunk/debian: changelog control copyright rules

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Wed Apr 20 20:26:28 UTC 2011


Author: prudhomm
Date: Wed Apr 20 20:26:26 2011
New Revision: 38407

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38407
Log:
it works

Modified:
    packages/feel++-opus/trunk/debian/changelog
    packages/feel++-opus/trunk/debian/control
    packages/feel++-opus/trunk/debian/copyright
    packages/feel++-opus/trunk/debian/rules

Modified: packages/feel++-opus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B-opus/trunk/debian/changelog?rev=38407&op=diff
==============================================================================
--- packages/feel++-opus/trunk/debian/changelog (original)
+++ packages/feel++-opus/trunk/debian/changelog Wed Apr 20 20:26:26 2011
@@ -1,5 +1,5 @@
 feel++-opus (0.90.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release 
 
  -- Christophe Prud'homme <prudhomm at debian.org>  Wed, 20 Apr 2011 05:16:59 +0200

Modified: packages/feel++-opus/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B-opus/trunk/debian/control?rev=38407&op=diff
==============================================================================
--- packages/feel++-opus/trunk/debian/control (original)
+++ packages/feel++-opus/trunk/debian/control Wed Apr 20 20:26:26 2011
@@ -1,15 +1,20 @@
 Source: feel++-opus
-Section: unknown
+Section: science
 Priority: extra
-Maintainer: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), cmake
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Christophe Prud'homme <prudhomm at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, quilt, cmake, octave-pkg-dev (>= 0.7.0), 
+    libfeel++-dev, libopenturns-dev, openturns-wrapper, libann-dev, libglpk-dev, octave3.2-headers
 Standards-Version: 3.9.1
-Homepage: <insert the upstream URL, if relevant>
-#Vcs-Git: git://git.debian.org/collab-maint/feel++-opus.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/feel++-opus.git;a=summary
+Homepage: http://www.opus-project.fr
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/feel++-opus/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/feel++-opus/trunk
 
 Package: feel++-opus
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${octave:Depends}, python-scitools, python-matplotlib
+Suggests: ipython
+Description: Feel++ Open Platform for Uncertainty in Simulations
+ OPUS is a platform for uncertainty quantification in numerical simulations
+
+

Modified: packages/feel++-opus/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B-opus/trunk/debian/copyright?rev=38407&op=diff
==============================================================================
--- packages/feel++-opus/trunk/debian/copyright (original)
+++ packages/feel++-opus/trunk/debian/copyright Wed Apr 20 20:26:26 2011
@@ -3,16 +3,14 @@
 Source: <url://example.com>
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
+Copyright: 2007-2011 Universite Joseph Fourier (Grenoble 1)
+
 License: <special license>
  <Put the license of the package here indented by 1 space>
  <This follows the format of Description: lines in control file>
  .
  <Including paragraphs>
 
-# If you want to use GPL v2 or later for the /debian/* files use 
-# the following clauses, or change it to suit. Delete these two lines
 Files: debian/*
 Copyright: 2011 Christophe Prud'homme <prudhomm at debian.org>
 License: GPL-2+

Modified: packages/feel++-opus/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B-opus/trunk/debian/rules?rev=38407&op=diff
==============================================================================
--- packages/feel++-opus/trunk/debian/rules (original)
+++ packages/feel++-opus/trunk/debian/rules Wed Apr 20 20:26:26 2011
@@ -6,8 +6,26 @@
 # dh-make output file, you may use that output file without restriction.
 # This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+DEB_AUTO_CLEANUP_RCS   := yes
+DEB_COMPRESS_EXCLUDE   := .pdf
 
-%:
-	dh $@ 
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/cmake.mk
+include /usr/share/cdbs/1/class/octave-pkg.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+
+export CFLAGS=-O2
+export CXXFLAGS=-O2
+
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+DEB_CMAKE_EXTRA_FLAGS=                      \
+        -DCMAKE_BUILD_TYPE=Release          \
+	-DCMAKE_C_FLAGS=$(CFLAGS)	    \
+	-DCMAKE_CXX_FLAGS=$(CXXFLAGS)	    
+
+
+get-orig-source:
+	uscan --force-download
+




More information about the debian-science-commits mailing list