[med-svn] r11316 - in trunk/packages/libmath-vector-real-kdtree-perl: . trunk trunk/debian trunk/debian/source

Shen Wei uheeschen-guest at alioth.debian.org
Wed Jun 13 09:22:40 UTC 2012


Author: uheeschen-guest
Date: 2012-06-13 09:22:40 +0000 (Wed, 13 Jun 2012)
New Revision: 11316

Added:
   trunk/packages/libmath-vector-real-kdtree-perl/tags/
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/changelog
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/compat
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/copyright
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/docs
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/rules
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/source/
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/source/format
   trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/watch
Modified:
   trunk/packages/libmath-vector-real-kdtree-perl/
Log:
initial commission, without build and checking



Property changes on: trunk/packages/libmath-vector-real-kdtree-perl
___________________________________________________________________
Added: svn:ignore
   + build-area
tarballs


Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/changelog	2012-06-13 09:22:40 UTC (rev 11316)
@@ -0,0 +1,5 @@
+libmath-vector-real-kdtree-perl (0.02-1) unstable; urgency=low
+
+  * Initial release (Closes: #676579) 
+
+ -- Shen Wei <weis at rostlab.org>  Fri, 08 Jun 2012 00:16:26 +0200

Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/compat
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/compat	2012-06-13 09:22:40 UTC (rev 11316)
@@ -0,0 +1 @@
+7

Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control	                        (rev 0)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control	2012-06-13 09:22:40 UTC (rev 11316)
@@ -0,0 +1,18 @@
+Source: libmath-vector-real-kdtree-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Shen Wei <weis at rostlab.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/~salva/Math-Vector-Real-kdTree-0.02/lib/Math/Vector/Real/kdTree.pm
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libmath-vector-real-kdtree-perl/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libmath-vector-real-kdtree-perl/trunk/
+
+Package: libmath-vector-real-kdtree-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Math::Vector::Real::kdTree - kd-Tree in Perl
+ This module implements a kd-Tree data structure in Perl and some related
+ algorithms which enables efficient searching in k-dimensional space.

Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/copyright
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/copyright	2012-06-13 09:22:40 UTC (rev 11316)
@@ -0,0 +1,37 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: Math::Vector::Real::kdTree
+Upstream-Contact: Salvador Fandiño <sfandino at yahoo.com>
+Source: http://search.cpan.org/~salva/Math-Vector-Real-kdTree-0.02/lib/Math/Vector/Real/kdTree.pm
+
+Files: debian/*
+Copyright: 2012 Shen Wei <weis at rostlab.org>
+License: GPL-3.0+
+
+Files: *
+Copyright: 2011 by Salvador Fandiño <sfandino at yahoo.com>
+License: Artistic
+
+License: Artistic
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself, either Perl version 5.8.8 or, at your option,
+ any later version of Perl 5 you may have available.
+ .
+ On Debian systems, the complete text of the Perl Artistic
+ License can be found in "/usr/share/common-licenses/Artistic".
+
+License: GPL-3.0+
+ This program 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/docs
===================================================================
Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/rules	2012-06-13 09:22:40 UTC (rev 11316)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+%:
+	dh $@ 
+
+get-orig-source:
+	mkdir -p ../tarballs
+	uscan --verbose --force-download --destdir=../tarballs
+
+


Property changes on: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/source/format
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/source/format	2012-06-13 09:22:40 UTC (rev 11316)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/watch
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/watch	2012-06-13 09:22:40 UTC (rev 11316)
@@ -0,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/Math/Math-Vector-Real-kdTree-(\d+.\d+)\.tar\.gz




More information about the debian-med-commit mailing list