r35665 - in /packages/R/r-cran-tripack: ./ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/get-orig-source trunk/debian/rules trunk/debian/watch

tille at users.alioth.debian.org tille at users.alioth.debian.org
Tue Apr 21 12:43:33 UTC 2009


Author: tille
Date: Tue Apr 21 12:43:33 2009
New Revision: 35665

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35665
Log:
Added preliminary packaging stuff for R CRAN tripack

Added:
    packages/R/r-cran-tripack/
    packages/R/r-cran-tripack/trunk/
    packages/R/r-cran-tripack/trunk/debian/
    packages/R/r-cran-tripack/trunk/debian/changelog
    packages/R/r-cran-tripack/trunk/debian/compat
    packages/R/r-cran-tripack/trunk/debian/control
    packages/R/r-cran-tripack/trunk/debian/copyright
    packages/R/r-cran-tripack/trunk/debian/get-orig-source
    packages/R/r-cran-tripack/trunk/debian/rules   (with props)
    packages/R/r-cran-tripack/trunk/debian/watch

Added: packages/R/r-cran-tripack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-tripack/trunk/debian/changelog?rev=35665&op=file
==============================================================================
--- packages/R/r-cran-tripack/trunk/debian/changelog (added)
+++ packages/R/r-cran-tripack/trunk/debian/changelog Tue Apr 21 12:43:33 2009
@@ -1,0 +1,5 @@
+r-cran-tripack (1.2.11-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #).
+
+ -- Andreas Tille <tille at debian.org>  Tue, 21 Apr 2009 13:41:52 +0200

Added: packages/R/r-cran-tripack/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-tripack/trunk/debian/compat?rev=35665&op=file
==============================================================================
--- packages/R/r-cran-tripack/trunk/debian/compat (added)
+++ packages/R/r-cran-tripack/trunk/debian/compat Tue Apr 21 12:43:33 2009
@@ -1,0 +1,1 @@
+7

Added: packages/R/r-cran-tripack/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-tripack/trunk/debian/control?rev=35665&op=file
==============================================================================
--- packages/R/r-cran-tripack/trunk/debian/control (added)
+++ packages/R/r-cran-tripack/trunk/debian/control Tue Apr 21 12:43:33 2009
@@ -1,0 +1,19 @@
+Source: r-cran-tripack
+Section: non-free/science
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
+Standards-Version: 3.8.1
+Homepage: http://cran.r-project.org/web/packages/tripack/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-tripack/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-tripack/trunk/
+
+Package: r-cran-tripack
+Architecture: any
+Depends: ${shlibs:Depends}, r-base-core, r-cran-mvtnorm, r-cran-survival
+Description: GNU R constrained two-dimensional Delaunay triangulation package
+ R CRAN tripack can be used for constrained two-dimensional Delaunay
+ triangulation which is useful for dealing with spatial weights matrix objects
+ from polygon contiguities as it is done in the R CRAN spdep package.

Added: packages/R/r-cran-tripack/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-tripack/trunk/debian/copyright?rev=35665&op=file
==============================================================================
--- packages/R/r-cran-tripack/trunk/debian/copyright (added)
+++ packages/R/r-cran-tripack/trunk/debian/copyright Tue Apr 21 12:43:33 2009
@@ -1,0 +1,39 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: tripack
+Upstream-Maintainer: Albrecht Gebhardt <albrecht.gebhardt at uni-klu.ac.at>
+Upstream-Source: http://cran.r-project.org/web/packages/tripack/
+X-Debianized-By: Andreas Tille <tille at debian.org>
+X-Packaged-Date: Tue, 21 Apr 2009 13:41:52 +0200
+
+Files: debian/*
+Copyright: 2009 Andreas Tille <tille at debian.org>
+License: GPL2+
+
+Files: src/*.f, orig/*
+Copyright: (C) 1998-2000 R. J. Renka.
+ ACM, free for noncommercial use
+ .
+ ALGORITHM 751, COLLECTED ALGORITHMS FROM ACM.
+ THIS WORK PUBLISHED IN TRANSACTIONS ON MATHEMATICAL SOFTWARE,
+ VOL. 22, NO. 1, March, 1996, P.  1--8.
+ ####### With remark from renka (to appear) 4/dec/1998
+
+Files: R code
+Copyright: (C) 2007 Albrecht Gebhardt. With contributions from Stephen Eglen,
+ Sergei Zuyev and Denis White
+ .
+ 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 2 of the License, or
+ (at your option) any later version.
+ .
+ This program 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, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+X-Comment: On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL'.

Added: packages/R/r-cran-tripack/trunk/debian/get-orig-source
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-tripack/trunk/debian/get-orig-source?rev=35665&op=file
==============================================================================
--- packages/R/r-cran-tripack/trunk/debian/get-orig-source (added)
+++ packages/R/r-cran-tripack/trunk/debian/get-orig-source Tue Apr 21 12:43:33 2009
@@ -1,0 +1,7 @@
+#!/bin/sh
+PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
+RENAME=`uscan --verbose --force-download | \
+   grep "Newest version on remote site is .* local version is .*" | \
+   head -n 1 | \
+   sed "s?Newest .* \([-0-9.]\+\),.* \([0-9.]\+\)?mv ../${PKG}_\1.orig.tar.gz ../${PKG}_\2.orig.tar.gz?"`
+$RENAME

Added: packages/R/r-cran-tripack/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-tripack/trunk/debian/rules?rev=35665&op=file
==============================================================================
--- packages/R/r-cran-tripack/trunk/debian/rules (added)
+++ packages/R/r-cran-tripack/trunk/debian/rules Tue Apr 21 12:43:33 2009
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-maptools package
+# Copyright 2009 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
+
+get-orig-source:
+	. debian/get-orig-source

Propchange: packages/R/r-cran-tripack/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/R/r-cran-tripack/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-tripack/trunk/debian/watch?rev=35665&op=file
==============================================================================
--- packages/R/r-cran-tripack/trunk/debian/watch (added)
+++ packages/R/r-cran-tripack/trunk/debian/watch Tue Apr 21 12:43:33 2009
@@ -1,0 +1,6 @@
+version=3
+# Same effect as dversionmangle, but we have to rename the orig.tar.gz
+# anyway and it is easier to write a get-origsource script this way
+# opts="uversionmangle=s/([\d.]+)-(\d)/$1.$2/"
+opts="dversionmangle=s/([\d.]+)\.(\d)/$1-$2/" \
+http://cran.r-project.org/src/contrib/tripack_([-\d.]*)\.tar\.gz




More information about the debian-science-commits mailing list