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

Shen Wei uheeschen-guest at alioth.debian.org
Thu Jun 7 21:35:46 UTC 2012


Author: uheeschen-guest
Date: 2012-06-07 21:35:45 +0000 (Thu, 07 Jun 2012)
New Revision: 11275

Added:
   trunk/packages/libmath-vector-real-perl/trunk/
   trunk/packages/libmath-vector-real-perl/trunk/debian/
   trunk/packages/libmath-vector-real-perl/trunk/debian/changelog
   trunk/packages/libmath-vector-real-perl/trunk/debian/compat
   trunk/packages/libmath-vector-real-perl/trunk/debian/control
   trunk/packages/libmath-vector-real-perl/trunk/debian/copyright
   trunk/packages/libmath-vector-real-perl/trunk/debian/docs
   trunk/packages/libmath-vector-real-perl/trunk/debian/rules
   trunk/packages/libmath-vector-real-perl/trunk/debian/source/
   trunk/packages/libmath-vector-real-perl/trunk/debian/source/format
   trunk/packages/libmath-vector-real-perl/trunk/debian/watch
Log:
debianization without build success (with unsolved issues)



Property changes on: trunk/packages/libmath-vector-real-perl/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1


Added: trunk/packages/libmath-vector-real-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libmath-vector-real-perl/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/libmath-vector-real-perl/trunk/debian/changelog	2012-06-07 21:35:45 UTC (rev 11275)
@@ -0,0 +1,5 @@
+libmath-vector-real-perl (0.08-1) unstable; urgency=low
+
+  * Initial release (Closes: #676570)
+
+ -- Shen Wei <weis at rostlab.org>  Thu, 07 Jun 2012 22:41:25 +0200

Added: trunk/packages/libmath-vector-real-perl/trunk/debian/compat
===================================================================
--- trunk/packages/libmath-vector-real-perl/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/libmath-vector-real-perl/trunk/debian/compat	2012-06-07 21:35:45 UTC (rev 11275)
@@ -0,0 +1 @@
+7

Added: trunk/packages/libmath-vector-real-perl/trunk/debian/control
===================================================================
--- trunk/packages/libmath-vector-real-perl/trunk/debian/control	                        (rev 0)
+++ trunk/packages/libmath-vector-real-perl/trunk/debian/control	2012-06-07 21:35:45 UTC (rev 11275)
@@ -0,0 +1,16 @@
+Source: libmath-vector-real-perl
+Section: perl
+Priority: optional
+Maintainer: Shen Wei <weis at rostlab.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/~salva/Math-Vector-Real-0.08/lib/Math/Vector/Real.pm
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libmath-vector-real-perl/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libmath-vector-real-perl/trunk/
+
+Package: libmath-vector-real-perl
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A simple pure perl module to manipulate vectors of any dimension
+ This Perl module provides object and functions for operations vectors of real
+ numbers with any dimension.

Added: trunk/packages/libmath-vector-real-perl/trunk/debian/copyright
===================================================================
--- trunk/packages/libmath-vector-real-perl/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/libmath-vector-real-perl/trunk/debian/copyright	2012-06-07 21:35:45 UTC (rev 11275)
@@ -0,0 +1,37 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: Math::Vector::Real
+Upstream-Contact: Salvador Fandiño <sfandino at yahoo.com>
+Source: http://search.cpan.org/~salva/Math-Vector-Real-0.08/lib/Math/Vector/Real.pm
+
+Files: debian/*
+Copyright: 2012 Shen Wei <weis at rostlab.org>
+License: GPL-3.0+
+
+Files: *
+Copyright: 2009, 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-perl/trunk/debian/docs
===================================================================
Added: trunk/packages/libmath-vector-real-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libmath-vector-real-perl/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/libmath-vector-real-perl/trunk/debian/rules	2012-06-07 21:35:45 UTC (rev 11275)
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# 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.
+
+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-perl/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/libmath-vector-real-perl/trunk/debian/source/format
===================================================================
--- trunk/packages/libmath-vector-real-perl/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/libmath-vector-real-perl/trunk/debian/source/format	2012-06-07 21:35:45 UTC (rev 11275)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/libmath-vector-real-perl/trunk/debian/watch
===================================================================
--- trunk/packages/libmath-vector-real-perl/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/libmath-vector-real-perl/trunk/debian/watch	2012-06-07 21:35:45 UTC (rev 11275)
@@ -0,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/Math/Math-Vector-Real-(\d+.\d+)\.tar\.gz




More information about the debian-med-commit mailing list