This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-lang3-java.
commit 283d6ac93b49b94d9420657c21f38830b07f8f07 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 12:20:14 2016 +0200 debian/watch: Track the upstream source tarballs --- debian/changelog | 1 + debian/maven.cleanIgnoreRules | 17 ----------------- debian/watch | 4 +--- 3 files changed, 2 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 77421eb..4df397a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libcommons-lang3-java (3.4-2) UNRELEASED; urgency=medium * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs + * debian/watch: Track the upstream source tarballs -- Emmanuel Bourg <[email protected]> Mon, 01 Aug 2016 11:14:41 +0200 diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules deleted file mode 100644 index b47b61d..0000000 --- a/debian/maven.cleanIgnoreRules +++ /dev/null @@ -1,17 +0,0 @@ -# Maven clean ignore rules - ignore some Maven dependencies and plugins -# during the clean phase of a Maven build -# Format of this file is: -# [group] [artifact] [type] [version] [classifier] [scope] -# where each element can be either -# - the exact string, for example org.apache for the group, or 3.1 -# for the version. In this case, the element is simply matched -# and left as it is -# - * (the star character, alone). In this case, anything will -# match and be left as it is. For example, using * on the -# position of the artifact field will match any artifact id -# All elements much match before a rule can be applied -# Example rule: match jar with groupid= junit, artifactid= junit -# and version starting with 3., this dependency is then removed -# from the POM before mvn clean is called -# junit junit jar s/3\\..*/3.x/ - diff --git a/debian/watch b/debian/watch index 5b59640..4839aa7 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,2 @@ version=3 -opts="uversionmangle=s/_/./g" \ - http://svn.apache.org/repos/asf/commons/proper/lang/tags/ \ - LANG_([\d_]*)/ debian debian/orig-tar.sh +https://archive.apache.org/dist/commons/lang/source/commons-lang3-([\d\.]+)-src.tar.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang3-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

