Andreas Tille pushed to branch master at Debian Med / metastudent
Commits: abad29ba by Andreas Tille at 2018-10-22T15:09:57Z Add link to issue asking for release tags - - - - - 466af0e7 by Andreas Tille at 2018-10-22T15:10:31Z Remove ancient X-Python-Version field - - - - - 783cc9bd by Andreas Tille at 2018-10-22T16:27:18Z debhelper 11 - - - - - fca9d9dd by Andreas Tille at 2018-10-22T16:27:21Z Point Vcs fields to salsa.debian.org - - - - - 7b96c372 by Andreas Tille at 2018-10-22T16:27:21Z Standards-Version: 4.2.1 - - - - - 914b3397 by Andreas Tille at 2018-10-22T21:14:46Z Drop unneeded get-orig-source target - - - - - a786a610 by Andreas Tille at 2018-10-22T21:18:01Z Delete cruft from the Python build - - - - - 91ed040e by Andreas Tille at 2018-10-22T21:26:24Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +metastudent (2.0.1-6) unstable; urgency=medium + + * Team upload. + * Add link to issue asking for release tags + * Remove ancient X-Python-Version field + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Drop unneeded get-orig-source target + * Delete cruft from the Python build + + -- Andreas Tille <[email protected]> Mon, 22 Oct 2018 23:18:13 +0200 + metastudent (2.0.1-5) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -4,16 +4,15 @@ Uploaders: Tobias Hamp <[email protected]>, Laszlo Kajan <[email protected]> Section: science Priority: optional -Build-Depends-Indep: debhelper (>= 10), +Build-Depends-Indep: debhelper (>= 11~), dh-python, python, javahelper, default-jdk -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/metastudent.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/metastudent.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/metastudent +Vcs-Git: https://salsa.debian.org/med-team/metastudent.git Homepage: https://rostlab.org/owiki/index.php/Metastudent -X-Python-Version: >= 2.6 Package: metastudent Architecture: all ===================================== debian/rules ===================================== @@ -22,12 +22,9 @@ override_dh_auto_install: mkdir -p $(CURDIR)/debian/$(DEB_SOURCE)/etc # accordint to manpage <sysconfdir>/metastudentrc overrides /usr/share/metastudent/metastudentrc.default cp -a $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/metastudent/metastudentrc.default $(CURDIR)/debian/$(DEB_SOURCE)/etc/metastudentrc + find . -name .settings -type d | xargs rm -rf # lkajan 20140106: # The jars in d/metastudent.jlibs are for use by this package only, and should not end up in /usr/share/java. override_jh_installlibs: exit 0; - -get-orig-source: - mkdir -p ../tarballs - uscan --verbose --force-download --destdir=../tarballs ===================================== debian/watch ===================================== @@ -1,2 +1,5 @@ version=3 opts="pgpsigurlmangle=s/$/.asc/" ftp://rostlab.org/metastudent/metastudent[-]([0-9.]+)\.orig\.tar\.gz debian uupdate + +# Asked for release tags +# https://github.com/Rostlab/MetaStudent/issues/13 View it on GitLab: https://salsa.debian.org/med-team/metastudent/compare/8bbc95b3bd531676f88a7f9617672bd4761fea44...91ed040e96715336a18230bbaf438c99cb5b4467 -- View it on GitLab: https://salsa.debian.org/med-team/metastudent/compare/8bbc95b3bd531676f88a7f9617672bd4761fea44...91ed040e96715336a18230bbaf438c99cb5b4467 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
