r35677 - in /packages/sip: ./ tags/ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/docs trunk/debian/rules trunk/debian/watch

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Wed Apr 22 21:07:45 UTC 2009


Author: sylvestre-guest
Date: Wed Apr 22 21:07:45 2009
New Revision: 35677

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35677
Log:
initial package of sip

Added:
    packages/sip/
    packages/sip/tags/
    packages/sip/trunk/
    packages/sip/trunk/debian/
    packages/sip/trunk/debian/changelog
    packages/sip/trunk/debian/compat
    packages/sip/trunk/debian/control
    packages/sip/trunk/debian/copyright
    packages/sip/trunk/debian/docs
    packages/sip/trunk/debian/rules   (with props)
    packages/sip/trunk/debian/watch

Added: packages/sip/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/sip/trunk/debian/changelog?rev=35677&op=file
==============================================================================
--- packages/sip/trunk/debian/changelog (added)
+++ packages/sip/trunk/debian/changelog Wed Apr 22 21:07:45 2009
@@ -1,0 +1,6 @@
+sip (0.4.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Wed, 22 Apr 2009 21:25:18 +0200
+

Added: packages/sip/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/sip/trunk/debian/compat?rev=35677&op=file
==============================================================================
--- packages/sip/trunk/debian/compat (added)
+++ packages/sip/trunk/debian/compat Wed Apr 22 21:07:45 2009
@@ -1,0 +1,1 @@
+7

Added: packages/sip/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/sip/trunk/debian/control?rev=35677&op=file
==============================================================================
--- packages/sip/trunk/debian/control (added)
+++ packages/sip/trunk/debian/control Wed Apr 22 21:07:45 2009
@@ -1,0 +1,24 @@
+Source: sip
+Section: contrib/math
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Sylvestre Ledru <sylvestre.ledru at inria.fr>,
+ Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), autotools-dev, cdbs, scilab (>= 5.0)
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/sip/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/sip/trunk
+Homepage: http://siptoolbox.sourceforge.net
+DM-Upload-Allowed: yes
+
+Package: sip
+Architecture: any
+Depends: ${shlibs:Depends}, scilab
+Description: Scilab Image Processing toolbox
+ SIP stands for Scilab Image Processing toolbox. SIP intends to do imaging
+ tasks such as filtering, blurring, edge detection, thresholding, histogram
+ manipulation, segmentation, mathematical morphology, color image processing,
+ etc.
+ These operations are useful for problem solving in real-world applications 
+ ranging from car motion planning to automatic diagnosis of medical images. 
+ .

Added: packages/sip/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/sip/trunk/debian/copyright?rev=35677&op=file
==============================================================================
--- packages/sip/trunk/debian/copyright (added)
+++ packages/sip/trunk/debian/copyright Wed Apr 22 21:07:45 2009
@@ -1,0 +1,36 @@
+This package was debianized by Sylvestre Ledru <sylvestre.ledru at inria.fr> on
+Wed, 22 Apr 2009 21:25:18 +0200.
+
+It was downloaded from <http://siptoolbox.sourceforge.net/>
+
+Upstream Authors:
+
+   Ricardo Fabbri <rfabbri at gmail.com> 
+   Luciano da Fontoura Costa <luciano at if.sc.usp.br>
+
+Copyright:
+
+    Copyright (C) 2002-2009  Ricardo Fabbri
+    Copyright (C) 2002-2009  Luciano da Fontoura Costa
+
+License: GPL-2+
+
+ 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2008, Sylvestre Ledru <sylvestre.ledru at inria.fr> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/sip/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/sip/trunk/debian/docs?rev=35677&op=file
==============================================================================
--- packages/sip/trunk/debian/docs (added)
+++ packages/sip/trunk/debian/docs Wed Apr 22 21:07:45 2009
@@ -1,0 +1,7 @@
+AUTHORS.txt
+DEVEL_README.txt
+FAQ.txt
+NEWS.txt
+README.txt
+THANKS.txt
+TODO.txt

Added: packages/sip/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/sip/trunk/debian/rules?rev=35677&op=file
==============================================================================
--- packages/sip/trunk/debian/rules (added)
+++ packages/sip/trunk/debian/rules Wed Apr 22 21:07:45 2009
@@ -1,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr/lib
+
+get-orig-source:
+	-uscan --upstream-version 0 --rename    
+

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

Added: packages/sip/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/sip/trunk/debian/watch?rev=35677&op=file
==============================================================================
--- packages/sip/trunk/debian/watch (added)
+++ packages/sip/trunk/debian/watch Wed Apr 22 21:07:45 2009
@@ -1,0 +1,2 @@
+version=3
+http://sf.net/siptoolbox/sip-(\d*)\.(\d*)\.(\d*)\.tar\.gz




More information about the debian-science-commits mailing list