Andreas Tille pushed to branch master at Debian Med / simka
Commits: d1371689 by Andreas Tille at 2020-01-12T19:16:57+01:00 Enable arch any and arch all build separately - - - - - 886d3aec by Andreas Tille at 2020-01-12T19:17:16+01:00 Set upstream metadata fields: Bug-Submit. - - - - - b1a0e45f by Andreas Tille at 2020-01-12T19:30:39+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/rules - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +simka (1.5.1-4) unstable; urgency=medium + + * Team upload. + * Enable arch any and arch all build separately + * Set upstream metadata fields: Bug-Submit. + + -- Andreas Tille <[email protected]> Sun, 12 Jan 2020 19:17:16 +0100 + simka (1.5.1-3) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -10,12 +10,17 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ --with python3 -override_dh_install: - dh_install +override_dh_install-arch: + dh_install -a + chrpath --delete debian/simka/usr/bin/* + rm -rf debian/tmp/usr/example \ + debian/tmp/usr/scripts + +override_dh_install-indep: + dh_install -i ls -l debian/simkamin/usr/share && ls -l debian/simkamin/usr/share/simkamin - rm -r debian/tmp/usr/example \ + rm -rf debian/tmp/usr/example \ debian/tmp/usr/scripts - chrpath --delete debian/simka/usr/bin/* set -e; for file in debian/simkamin/usr/share/simkamin/*.py; do mv "$$file" "$${file%%.py}"; done mv debian/simkamin/usr/share/simkamin/simkaMin_utils debian/simkamin/usr/share/simkamin/simkaMin_utils.py @@ -25,5 +30,5 @@ override_dh_fixperms: override_dh_installman: dh_installman - rm -r debian/simka/usr/share/man/man1/simkaMin.1 \ + rm -rf debian/simka/usr/share/man/man1/simkaMin.1 \ debian/simka/usr/share/man/man1/simkaMin_update.1 ===================================== debian/upstream/metadata ===================================== @@ -16,3 +16,4 @@ Other-References: https://github.com/GATB/simka Repository: https://github.com/GATB/simka.git Bug-Database: https://github.com/GATB/simka/issues Repository-Browse: https://github.com/GATB/simka +Bug-Submit: https://github.com/GATB/simka/issues/new View it on GitLab: https://salsa.debian.org/med-team/simka/compare/0a20c11d1a560877f106bda826d56e42cefebef9...b1a0e45f55c6fccee458f0309a0cf1b11afedeb7 -- View it on GitLab: https://salsa.debian.org/med-team/simka/compare/0a20c11d1a560877f106bda826d56e42cefebef9...b1a0e45f55c6fccee458f0309a0cf1b11afedeb7 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
