r35958 - in /packages/libneartree: ./ trunk/ trunk/debian/ trunk/debian/README.Debian trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/watch

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed Nov 4 13:13:43 UTC 2009


Author: tille
Date: Wed Nov  4 13:13:43 2009
New Revision: 35958

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35958
Log:
Inject some NOT YET WORKING preparation for libneartree packaging to help geting prerequisites for rasmol packaged.

Added:
    packages/libneartree/
    packages/libneartree/trunk/
    packages/libneartree/trunk/debian/
    packages/libneartree/trunk/debian/README.Debian
    packages/libneartree/trunk/debian/changelog
    packages/libneartree/trunk/debian/compat
    packages/libneartree/trunk/debian/control
    packages/libneartree/trunk/debian/copyright
    packages/libneartree/trunk/debian/rules   (with props)
    packages/libneartree/trunk/debian/watch

Added: packages/libneartree/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/libneartree/trunk/debian/README.Debian?rev=35958&op=file
==============================================================================
--- packages/libneartree/trunk/debian/README.Debian (added)
+++ packages/libneartree/trunk/debian/README.Debian Wed Nov  4 13:13:43 2009
@@ -1,0 +1,6 @@
+libneartree for Debian
+----------------------
+
+This library is needed as a precondition to build Rasmol version 2.7.5.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 03 Nov 2009 21:49:53 +0100

Added: packages/libneartree/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libneartree/trunk/debian/changelog?rev=35958&op=file
==============================================================================
--- packages/libneartree/trunk/debian/changelog (added)
+++ packages/libneartree/trunk/debian/changelog Wed Nov  4 13:13:43 2009
@@ -1,0 +1,5 @@
+libneartree (2.1.3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #550849)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 03 Nov 2009 21:49:53 +0100

Added: packages/libneartree/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/libneartree/trunk/debian/compat?rev=35958&op=file
==============================================================================
--- packages/libneartree/trunk/debian/compat (added)
+++ packages/libneartree/trunk/debian/compat Wed Nov  4 13:13:43 2009
@@ -1,0 +1,1 @@
+7

Added: packages/libneartree/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libneartree/trunk/debian/control?rev=35958&op=file
==============================================================================
--- packages/libneartree/trunk/debian/control (added)
+++ packages/libneartree/trunk/debian/control Wed Nov  4 13:13:43 2009
@@ -1,0 +1,33 @@
+Source: libneartree
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 7), d-shlibs (>= 0.38), cdbs, libcvector
+Standards-Version: 3.8.3
+Section: libs
+Homepage: http://sourceforge.net/projects/neartree/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/libneartree/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libneartree/trunk/
+
+Package: libneartree0-dev
+Section: libdevel
+Architecture: any
+Depends: libneartree0 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends}
+Provides: libneartree-dev
+Conflicts: libneartree-dev
+Description: function library efficiently solving the Nearest Neighbor Problem
+ Neartree is an API for finding nearest neighbors among points in spaces of                                                                                                     
+ arbitrary dimensions. This release provides a C++ template, TNear.h, and a C                                                                                                   
+ library, CNearTree.c, with example/test programs.
+ .
+ This package contains the development library.
+
+Package: libneartree0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: function library efficiently solving the Nearest Neighbor Problem
+ Neartree is an API for finding nearest neighbors among points in spaces of                                                                                                     
+ arbitrary dimensions. This release provides a C++ template, TNear.h, and a C                                                                                                   
+ library, CNearTree.c, with example/test programs.

Added: packages/libneartree/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/libneartree/trunk/debian/copyright?rev=35958&op=file
==============================================================================
--- packages/libneartree/trunk/debian/copyright (added)
+++ packages/libneartree/trunk/debian/copyright Wed Nov  4 13:13:43 2009
@@ -1,0 +1,25 @@
+X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+X-Debianized-By: Andreas Tille <tille at debian.org>
+X-Debianized-Date: Sat, 22 Mar 2008 13:41:13 +0100
+X-Source-Downloaded-From: http://sourceforge.net/projects/ctapi-mkt
+X-Upstream-Author: Claudia Neumann <dr.claudia.neumann at gmx.de>
+
+Source: http://sourceforge.net/projects/ctapi-mkt
+
+Files: debian/*
+Copyright: © 2008, Andreas Tille <tille at debian.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+Files: *
+Copyright: © 2007, 2008 Claudia Neumann <dr.claudia.neumann at gmx.de>
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation version 2 of the License.
+
+On Debian systems, the complete text of the licenses can be found in:
+GPL-2 - `/usr/share/common-licenses/GPL-2'

Added: packages/libneartree/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libneartree/trunk/debian/rules?rev=35958&op=file
==============================================================================
--- packages/libneartree/trunk/debian/rules (added)
+++ packages/libneartree/trunk/debian/rules Wed Nov  4 13:13:43 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+pkg=libneartree
+
+DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make all
+
+common-binary-post-install-arch::
+	# Call d-shlibmove to comply with library packaging guide
+	d-devlibdeps debian/$(pkg)1-dev.substvars \
+	             debian/tmp/usr/lib/$(pkg).so
+	# /bin/sh debian/debug/
+	cp -a *.h debian/tmp
+	# cp -a doc/html/* debian/tmp/usr/share/doc/html
+	d-shlibmove --commit \
+		    --movedev "debian/tmp/*.h" usr/include \
+		    debian/tmp/usr/lib/$(pkg).so
+
+clean::
+	rm -f debian/$(pkg)1-dev.substvars

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

Added: packages/libneartree/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/libneartree/trunk/debian/watch?rev=35958&op=file
==============================================================================
--- packages/libneartree/trunk/debian/watch (added)
+++ packages/libneartree/trunk/debian/watch Wed Nov  4 13:13:43 2009
@@ -1,0 +1,2 @@
+version=3
+http://sf.net/neartree/NearTree-(.*)\.tar\.gz




More information about the debian-science-commits mailing list