[Git][java-team/jtreg][master] Removed debian/orig-tar.sh
Emmanuel Bourg
gitlab at salsa.debian.org
Sat Jan 23 10:41:14 GMT 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jtreg
Commits:
85421d9e by Emmanuel Bourg at 2021-01-23T11:40:32+01:00
Removed debian/orig-tar.sh
- - - - -
3 changed files:
- debian/changelog
- − debian/orig-tar.sh
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+jtreg (5.1-b01-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Removed debian/orig-tar.sh
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 23 Jan 2021 11:40:17 +0100
+
jtreg (5.1-b01-2) unstable; urgency=medium
* Team upload.
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-VERSION=$2
-DIR=jtreg-${VERSION}
-TAR=../jtreg_${VERSION}.orig.tar.gz
-
-rm -f $3
-wget http://hg.openjdk.java.net/code-tools/jtreg/archive/jtreg$VERSION.tar.gz
-mv jtreg$VERSION.tar.gz $TAR
-
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir
- echo "moved $TAR to $origDir"
-fi
-
-exit 0
=====================================
debian/watch
=====================================
@@ -1,2 +1,3 @@
version=4
-https://github.com/openjdk/jtreg/tags .*/jtreg([\d\.]+(?:-b[0-9]+)?).tar.gz debian debian/orig-tar.sh
+opts="repack,compression=xz" \
+https://github.com/openjdk/jtreg/tags .*/jtreg([\d\.]+(?:-b[0-9]+)?).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/jtreg/-/commit/85421d9e3850f2635f130fa21533740cc8367b8c
--
View it on GitLab: https://salsa.debian.org/java-team/jtreg/-/commit/85421d9e3850f2635f130fa21533740cc8367b8c
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/pkg-java-commits/attachments/20210123/e5b888d0/attachment.html>
More information about the pkg-java-commits
mailing list