[med-svn] [barrnap-data-nonfree] 02/13: clean up

Andreas Tille tille at debian.org
Fri Dec 29 21:31:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository barrnap-data-nonfree.

commit 975ea23937cdac8a660a4c783965eefbe31df049
Author: Sascha Steinbiss <satta at debian.org>
Date:   Sat Jan 31 16:14:36 2015 +0000

    clean up
---
 ...a-hmms.install => barrnap-data-nonfree.install} |  0
 debian/changelog                                   |  2 +-
 debian/copyright                                   |  2 +-
 debian/files                                       |  1 -
 debian/rules                                       | 30 +++++++++++-----------
 5 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/debian/barrnap-silva-hmms.install b/debian/barrnap-data-nonfree.install
similarity index 100%
rename from debian/barrnap-silva-hmms.install
rename to debian/barrnap-data-nonfree.install
diff --git a/debian/changelog b/debian/changelog
index a5ceca2..2d248d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/copyright b/debian/copyright
index 5b2eb6a..d3fa3c8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -18,7 +18,7 @@ License: ISC
  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
diff --git a/debian/files b/debian/files
deleted file mode 100644
index 8f5dd7d..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-barrnap_0.5-1_all.deb science optional
diff --git a/debian/rules b/debian/rules
index 135b261..5166a32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,26 +15,26 @@ override_dh_auto_build:
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/barrnap-data-nonfree.git



More information about the debian-med-commit mailing list