diff -Nru metastudent-2.0.1/debian/changelog metastudent-2.0.1/debian/changelog --- metastudent-2.0.1/debian/changelog 2017-02-05 16:06:22.000000000 +0000 +++ metastudent-2.0.1/debian/changelog 2017-11-15 18:35:16.000000000 +0000 @@ -1,3 +1,13 @@ +metastudent (2.0.1-5) unstable; urgency=medium + + * Team upload. + * Moved packaging from SVN to Git + * debhelper 10 + * Standards-Version: 4.1.1 + * d/rules: do not parse d/changelog + + -- Andreas Tille Wed, 15 Nov 2017 19:35:16 +0100 + metastudent (2.0.1-4) unstable; urgency=medium * Team upload diff -Nru metastudent-2.0.1/debian/compat metastudent-2.0.1/debian/compat --- metastudent-2.0.1/debian/compat 2013-12-24 08:02:06.000000000 +0000 +++ metastudent-2.0.1/debian/compat 2017-11-15 18:27:32.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru metastudent-2.0.1/debian/control metastudent-2.0.1/debian/control --- metastudent-2.0.1/debian/control 2016-07-14 09:09:27.000000000 +0000 +++ metastudent-2.0.1/debian/control 2017-11-15 18:28:14.000000000 +0000 @@ -4,14 +4,14 @@ Laszlo Kajan Section: science Priority: optional -Build-Depends-Indep: debhelper (>= 9~), +Build-Depends-Indep: debhelper (>= 10), dh-python, python, javahelper, default-jdk -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/metastudent/trunk/ -Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/metastudent/trunk/ +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 Homepage: https://rostlab.org/owiki/index.php/Metastudent X-Python-Version: >= 2.6 diff -Nru metastudent-2.0.1/debian/rules metastudent-2.0.1/debian/rules --- metastudent-2.0.1/debian/rules 2016-07-14 07:42:09.000000000 +0000 +++ metastudent-2.0.1/debian/rules 2017-11-15 18:34:37.000000000 +0000 @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all JAVA_HOME=/usr/lib/jvm/default-java -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +include /usr/share/dpkg/default.mk %: dh $@ --with javahelper --with python2 @@ -17,11 +17,11 @@ override_dh_auto_install: dh_auto_install find debian/metastudent -regex ".*/knn_weighted\|.*/CafaWrapper1\.pl\|.*/CafaWrapper2\.pl\|.*/CafaWrapper3\.pl\|.*/CafaWrapper3_new\.pl\|.*/exercise3\.pl\|.*/treehandler\.pl\|.*/validate\.pl" -exec chmod +x {} \; - mv *.jar $(CURDIR)/debian/$(DEBPKGNAME)/usr/share/metastudent/ + mv *.jar $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/metastudent/ # configuration files should reside in /etc - mkdir -p $(CURDIR)/debian/$(DEBPKGNAME)/etc + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE)/etc # accordint to manpage /metastudentrc overrides /usr/share/metastudent/metastudentrc.default - cp -a $(CURDIR)/debian/$(DEBPKGNAME)/usr/share/metastudent/metastudentrc.default $(CURDIR)/debian/$(DEBPKGNAME)/etc/metastudentrc + cp -a $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/metastudent/metastudentrc.default $(CURDIR)/debian/$(DEB_SOURCE)/etc/metastudentrc # lkajan 20140106: # The jars in d/metastudent.jlibs are for use by this package only, and should not end up in /usr/share/java.