[med-svn] r8473 - in trunk/packages: . cellprofiler cellprofiler/trunk cellprofiler/trunk/debian cellprofiler/trunk/debian/source

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Nov 8 08:17:47 UTC 2011


Author: malat-guest
Date: 2011-11-08 08:17:46 +0000 (Tue, 08 Nov 2011)
New Revision: 8473

Added:
   trunk/packages/cellprofiler/
   trunk/packages/cellprofiler/trunk/
   trunk/packages/cellprofiler/trunk/debian/
   trunk/packages/cellprofiler/trunk/debian/README.source
   trunk/packages/cellprofiler/trunk/debian/changelog
   trunk/packages/cellprofiler/trunk/debian/compat
   trunk/packages/cellprofiler/trunk/debian/control
   trunk/packages/cellprofiler/trunk/debian/copyright
   trunk/packages/cellprofiler/trunk/debian/get-orig-source
   trunk/packages/cellprofiler/trunk/debian/rules
   trunk/packages/cellprofiler/trunk/debian/source/
   trunk/packages/cellprofiler/trunk/debian/source/format
Log:
start working on cellprofiler

Added: trunk/packages/cellprofiler/trunk/debian/README.source
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/README.source	                        (rev 0)
+++ trunk/packages/cellprofiler/trunk/debian/README.source	2011-11-08 08:17:46 UTC (rev 8473)
@@ -0,0 +1,16 @@
+This package is also available under the JDL license. However this is
+clearly impossible to have it in debian.  Package is thus released under
+JRL
+
+Since JRL clearly prohibit commercial use, this package is required to
+be located in non-free and not main
+
+As a side note, a request for moving to BSD has been added to bug tracker (14/Oct/05):
+
+http://java.net/jira/browse/JAI_CORE-35
+
+A specific request to release the source code was added:
+
+http://java.net/jira/browse/JAI_CORE-151
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 12 Sep 2011 09:56:16 +0200

Added: trunk/packages/cellprofiler/trunk/debian/changelog
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/cellprofiler/trunk/debian/changelog	2011-11-08 08:17:46 UTC (rev 8473)
@@ -0,0 +1,5 @@
+cellprofiler (2.0~svn10997-1) unstable; urgency=low
+
+  * Initial Debian Upload (Closes: #)
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 12 Sep 2011 09:56:16 +0200

Added: trunk/packages/cellprofiler/trunk/debian/compat
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/cellprofiler/trunk/debian/compat	2011-11-08 08:17:46 UTC (rev 8473)
@@ -0,0 +1 @@
+8

Added: trunk/packages/cellprofiler/trunk/debian/control
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/control	                        (rev 0)
+++ trunk/packages/cellprofiler/trunk/debian/control	2011-11-08 08:17:46 UTC (rev 8473)
@@ -0,0 +1,20 @@
+Source: cellprofiler
+Priority: optional
+Section: python
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: python-nose (>= 1.0)
+Standards-Version: 3.9.2
+Homepage: http://cellprofiler.org
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/cellprofiler/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/cellprofiler/trunk/
+
+
+Package: cellprofiler
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Description: CellP
+

Added: trunk/packages/cellprofiler/trunk/debian/copyright
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/cellprofiler/trunk/debian/copyright	2011-11-08 08:17:46 UTC (rev 8473)
@@ -0,0 +1,12 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: cellprofiler
+Source: http://cellprofiler.org
+
+Files: *
+Copyright: © 
+Licence: 
+
+Files: debian/*
+Copyright: © 2011 Mathieu Malaterre <mathieu.malaterre at gmail.com>
+License: PD
+ The packaging work is in the public domain unless stated otherwise.

Added: trunk/packages/cellprofiler/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/get-orig-source	                        (rev 0)
+++ trunk/packages/cellprofiler/trunk/debian/get-orig-source	2011-11-08 08:17:46 UTC (rev 8473)
@@ -0,0 +1,26 @@
+#!/bin/sh
+set -ex
+
+PACKAGE=cellprofiler
+
+VERSION=${VERSION:-$2}
+TARFILE=${TARFILE:-$3}
+
+if [ -z ${VERSION}]; then
+VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$/\1/p'`
+fi
+
+REVISION=`echo $VERSION | sed -e 's/^.*svn//g'`
+
+
+if [ -z ${TARFILE}]; then
+TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
+fi
+
+FOLDER=${PACKAGE}-${VERSION}
+
+svn export -r 10997 https://svn.broadinstitute.org/CellProfiler/trunk/CellProfiler ${FOLDER}
+# 
+
+GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}
+rm -rf ${FOLDER}


Property changes on: trunk/packages/cellprofiler/trunk/debian/get-orig-source
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/cellprofiler/trunk/debian/rules
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/cellprofiler/trunk/debian/rules	2011-11-08 08:17:46 UTC (rev 8473)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+get-orig-source:
+	./debian/get-orig-source


Property changes on: trunk/packages/cellprofiler/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/cellprofiler/trunk/debian/source/format
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/cellprofiler/trunk/debian/source/format	2011-11-08 08:17:46 UTC (rev 8473)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list