Alexandre Mestiashvili pushed to branch master at Debian Med / transtermhp
Commits: 6efba8b1 by Alexandre Mestiashvili at 2018-05-31T20:00:20+02:00 Apply cme fix dpkg, bump Policy to 4.1.4, fix VCS-* fields, use https - - - - - 5f5de498 by Alexandre Mestiashvili at 2018-05-31T20:11:34+02:00 Update d/rules, drop get-orig-source target - - - - - a0dca5e8 by Alexandre Mestiashvili at 2018-05-31T20:12:14+02:00 Remove d/get-orig-source script - - - - - deb6b1fa by Alexandre Mestiashvili at 2018-05-31T20:13:40+02:00 Update uploader's email - - - - - 4 changed files: - debian/control - debian/copyright - − debian/get-orig-source - debian/rules Changes: ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ Source: transtermhp Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Alex Mestiashvili <[email protected]>, +Uploaders: Alex Mestiashvili <[email protected]>, Andreas Tille <[email protected]>, Fabian Klötzl <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.7 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/transtermhp.git/ -Vcs-Git: git://anonscm.debian.org/debian-med/transtermhp.git +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/med-team/transtermhp +Vcs-Git: https://salsa.debian.org/med-team/transtermhp.git Homepage: http://transterm.cbcb.umd.edu/ Package: transtermhp ===================================== debian/copyright ===================================== --- a/debian/copyright +++ b/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: transterm_hp Source: http://transterm.cbcb.umd.edu/index.php Files-Excluded: @@ -10,7 +10,7 @@ Copyright: Carl Kingsford [email protected] License: GPL-2.0+ Files: 2ndscore.cc -Copyright: 2005-2006 Carl Kingsford +Copyright: 2005-2006 Carl Kingsford License: GPL-2.0+ Files: transterm.cc @@ -37,4 +37,3 @@ License: GPL-2.0+ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - ===================================== debian/get-orig-source deleted ===================================== --- a/debian/get-orig-source +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# script to download and repack source package of transtermhp -# this is needed because it is in ZIP format. -# Once we are repackaging we can also strip useless binaries. - -PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` -VERSION=`uscan --verbose --force-download | \ - grep "Newest version on remote site is .* local version is .*" | \ - head -n 1 | \ - sed "s/Newest version on remote site is \([-0-9.]\+\),.*/\1/"` - -mkdir -p ../tarballs -cd ../tarballs - -UPSTREAMNAME=transterm_hp -UPSTREAMDIR="${UPSTREAMNAME}_v${VERSION}" -unzip ../${UPSTREAMDIR}.zip - -# Once we need to repack the zip archive anyway we can remove useless -# binaries which are included -rm -f ${UPSTREAMDIR}/2ndscore ${UPSTREAMDIR}/transterm - -GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz "${UPSTREAMDIR}" -rm -rf "${UPSTREAMDIR}" ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,4 @@ #!/usr/bin/make -f -# debian/rules for transtermhp -# Author: Alex Mestiashvili <[email protected]> # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -10,7 +8,7 @@ export DH_OPTIONS %: - dh $@ + dh $@ # test: target in Makefile is broken. # don't forget to notify upstream. @@ -19,6 +17,3 @@ override_dh_auto_test: override_dh_installchangelogs: dh_installchangelogs RELEASE-NOTES.txt - -get-orig-source: - . debian/get-orig-source View it on GitLab: https://salsa.debian.org/med-team/transtermhp/compare/d12d6b08251bef71a3e333b53b96c4752a98b978...deb6b1fad364d158d02d6ce868b05fdc54feac9b -- View it on GitLab: https://salsa.debian.org/med-team/transtermhp/compare/d12d6b08251bef71a3e333b53b96c4752a98b978...deb6b1fad364d158d02d6ce868b05fdc54feac9b 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
