[med-svn] [Git][med-team/cct][master] Upstream moved to Github (use gitmode in watch file)

Andreas Tille gitlab at salsa.debian.org
Thu Oct 22 15:29:17 BST 2020



Andreas Tille pushed to branch master at Debian Med / cct


Commits:
5c1d5e69 by Andreas Tille at 2020-10-22T16:28:44+02:00
Upstream moved to Github (use gitmode in watch file)

- - - - -


4 changed files:

- debian/changelog
- − debian/get-orig-source
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
-cct (20170919+dfsg-2) unstable; urgency=medium
+cct (20200419+git20201010.2a46beb-1) unstable; urgency=medium
 
   [ Andreas Tille ]
+  * New upstream version
   * Depends: ncbi-blast+-legacy, imagemagick | graphicsmagick, liberror-perl,
     libwww-perl
   * Standards-Version: 4.5.0 (routine-update)
@@ -8,6 +9,7 @@ cct (20170919+dfsg-2) unstable; urgency=medium
   * Remove trailing whitespace in debian/copyright (routine-update)
   * Add salsa-ci file (routine-update)
   * Rules-Requires-Root: no (routine-update)
+  * Upstream moved to Github (use gitmode in watch file)
 
   [ Aaron M. Ucko ]
   * debian/patches/conditionalize_blast_-Q_-D.patch (new): Address BLAST
@@ -19,7 +21,7 @@ cct (20170919+dfsg-2) unstable; urgency=medium
   [ Étienne Mollier ]
   * Depends: libtie-ixhash-perl
 
- -- Aaron M. Ucko <ucko at debian.org>  Mon, 19 Oct 2020 16:14:20 -0400
+ -- Andreas Tille <tille at debian.org>  Thu, 22 Oct 2020 15:47:28 +0200
 
 cct (20170919+dfsg-1) unstable; urgency=medium
 


=====================================
debian/get-orig-source deleted
=====================================
@@ -1,40 +0,0 @@
-#!/bin/sh -e
-
-COMPRESS=xz
-
-ONAME=cgview_comparison_tool
-
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-OVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed -e 's/+dfsg//' -e 's/-[0-9]\+$//'`
-
-COPYRIGHT=$(pwd)/debian/copyright
-
-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 ${ONAME} ${NAME}*
-
-# wget fails for strange reasons
-# wget http://www.ualberta.ca/~stothard/downloads/${ONAME}.zip
-curl https://sites.ualberta.ca/~stothard/downloads/${ONAME}.zip --output ${ONAME}.zip $zflag
-unzip -q ${ONAME}.zip
-cd ${ONAME}
-
-# find youngest file name:
-# VERSION=0.0.`find . -type f -printf '%T@ %p\n' | sort -n | tail -1 | sed 's/ .*//' | gawk '{print strftime("%Y%m%d", $0)}'`
-VERSION=`ls RELEASE* | head -n1 | sed -e 's/^RELEASE-//' -e 's/_//g'`
-if [ "$OVERSION" = "$VERSION" ] ; then
-  echo "No new version of $NAME available (VERSION=${VERSION})."
-  exit 0
-fi
-for excl in $(grep "^Files-Excluded" ${COPYRIGHT} | sed -e 's/^Files-Excluded: */ /' -e 's/ \*/ \\*/g') ; do find . -path "$(echo $excl | sed 's/^\\//')" | xargs rm -rf ; done
-
-cd ..
-TARDIR=${NAME}-${VERSION}+dfsg
-mv ${ONAME} ${TARDIR}
-# Remove according to "Files-Excluded"
-# Its a bit tricky since '*' needs to be escaped ...
-
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION"+dfsg.orig.tar.${COMPRESS} "${TARDIR}"
-rm -rf ${TARDIR}


=====================================
debian/rules
=====================================
@@ -19,6 +19,3 @@ override_dh_install:
 	    ln -s /usr/share/cct/scripts/generic debian/$(DEB_SOURCE)/usr/bin/$${binscr} ; \
 	done
 	ln -s /etc/cct debian/$(DEB_SOURCE)/usr/share/cct/conf
-
-get-orig-source:
-	. debian/get-orig-source


=====================================
debian/watch
=====================================
@@ -1,3 +1,7 @@
 version=4
-opts=dversionmangle=s/.*/0.No-Release/ \
-  https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz
+
+opts="mode=git,pretty=20170919+git%cd.%h" \
+    https://github.com/paulstothard/cgview_comparison_tool.git HEAD
+
+# Issue asking for release tags:
+# https://github.com/paulstothard/cgview_comparison_tool/issues/4
\ No newline at end of file



View it on GitLab: https://salsa.debian.org/med-team/cct/-/commit/5c1d5e69d64a31d619979e1be12b2c96c8aaf143

-- 
View it on GitLab: https://salsa.debian.org/med-team/cct/-/commit/5c1d5e69d64a31d619979e1be12b2c96c8aaf143
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201022/2210cc6e/attachment-0001.html>


More information about the debian-med-commit mailing list