Andreas Tille pushed to branch master at Debian Med / ctk
Commits: 4ced8569 by Andreas Tille at 2026-08-13T07:23:23+02:00 Point Homepage and Source to Github - - - - - fa4c3073 by Andreas Tille at 2026-08-13T07:24:37+02:00 Add watch file and remove get-orig-source script since its unneeded - - - - - 6 changed files: - debian/changelog - debian/control - debian/copyright - − debian/get-orig-source - debian/rules - + debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +ctk (0.1.0+git20160903~cdb75ce-2) UNRELEASED; urgency=medium + + * Team upload. + * Point Homepage and Source to Github + * Add watch file and remove get-orig-source script since its unneeded + + -- Andreas Tille <[email protected]> Thu, 13 Aug 2026 07:22:57 +0200 + ctk (0.1.0+git20160903~cdb75ce-1) UNRELEASED; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.8 Vcs-Browser: https://salsa.debian.org/med-team/ctk Vcs-Git: https://salsa.debian.org/med-team/ctk.git -Homepage: http://www.commontk.org/ +Homepage: https://github.com/commontk/CTK Package: libctk-dev Architecture: any ===================================== debian/copyright ===================================== @@ -1,4 +1,6 @@ Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166 +Upstream-Name: Common Toolkit +Source: https://github.com/commontk/CTK Files: * Copyright: ===================================== debian/get-orig-source deleted ===================================== @@ -1,28 +0,0 @@ -#!/bin/sh -set -ex - - -#!/bin/sh -e - -COMPRESS=xz - -NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` -MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/+git.*//'` - -mkdir -p ../tarballs -cd ../tarballs -# need to clean up the tarballs dir first because upstream tarball might -# contain a directory with unpredictable name -rm -rf * -git clone --quiet https://github.com/commontk/CTK.git $NAME -cd $NAME -VERSION="${MVERSION}+git`date -d @$(git show --format="%at" | head -n1) +%Y%m%d`~`git log --pretty=format:'%h' -n 1`" -# for esthetical reasons set file timestamps (if git-restore-mtime is installed) -git restore-mtime || true -cd .. -TARDIR=${NAME}-${VERSION} -mv ${NAME} ${TARDIR} -rm -rf ${TARDIR}/.git* - -GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}" -rm -rf ${TARDIR} ===================================== debian/rules ===================================== @@ -67,6 +67,3 @@ override_dh_install: dh_install -p$(pkg_dev) usr/include dh_install -p$(pkg_dev) usr/lib/lib*.so # dh_install -plibctk-dev debian/tmp/usr/lib/ctk-0.1/*.cmake usr/lib/ctk-0.1 - -get-orig-source: - ./debian/get-orig-source ===================================== debian/watch ===================================== @@ -0,0 +1,4 @@ +Version: 5 + +Template: Github +Dist: https://github.com/commontk/CTK View it on GitLab: https://salsa.debian.org/med-team/ctk/-/compare/3bda60b303614844e3b181e1108617241924b0b3...fa4c30739689df5a37359532c059e9d098a4206e -- View it on GitLab: https://salsa.debian.org/med-team/ctk/-/compare/3bda60b303614844e3b181e1108617241924b0b3...fa4c30739689df5a37359532c059e9d098a4206e You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
