r35414 - in /packages/xblas: ./ tags/ trunk/ trunk/debian/ trunk/debian/patches/

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Thu Jan 8 23:12:09 UTC 2009


Author: sylvestre-guest
Date: Thu Jan  8 23:12:09 2009
New Revision: 35414

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35414
Log:
Beginning of the work on the xblas package

Added:
    packages/xblas/
    packages/xblas/tags/
    packages/xblas/trunk/
    packages/xblas/trunk/debian/
    packages/xblas/trunk/debian/README.Debian
    packages/xblas/trunk/debian/changelog
    packages/xblas/trunk/debian/compat
    packages/xblas/trunk/debian/control
    packages/xblas/trunk/debian/copyright
    packages/xblas/trunk/debian/patches/
    packages/xblas/trunk/debian/patches/series
    packages/xblas/trunk/debian/patches/shared.diff
    packages/xblas/trunk/debian/rules   (with props)
    packages/xblas/trunk/debian/watch

Added: packages/xblas/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/xblas/trunk/debian/README.Debian?rev=35414&op=file
==============================================================================
--- packages/xblas/trunk/debian/README.Debian (added)
+++ packages/xblas/trunk/debian/README.Debian Thu Jan  8 23:12:09 2009
@@ -1,0 +1,6 @@
+xblas for Debian
+----------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Thu, 08 Jan 2009 21:57:36 +0100

Added: packages/xblas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/xblas/trunk/debian/changelog?rev=35414&op=file
==============================================================================
--- packages/xblas/trunk/debian/changelog (added)
+++ packages/xblas/trunk/debian/changelog Thu Jan  8 23:12:09 2009
@@ -1,0 +1,6 @@
+xblas (1.0.248-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Thu, 08 Jan 2009 21:57:36 +0100
+

Added: packages/xblas/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/xblas/trunk/debian/compat?rev=35414&op=file
==============================================================================
--- packages/xblas/trunk/debian/compat (added)
+++ packages/xblas/trunk/debian/compat Thu Jan  8 23:12:09 2009
@@ -1,0 +1,1 @@
+7

Added: packages/xblas/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/xblas/trunk/debian/control?rev=35414&op=file
==============================================================================
--- packages/xblas/trunk/debian/control (added)
+++ packages/xblas/trunk/debian/control Thu Jan  8 23:12:09 2009
@@ -1,0 +1,35 @@
+Source: xblas
+Priority: optional
+Maintainer: Sylvestre Ledru <sylvestre.ledru at inria.fr>
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, gfortran
+Standards-Version: 3.8.0
+Section: libs
+Homepage: http://www.netlib.org/xblas/
+DM-Upload-Allowed: yes
+
+Package: libxblas-dev
+Section: libdevel
+Architecture: any
+Depends: xblasBROKEN (= ${binary:Version})
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+ .
+ This package contains the development files needed to compile software to
+ use the xblas API.
+
+Package: libxblas0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+
+Package: libxblas0-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxblas0
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+ .
+ This package contains the debugging symbols of the library.

Added: packages/xblas/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/xblas/trunk/debian/copyright?rev=35414&op=file
==============================================================================
--- packages/xblas/trunk/debian/copyright (added)
+++ packages/xblas/trunk/debian/copyright Thu Jan  8 23:12:09 2009
@@ -1,0 +1,24 @@
+This package was debianized by Sylvestre Ledru <sylvestre.ledru at inria.fr> on
+Thu, 08 Jan 2009 21:57:36 +0100.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is (C) 2009, Sylvestre Ledru <sylvestre.ledru at inria.fr> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: packages/xblas/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/xblas/trunk/debian/patches/series?rev=35414&op=file
==============================================================================
--- packages/xblas/trunk/debian/patches/series (added)
+++ packages/xblas/trunk/debian/patches/series Thu Jan  8 23:12:09 2009
@@ -1,0 +1,1 @@
+shared.diff

Added: packages/xblas/trunk/debian/patches/shared.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/xblas/trunk/debian/patches/shared.diff?rev=35414&op=file
==============================================================================
--- packages/xblas/trunk/debian/patches/shared.diff (added)
+++ packages/xblas/trunk/debian/patches/shared.diff Thu Jan  8 23:12:09 2009
@@ -1,0 +1,11 @@
+--- xblas-1.0.248.orig/Makefile	2008-11-21 16:51:39.000000000 +0100
++++ xblas-1.0.248/Makefile	2009-01-08 22:59:25.000000000 +0100
+@@ -115,7 +115,7 @@
+ 	cd $(SRC_DIR)/symv2 && $(MAKE) lib
+ 	cd $(SRC_DIR)/hemv2 && $(MAKE) lib
+ 	cd $(SRC_DIR)/gbmv2 && $(MAKE) lib
+-
++	$(CC) -shared -Wl,-soname,libxblas.so -o libxblas.so `find $(SRC_DIR) -iname '*.o'`
+ 
+ Makefile: Makefile.m4
+ 	$(M4) $(M4_OPTS) Makefile.m4 > Makefile

Added: packages/xblas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/xblas/trunk/debian/rules?rev=35414&op=file
==============================================================================
--- packages/xblas/trunk/debian/rules (added)
+++ packages/xblas/trunk/debian/rules Thu Jan  8 23:12:09 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+#DEB_CONFIGURE_NORMAL_ARGS += --enable-shared
+
+DEB_CONFIGURE_INVOKE = -fPIC
+DEB_MAKE_INSTALL_TARGET =
+
+install/libxblas0::
+	install -m 664 -D -s libxblas.so $(CURDIR)/debian/libxblas0/usr/lib/libxblas.so.0.0.0
+
+install/libxblas-dev::
+	install -m 664 -D libxblas.a $(CURDIR)/debian/libxblas-dev/usr/lib/libxblas.a
+	ln -s libxblas.so.0.0.0 $(CURDIR)/debian/libxblas-dev/usr/lib/libxblas.so.0
+	ln -s libxblas.so.0.0.0 $(CURDIR)/debian/libxblas-dev/usr/lib/libxblas.so
+
+install/libxblas0-dbg::
+	install -m 664 -D libxblas.so $(CURDIR)/debian/libxblas0-dbg/usr/lib/debug/usr/lib/libxblas.so.0.0.0
+
+get-orig-source:
+	-uscan --upstream-version=0 --rename

Propchange: packages/xblas/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/xblas/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/xblas/trunk/debian/watch?rev=35414&op=file
==============================================================================
--- packages/xblas/trunk/debian/watch (added)
+++ packages/xblas/trunk/debian/watch Thu Jan  8 23:12:09 2009
@@ -1,0 +1,3 @@
+version=3
+ftp://www.netlib.org/xblas/xblas-(.*)\.tar\.gz
+# debian debian/orig-tar.sh




More information about the debian-science-commits mailing list