[med-svn] [Git][med-team/q2cli][master] 4 commits: Remove unneeded get-orig-target

Andreas Tille gitlab at salsa.debian.org
Fri Mar 15 15:06:02 GMT 2019


Andreas Tille pushed to branch master at Debian Med / q2cli


Commits:
45a90a9b by Andreas Tille at 2019-03-15T14:57:40Z
Remove unneeded get-orig-target

- - - - -
80a9baa5 by Andreas Tille at 2019-03-15T14:58:50Z
Silence lintian

- - - - -
05140f7d by Andreas Tille at 2019-03-15T14:59:07Z
lintian template unneeded

- - - - -
2dfb49e4 by Andreas Tille at 2019-03-15T15:00:40Z
Move script for tab completion to /etc/profile.d

- - - - -


2 changed files:

- − debian/lintian-overrides
- debian/rules


Changes:

=====================================
debian/lintian-overrides deleted
=====================================
@@ -1,2 +0,0 @@
-# see https://lists.debian.org/debian-med/2018/06/msg00043.html
-#PKGNAME#: script-with-language-extension usr/bin/*.*


=====================================
debian/rules
=====================================
@@ -21,14 +21,11 @@ include /usr/share/dpkg/default.mk
 	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	LC_ALL=C.UTF-8 dh_auto_test -- -s custom --test-args='cd {build_dir}; HOME=${CURDIR} QIIMETEST= nosetests3'
+endif
 
-### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
-#override_dh_auto_test:
-#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-#	do_stuff_for_testing
-#endif
-
-### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script
-#get-orig-source:
-#	. debian/get-orig-source
+override_dh_install:
+	dh_install
+	mkdir -p debian/$(DEB_SOURCE)/etc/profile.d
+	mv debian/$(DEB_SOURCE)/usr/bin/tab-qiime debian/$(DEB_SOURCE)/etc/profile.d



View it on GitLab: https://salsa.debian.org/med-team/q2cli/compare/7b1babfdeecea7608c7a7d4fd5d11a34ea99a8aa...2dfb49e4692d0c0689b5368afee16b1e24189d3b

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2cli/compare/7b1babfdeecea7608c7a7d4fd5d11a34ea99a8aa...2dfb49e4692d0c0689b5368afee16b1e24189d3b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190315/f405f607/attachment.html>


More information about the debian-med-commit mailing list