Andreas Tille pushed to branch master at Debian Med / mesquite
Commits: 6249a1b2 by Andreas Tille at 2020-05-12T16:55:48+02:00 routine-update: Standards-Version: 4.5.0 - - - - - 55e12e2d by Andreas Tille at 2020-05-12T16:55:48+02:00 routine-update: debhelper-compat 12 - - - - - 83b7fff7 by Andreas Tille at 2020-05-12T16:55:51+02:00 routine-update: Point Vcs fields to salsa.debian.org - - - - - a90a26d4 by Andreas Tille at 2020-05-12T16:55:51+02:00 routine-update: Secure URI in copyright format - - - - - a8a9c2fd by Andreas Tille at 2020-05-12T16:58:42+02:00 routine-update: Do not parse d/changelog - - - - - 0a888280 by Andreas Tille at 2020-05-12T16:58:42+02:00 routine-update: Add salsa-ci file - - - - - 46fabb3f by Andreas Tille at 2020-05-12T16:58:42+02:00 routine-update: Rules-Requires-Root: no - - - - - 28cd416e by Andreas Tille at 2020-05-12T16:58:51+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html - - - - - 9938b2fb by Andreas Tille at 2020-05-12T16:59:16+02:00 Cleanup changelog - - - - - 6 changed files: - − debian/compat - debian/control - debian/copyright - debian/rules - + debian/salsa-ci.yml - + debian/upstream/metadata Changes: ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 12), javahelper, default-jdk, libcommons-httpclient-java, @@ -13,10 +13,11 @@ Build-Depends: debhelper (>= 9), libdom4j-java, dos2unix, recode -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mesquite.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/mesquite.git +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/med-team/mesquite +Vcs-Git: https://salsa.debian.org/med-team/mesquite.git Homepage: https://github.com/MesquiteProject/MesquiteCore +Rules-Requires-Root: no Package: mesquite Architecture: all ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: <pkg> Source: <path_to_download> Files-Excluded: *.zip ===================================== debian/rules ===================================== @@ -2,7 +2,7 @@ # DH_VERBOSE := 1 -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +include /usr/share/dpkg/default.mk MOREUTF16="Source/mesquite/categ/CategVariable/CategVariable.java \ " DEBJAR := /usr/share/java @@ -34,4 +34,4 @@ override_dh_auto_build: cp -a $$utf16 $${utf16}.utf16 ; \ debian/fix_encoding $$utf16 ; \ done - CLASSPATH=$(CLASS_PATH) jh_build --javacopts='-target 1.7' --javacopts='-source 1.7' $(DEBPKGNAME).jar Source LibrarySource + CLASSPATH=$(CLASS_PATH) jh_build --javacopts='-target 1.7' --javacopts='-source 1.7' $(DEB_SOURCE).jar Source LibrarySource ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,3 @@ +--- +Bug-Database: https://github.com/MesquiteProject/MesquiteCore/issues +Bug-Submit: https://github.com/MesquiteProject/MesquiteCore/issues/new View it on GitLab: https://salsa.debian.org/med-team/mesquite/-/compare/b6ad927d7b9744fc85b4e57d6d333c0992d4fae3...9938b2fb80b04fe6154ef80be085079027ae2c83 -- View it on GitLab: https://salsa.debian.org/med-team/mesquite/-/compare/b6ad927d7b9744fc85b4e57d6d333c0992d4fae3...9938b2fb80b04fe6154ef80be085079027ae2c83 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
