[Git][java-team/maven-assembly-plugin][master] 8 commits: Update debian/watch to scan github repo

Tony Mancill gitlab at salsa.debian.org
Fri Apr 10 06:06:54 BST 2020



Tony Mancill pushed to branch master at Debian Java Maintainers / maven-assembly-plugin


Commits:
9a3be3e8 by tony mancill at 2020-04-09T21:51:58-07:00
Update debian/watch to scan github repo

- - - - -
abc4d227 by tony mancill at 2020-04-09T21:54:41-07:00
Update Vcs URLs to point to Salsa

- - - - -
29c4a481 by tony mancill at 2020-04-09T21:55:07-07:00
Set "Rules-Requires-Root: no" in debian/control

- - - - -
d0d79ee6 by tony mancill at 2020-04-09T21:55:40-07:00
Remove get-orig-source target from debian/rules

- - - - -
3a468554 by tony mancill at 2020-04-09T21:56:03-07:00
Remove debian/orig-tar.sh

- - - - -
80671bdc by tony mancill at 2020-04-09T21:57:20-07:00
Freshen years in debian/copyright

- - - - -
41c03fe6 by tony mancill at 2020-04-09T21:57:54-07:00
Specify debhelper compat 12 via debhelper-compat dependency

- - - - -
a0f93829 by tony mancill at 2020-04-09T22:03:58-07:00
interim changelog

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/orig-tar.sh
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+maven-assembly-plugin (3.1.0-2) UNRELEASED; urgency=medium
+
+  * Team upload
+  * Update debian/watch to scan github repo
+  * Update Vcs URLs to point to Salsa
+  * Set "Rules-Requires-Root: no" in debian/control
+  * Remove get-orig-source target from debian/rules
+  * Remove debian/orig-tar.sh
+  * Freshen years in debian/copyright
+  * Specify debhelper compat 12 via debhelper-compat dependency
+
+ -- tony mancill <tmancill at debian.org>  Thu, 09 Apr 2020 21:58:23 -0700
+
 maven-assembly-plugin (3.1.0-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2~)
+Build-Depends: debhelper-compat (= 12), default-jdk, maven-debian-helper (>= 2.2~)
 Build-Depends-Indep: libjsr305-java,
                      libmaven-archiver-java,
                      libmaven-artifact-transfer-java,
@@ -23,9 +23,10 @@ Build-Depends-Indep: libjsr305-java,
                      libplexus-io-java,
                      libplexus-utils2-java
 Standards-Version: 4.0.0
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-assembly-plugin.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-assembly-plugin.git
+Vcs-Git: https://salsa.debian.org/java-team/maven-assembly-plugin.git
+Vcs-Browser: https://salsa.debian.org/java-team/maven-assembly-plugin
 Homepage: https://maven.apache.org/plugins/maven-assembly-plugin/
+Rules-Requires-Root: no
 
 Package: libmaven-assembly-plugin-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,10 +1,10 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Maven Assembly Plugin
 Upstream-Contact: Apache Maven team
-Source: http://svn.apache.org/repos/asf//maven/plugins/tags/
+Source: https://github.com/apache/maven-assembly-plugin
 
 Files: *
-Copyright: 2001-2014, The Apache Software Foundation.
+Copyright: 2001-2019, The Apache Software Foundation.
 License: Apache-2.0
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../maven-assembly-plugin_$VERSION.orig.tar.xz
-DIR=maven-assembly-plugin-$VERSION
-TAG=$(echo "maven-assembly-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.apache.org/repos/asf/maven/plugins/tags/${TAG} $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --rename


=====================================
debian/watch
=====================================
@@ -1,4 +1,3 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  http://svn.apache.org/repos/asf/maven/plugins/tags/ \
-  maven-assembly-plugin-(\d.*)/ debian debian/orig-tar.sh
+version=4
+opts="repack,compression=xz,uversionmangle=s/-(alpha|beta|M)-/~$1/" \
+  https://github.com/apache/maven-assembly-plugin/tags .*/maven-assembly-plugin-([\d\.]+).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/maven-assembly-plugin/-/compare/3270a85ade3d921883aa807da6659d760f86420b...a0f93829c9b6903d03cb64d2ef5f8829e145c08a

-- 
View it on GitLab: https://salsa.debian.org/java-team/maven-assembly-plugin/-/compare/3270a85ade3d921883aa807da6659d760f86420b...a0f93829c9b6903d03cb64d2ef5f8829e145c08a
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/20200410/e28035ea/attachment.html>


More information about the pkg-java-commits mailing list