Emmanuel Bourg pushed to branch master at Debian Java Maintainers / abego-treelayout
Commits: c08e7be4 by Emmanuel Bourg at 2021-01-21T09:06:15+01:00 Standards-Version updated to 4.5.1 - - - - - 96fcfc29 by Emmanuel Bourg at 2021-01-21T09:06:21+01:00 Switch to debhelper level 13 - - - - - 36166ee9 by Emmanuel Bourg at 2021-01-21T09:06:26+01:00 Use salsa.debian.org Vcs-* URLs - - - - - 00decdc0 by Emmanuel Bourg at 2021-01-21T09:06:47+01:00 Wrap and sort - - - - - 940cbbbf by Emmanuel Bourg at 2021-01-21T09:08:32+01:00 Removed debian/orig-tar.sh - - - - - da973380 by Emmanuel Bourg at 2021-01-21T09:10:07+01:00 Upload to unstable - - - - - 7 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - − debian/orig-tar.sh - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,15 @@ -abego-treelayout (1.0.3-2) UNRELEASED; urgency=medium +abego-treelayout (1.0.3-2) unstable; urgency=medium + [ Jelmer Vernooij ] * Use security copyright file URI. - -- Jelmer Vernooij <[email protected]> Sun, 16 Sep 2018 00:35:56 +0100 + [ Emmanuel Bourg ] + * Standards-Version updated to 4.5.1 + * Switch to debhelper level 13 + * Use salsa.debian.org Vcs-* URLs + * Removed debian/orig-tar.sh + + -- Emmanuel Bourg <[email protected]> Thu, 21 Jan 2021 09:09:56 +0100 abego-treelayout (1.0.3-1) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -3,14 +3,15 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), - default-jdk, - junit4, - libmaven-bundle-plugin-java, - maven-debian-helper (>= 1.5) -Standards-Version: 3.9.7 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/abego-treelayout.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/abego-treelayout.git +Build-Depends: + debhelper-compat (= 13), + default-jdk, + junit4, + libmaven-bundle-plugin-java, + maven-debian-helper (>= 1.5) +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/java-team/abego-treelayout.git +Vcs-Browser: https://salsa.debian.org/java-team/abego-treelayout Homepage: http://treelayout.sourceforge.net Package: libtreelayout-java ===================================== debian/copyright ===================================== @@ -1,6 +1,12 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: TreeLayout Source: https://github.com/abego/treelayout +Files-Excluded: .settings + .classpath + .project + nbproject + doc/* + src/website Files: * Copyright: 2011-2015, abego Software GmbH, Germany ===================================== debian/orig-tar.sh deleted ===================================== @@ -1,21 +0,0 @@ -#!/bin/sh -set -e - -PACKAGE=$(dpkg-parsechangelog -S Source) -VERSION=$2 -DIR=${PACKAGE}-${VERSION} -TAR=../${PACKAGE}_${VERSION}.orig.tar.xz - -mkdir $DIR -tar -xf $3 --strip-components=1 -C $DIR -rm $3 -mv $DIR/org.abego.treelayout $DIR/$DIR -XZ_OPT=--best tar -c -v -J -f $TAR -C $DIR \ - --exclude '.settings' \ - --exclude '.classpath' \ - --exclude '.project' \ - --exclude 'nbproject' \ - --exclude 'doc/*' \ - --exclude 'src/website' \ - $DIR -rm -Rf $DIR ===================================== debian/rules ===================================== @@ -2,6 +2,3 @@ %: dh $@ --buildsystem=maven - -get-orig-source: - uscan --download-current-version --force-download --no-symlink ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 -https://github.com/abego/treelayout/tags .*/v([\d\.]+).tar.gz debian debian/orig-tar.sh +version=4 +https://github.com/abego/treelayout/tags .*/v([\d\.]+).tar.gz View it on GitLab: https://salsa.debian.org/java-team/abego-treelayout/-/compare/43fa596a7be36b46193bed07fb9f74debd87925a...da97338023cdcc988b2ec8e15b0e786bf92e948c -- View it on GitLab: https://salsa.debian.org/java-team/abego-treelayout/-/compare/43fa596a7be36b46193bed07fb9f74debd87925a...da97338023cdcc988b2ec8e15b0e786bf92e948c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

