[med-svn] r18678 - trunk/packages/barrnap-data-nonfree/trunk/debian
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Sat Jan 31 16:14:37 UTC 2015
Author: sascha-guest
Date: 2015-01-31 16:14:36 +0000 (Sat, 31 Jan 2015)
New Revision: 18678
Added:
trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.install
Removed:
trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-silva-hmms.install
trunk/packages/barrnap-data-nonfree/trunk/debian/files
Modified:
trunk/packages/barrnap-data-nonfree/trunk/debian/changelog
trunk/packages/barrnap-data-nonfree/trunk/debian/copyright
trunk/packages/barrnap-data-nonfree/trunk/debian/rules
Log:
clean up
Added: trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.install
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.install (rev 0)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-data-nonfree.install 2015-01-31 16:14:36 UTC (rev 18678)
@@ -0,0 +1,3 @@
+db/nonfree/euk.hmm usr/share/barrnap/db/nonfree
+db/nonfree/arc.hmm usr/share/barrnap/db/nonfree
+db/nonfree/bac.hmm usr/share/barrnap/db/nonfree
Deleted: trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-silva-hmms.install
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-silva-hmms.install 2015-01-31 16:07:43 UTC (rev 18677)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/barrnap-silva-hmms.install 2015-01-31 16:14:36 UTC (rev 18678)
@@ -1,3 +0,0 @@
-db/nonfree/euk.hmm usr/share/barrnap/db/nonfree
-db/nonfree/arc.hmm usr/share/barrnap/db/nonfree
-db/nonfree/bac.hmm usr/share/barrnap/db/nonfree
Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/changelog
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/changelog 2015-01-31 16:07:43 UTC (rev 18677)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/changelog 2015-01-31 16:14:36 UTC (rev 18678)
@@ -1,5 +1,5 @@
barrnap-data-nonfree (0.5-1) UNRELEASED; urgency=low
- * Initial release (Closes: #XXX)
+ * Initial release (Closes: #776710)
-- Sascha Steinbiss <sascha at steinbiss.name> Sat, 31 Jan 2015 10:12:42 +0000
Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/copyright
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/copyright 2015-01-31 16:07:43 UTC (rev 18677)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/copyright 2015-01-31 16:14:36 UTC (rev 18678)
@@ -18,7 +18,7 @@
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
-Files: db/*
+Files: db/* LICENSE.SILVA
Copyright:
Copyright 2007-2013 The SILVA ribosomal RNA database project <contact at arb-silva.de>
License: SILVA_non_free
Deleted: trunk/packages/barrnap-data-nonfree/trunk/debian/files
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/files 2015-01-31 16:07:43 UTC (rev 18677)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/files 2015-01-31 16:14:36 UTC (rev 18678)
@@ -1 +0,0 @@
-barrnap_0.5-1_all.deb science optional
Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/rules
===================================================================
--- trunk/packages/barrnap-data-nonfree/trunk/debian/rules 2015-01-31 16:07:43 UTC (rev 18677)
+++ trunk/packages/barrnap-data-nonfree/trunk/debian/rules 2015-01-31 16:14:36 UTC (rev 18678)
@@ -15,26 +15,26 @@
override_dh_auto_install:
# pass
-override_dh_auto_clean:
- rm -rf db/free
-
get-orig-source:
uscan --verbose --force-download --repack --compression xz --destdir=..
- unxz ../barrnap-data-nonfree_$(OVERSION).orig.tar.xz
+ unxz ../barrnap-data-nonfree_$(VERSION).orig.tar.xz
mkdir -p debian/repack-tmp
- tar xf ../barrnap-data-nonfree_$(OVERSION).orig.tar -C debian/repack-tmp
- rm ../barrnap-data-nonfree_$(OVERSION).orig.tar
- mkdir -p debian/repack-tmp/barrnap-data-nonfree_$(OVERSION)/db/nonfree
+ tar xf ../barrnap-data-nonfree_$(VERSION).orig.tar -C debian/repack-tmp
+ rm ../barrnap-data-nonfree_$(VERSION).orig.tar
+ mkdir -p debian/repack-tmp/barrnap-data-nonfree-$(VERSION)/db/nonfree
debian/filter_hmms.lua 28S t < \
- debian/repack-tmp/barrnap-$(OVERSION)/db/euk.hmm > \
- debian/repack-tmp/barrnap-data-nonfree_$(OVERSION)/db/nonfree/euk.hmm
+ debian/repack-tmp/barrnap-$(VERSION)/db/euk.hmm > \
+ debian/repack-tmp/barrnap-data-nonfree-$(VERSION)/db/nonfree/euk.hmm
debian/filter_hmms.lua 23S t < \
- debian/repack-tmp/barrnap-$(OVERSION)/db/arc.hmm > \
- debian/repack-tmp/barrnap-data-nonfree_$(OVERSION)/db/nonfree/arc.hmm
+ debian/repack-tmp/barrnap-$(VERSION)/db/arc.hmm > \
+ debian/repack-tmp/barrnap-data-nonfree-$(VERSION)/db/nonfree/arc.hmm
debian/filter_hmms.lua 23S t < \
- debian/repack-tmp/barrnap-$(OVERSION)/db/bac.hmm > \
- debian/repack-tmp/barrnap-data-nonfree_$(OVERSION)/db/nonfree/bac.hmm
- rm -rf debian/repack-tmp/barrnap-$(OVERSION)
- tar cf ../barrnap-data-nonfree_$(VERSION).orig.tar -C debian/repack-tmp barrnap-data-nonfree_$(OVERSION)
+ debian/repack-tmp/barrnap-$(VERSION)/db/bac.hmm > \
+ debian/repack-tmp/barrnap-data-nonfree-$(VERSION)/db/nonfree/bac.hmm
+ mv debian/repack-tmp/barrnap-$(VERSION)/LICENSE.SILVA \
+ debian/repack-tmp/barrnap-data-nonfree-$(VERSION)
+ rm -rf debian/repack-tmp/barrnap-$(VERSION)
+ tar cf ../barrnap-data-nonfree_$(VERSION).orig.tar -C debian/repack-tmp \
+ barrnap-data-nonfree-$(VERSION)
xz ../barrnap-data-nonfree_$(VERSION).orig.tar
rm -rf debian/repack-tmp
More information about the debian-med-commit
mailing list