r36860 - in /packages/code-aster/pylotage/trunk/debian: changelog control patches/ rules source/format stamp-patched

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Tue Aug 31 12:25:29 UTC 2010


Author: trophime-guest
Date: Tue Aug 31 12:25:27 2010
New Revision: 36860

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36860
Log:
change name to code-aster-pylotage

Removed:
    packages/code-aster/pylotage/trunk/debian/patches/
    packages/code-aster/pylotage/trunk/debian/source/format
    packages/code-aster/pylotage/trunk/debian/stamp-patched
Modified:
    packages/code-aster/pylotage/trunk/debian/changelog
    packages/code-aster/pylotage/trunk/debian/control
    packages/code-aster/pylotage/trunk/debian/rules

Modified: packages/code-aster/pylotage/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/pylotage/trunk/debian/changelog?rev=36860&op=diff
==============================================================================
--- packages/code-aster/pylotage/trunk/debian/changelog (original)
+++ packages/code-aster/pylotage/trunk/debian/changelog Tue Aug 31 12:25:27 2010
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #578058)
 
- -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Tue, 30 Mar 2010 13:02:47 +0200
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Tue, 31 Aug 2010 13:02:47 +0200

Modified: packages/code-aster/pylotage/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/pylotage/trunk/debian/control?rev=36860&op=diff
==============================================================================
--- packages/code-aster/pylotage/trunk/debian/control (original)
+++ packages/code-aster/pylotage/trunk/debian/control Tue Aug 31 12:25:27 2010
@@ -1,18 +1,17 @@
 Source: pylotage
 Section: science
 Priority: extra
-Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploader: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
-Build-Depends: cdbs, debhelper (>= 7), cdbs, python-all-dev (>= 2.5), python-support (>= 1.0.7), omniidl4, omniidl4-python 
-Standards-Version: 3.8.4
+Maintainer: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
+Build-Depends: debhelper (>= 7), cdbs, python-all-dev (>= 2.5), python-support (>= 1.0.7), omniidl4, omniidl-python
+Standards-Version: 3.9.1
 Homepage: http://www.code-aster.org/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/code-aster/pylotage/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/code-aster/pylotage/
 
-Package: pylotage
+Package: code-aster-pylotage
 Architecture: any
 Section: python
-Depends: ${python:Depends}, ${misc:Depends}, aster, salome, omniidl4, omniidl4-python
+Depends: ${python:Depends}, ${misc:Depends}, code-aster-engine, salome
 Description: Python interface between Code_Aster and Salome services
  Code_Aster is a finite element solver for partial differential equations.  It
  is particularly suited to problems involving heat transfer, mechanics, fluids,

Modified: packages/code-aster/pylotage/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/pylotage/trunk/debian/rules?rev=36860&op=diff
==============================================================================
--- packages/code-aster/pylotage/trunk/debian/rules (original)
+++ packages/code-aster/pylotage/trunk/debian/rules Tue Aug 31 12:25:27 2010
@@ -9,9 +9,23 @@
 # Add here any variable or target overrides you need.
 SALOME_VERSION = 'DEFAULT'
 
+# change the Python build script name (default is 'setup.py')
+DEB_PYTHON_SETUP_CMD := setup.py --salome=$(SALOME_VERSION) --with-omniidl=/usr/bin/omniidl
+
 # build options for the Python build script
 DEB_PYTHON_BUILD_ARGS = --salome=$(SALOME_VERSION) --with-omniidl=/usr/bin/omniidl
 
-# change the Python build script name (default is 'setup.py')
-DEB_PYTHON_SETUP_CMD := setup.py --salome=$(SALOME_VERSION) --with-omniidl=/usr/bin/omniidl
-
+get-orig-source:
+	# Retreive aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz
+	mkdir -p tmp
+	cd tmp && wget "http://www.code-aster.org/V2/spip.php?action=dw2_out&id=785"
+	
+	# Go to SRC directory and retreive astk source
+	cd tmp && tar xzf aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz
+	cd tmp/aster-full-src-$(ASTER_VERSION)/SRC && tar zxvf $(DEB_SOURCE_PACKAGE)-src-$(DEB_UPSTREAM_VERSION).noarch.tar.gz
+	
+	# Retreive ASTER src only
+	mkdir -p tmp/aster-full-src-$(ASTER_VERSION)/SRC/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
+	cd tmp/aster-full-src-$(ASTER_VERSION)/SRC && mv $(STA_VERSION) $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
+	cd tmp/aster-full-src-$(ASTER_VERSION)/SRC && tar zcvf $(CURDIR)/$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
+	rm -rf tmp




More information about the debian-science-commits mailing list