[med-svn] r18990 - trunk/packages/barrnap-data-nonfree/trunk/debian

Sascha Steinbiss sascha-guest at moszumanska.debian.org
Sun Mar 22 15:36:36 UTC 2015


Author: sascha-guest
Date: 2015-03-22 15:36:35 +0000 (Sun, 22 Mar 2015)
New Revision: 18990

Added:
   trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.config
   trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postinst
   trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postrm
   trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.templates
Modified:
   trunk/packages/barrnap-data-nonfree/trunk/debian/changelog
   trunk/packages/barrnap-data-nonfree/trunk/debian/control
   trunk/packages/barrnap-data-nonfree/trunk/debian/copyright
   trunk/packages/barrnap-data-nonfree/trunk/debian/rules
Log:
ask for license agreement before installing, update copyright


Added: trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.config
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.config	                        (rev 0)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.config	2015-03-22 15:36:35 UTC (rev 18990)
@@ -0,0 +1,12 @@
+#!/bin/sh
+set -e
+. /usr/share/debconf/confmodule
+
+db_reset barrnap-data-nonfree/license-accept
+db_input high barrnap-data-nonfree/license-accept
+db_go
+
+db_get barrnap-data-nonfree/license-accept
+if [ "$RET" = "false" ]; then
+    exit 1
+fi


Property changes on: trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.config
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postinst
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postinst	                        (rev 0)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postinst	2015-03-22 15:36:35 UTC (rev 18990)
@@ -0,0 +1,12 @@
+#!/bin/sh
+set -e
+. /usr/share/debconf/confmodule
+
+db_reset barrnap-data-nonfree/license-accept
+db_input high barrnap-data-nonfree/license-accept
+db_go
+
+db_get barrnap-data-nonfree/license-accept
+if [ "$RET" = "false" ]; then
+    exit 1
+fi


Property changes on: trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postinst
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postrm
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postrm	                        (rev 0)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postrm	2015-03-22 15:36:35 UTC (rev 18990)
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "purge" -a -e /usr/share/debconf/confmodule ]; then
+    . /usr/share/debconf/confmodule
+    db_purge
+fi


Property changes on: trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.postrm
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.templates
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.templates	                        (rev 0)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.templates	2015-03-22 15:36:35 UTC (rev 18990)
@@ -0,0 +1,24 @@
+Template: barrnap-data-nonfree/license-accept
+Type: boolean
+Description: Do you use this package in non-commercial environment?
+ The HMMs in this package are only free to use for non-commercial use
+ as stated in the SILVA license agreement:
+ .
+ All downloads are free for academic/non-commercial users. They can be used
+ and modified without any restrictions. Also redistribution of the downloads
+ or their derivatives is permitted but only as long as the SILVA Terms of
+ Use/License Information are made transparent, e.g. by linking/referring to
+ this page (see link in the header of your browser).
+ .
+ Users from NON-ACADEMIC environments can also directly access all downloads
+ including the results of all data analysis services but only for
+ limited/temporary use (only for test purposes). All downloaded files have to be
+ deleted latest after 48 hours. Unauthorized usage beyond test purposes is
+ strictly prohibited. If you are interested in unlimited usage of the SILVA
+ databases/services or parts of them within a non-academic/commercial
+ environment, please contact contact at arb-silva.de for more information. A
+ non-academic environment is defined by a direct or indirect commercial interest
+ in the data and includes all industrial research entities."
+ .
+ (for full text, see ftp://ftp.arb-silva.de/LICENSE.txt)
+

Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/changelog
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/changelog	2015-03-22 11:17:41 UTC (rev 18989)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/changelog	2015-03-22 15:36:35 UTC (rev 18990)
@@ -1,3 +1,9 @@
+barrnap-data-nonfree (0.5-2) unstable; urgency=low
+
+  * add license agreement dialog, update d/copyright
+
+ -- Sascha Steinbiss <sascha at steinbiss.name>  Sun, 22 Mar 2015 15:34:59 +0000
+
 barrnap-data-nonfree (0.5-1) unstable; urgency=low
 
   * Initial release (Closes: #776710)

Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/control
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/control	2015-03-22 11:17:41 UTC (rev 18989)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/control	2015-03-22 15:36:35 UTC (rev 18990)
@@ -12,6 +12,7 @@
 Package: barrnap-data-nonfree
 Architecture: all
 Depends: ${misc:Depends}, barrnap
+Pre-Depends: debconf (>= 0.2.17)
 Description: non-free pHMMs for barrnap
  Profile Hidden Markov models (pHMMs) for use with Barrnap (BAsic Rapid
  Ribosomal RNA Predictor), which are only free to use for academic users.

Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/copyright
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/copyright	2015-03-22 11:17:41 UTC (rev 18989)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/copyright	2015-03-22 15:36:35 UTC (rev 18990)
@@ -25,32 +25,27 @@
  The HMMs in the db/ directory have been built from data sources including one
  covered by the following license:
  .
- The SILVA database content offered at www.arb-silva.de can be freely browsed
- and the corresponding information deployed by all users, independent from
- their status (academic or non-academic).
+ The SILVA database content offered at www.arb-silva.de (including results of
+ all data analysis services) can be freely browsed and the corresponding
+ information deployed by all users, independent from their status (academic or
+ non-academic). However, in case of any DOWNLOAD, please consider the following
+ terms in detail:
  .
- All downloads are free for academic users. They can be used, modified and
- redistributed within the academic environment without any limitation.
- However, in case of redistribution please make transparent the SILVA Terms
- of Use/License Information by linking/referring to this page (see link in
- the header of your browser). Academic users are represented by universities
- and non-commercial research institutes such as members of the German
- Helmholtz Association, Leibniz Association and Max-Planck Society as well as
- US National Labs.
+ All downloads are free for academic/non-commercial users. They can be used and
+ modified without any restrictions. Also redistribution of the downloads or
+ their derivatives is permitted but only as long as the SILVA Terms of
+ Use/License Information are made transparent, e.g. by linking/referring to this
+ page (see link in the header of your browser). Academic users are represented
+ by universities and non-commercial research institutes such as members of the
+ German Helmholtz Association, Leibniz Association and Max-Planck Society, as
+ well as US National Labs.
  .
- Users from NON-ACADEMIC can also directly access all downloads including the
- results of the SILVA web-aligner (SINA) but only for limited/temporary use
- (only for test purposes). All downloaded files should be deleted latest
- after 48 hours. Unauthorized usage beyond test purposes is strictly
- prohibited. If you are interested in unlimited usage of the SILVA
- databases/services (e.g. the web-aligner) or parts of them within a
- non-academic environment, please contact us for more information at
- contact(at)arb-silva.de. A non-academic environment is defined by a direct
- or indirect commercial interest in the data and includes all industrial
- research entities.
- .
- NOTE: Permission to redistribute the HMMs for use by academic users has been
- granted by the copyright holders on request (see the corresponding email at
- https://lists.debian.org/debian-med/2014/11/msg00102.html).
- The limitation w.r.t. commercial use in the original SILVA license is left
- untouched.
+ Users from NON-ACADEMIC environments can also directly access all downloads
+ including the results of all data analysis services but only for
+ limited/temporary use (only for test purposes). All downloaded files have to be
+ deleted latest after 48 hours. Unauthorized usage beyond test purposes is
+ strictly prohibited. If you are interested in unlimited usage of the SILVA
+ databases/services or parts of them within a non-academic/commercial
+ environment, please contact us for more information at contact(at)arb-silva.de.
+ A non-academic environment is defined by a direct or indirect commercial
+ interest in the data and includes all industrial research entities.

Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/rules
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/rules	2015-03-22 11:17:41 UTC (rev 18989)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/rules	2015-03-22 15:36:35 UTC (rev 18990)
@@ -8,12 +8,7 @@
 %:
 	dh $@ --parallel
 
-override_dh_auto_build:
-	# pass
 
-override_dh_auto_install:
-	# pass
-
 get-orig-source:
 	uscan --verbose --force-download --repack --compression xz --destdir=..
 	unxz ../barrnap-data-nonfree_$(VERSION).orig.tar.xz




More information about the debian-med-commit mailing list