[Git][java-team/gradle-propdeps-plugin][master] 10 commits: Import Debian changes 0.0.7-3.1
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Feb 12 21:05:01 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / gradle-propdeps-plugin
Commits:
353a2736 by Holger Levsen at 2025-02-12T21:49:43+01:00
Import Debian changes 0.0.7-3.1
gradle-propdeps-plugin (0.0.7-3.1) unstable; urgency=medium
.
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
- - - - -
9895bdc6 by Andreas Tille at 2025-02-12T21:53:39+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
2e21298e by Andreas Tille at 2025-02-12T22:00:51+01:00
Use Files-Excluded to cleanup upstream tarball
- - - - -
589d6a19 by Andreas Tille at 2025-02-12T22:01:52+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
1b3d0c63 by Andreas Tille at 2025-02-12T22:01:52+01:00
debhelper-compat 13 (routine-update)
- - - - -
a4a0bafa by Andreas Tille at 2025-02-12T22:01:55+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
7380d4ff by Andreas Tille at 2025-02-12T22:01:55+01:00
Secure URI in copyright format (routine-update)
- - - - -
f278e6c2 by Andreas Tille at 2025-02-12T22:01:55+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
e3b7d93d by Andreas Tille at 2025-02-12T21:01:56+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
5091cd84 by Andreas Tille at 2025-02-12T22:03:44+01:00
routine-update: Ready to 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,3 +1,24 @@
+gradle-propdeps-plugin (0.0.7-4) unstable; urgency=medium
+
+ * Team upload.
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+ * Use Files-Excluded to cleanup upstream tarball
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Drop useless get-orig-source target (routine-update)
+ * Trim trailing whitespace.
+
+ -- Andreas Tille <tille at debian.org> Wed, 12 Feb 2025 22:02:04 +0100
+
+gradle-propdeps-plugin (0.0.7-3.1) unstable; urgency=medium
+
+ * Non maintainer upload by the Reproducible Builds team.
+ * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org> Tue, 29 Dec 2020 02:21:53 +0100
+
gradle-propdeps-plugin (0.0.7-3) unstable; urgency=medium
* Build with gradle-debian-helper
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,12 +1,16 @@
Source: gradle-propdeps-plugin
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), gradle-debian-helper, groovy, default-jdk, maven-repo-helper
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/gradle-propdeps-plugin.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gradle-propdeps-plugin.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ gradle-debian-helper,
+ groovy,
+ default-jdk-headless,
+ maven-repo-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/gradle-propdeps-plugin
+Vcs-Git: https://salsa.debian.org/java-team/gradle-propdeps-plugin.git
Homepage: https://github.com/spring-projects/gradle-plugins
Package: gradle-propdeps-plugin
=====================================
debian/copyright
=====================================
@@ -1,6 +1,18 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Gradle propdeps plugin
Source: https://github.com/spring-projects/gradle-plugins/tree/master/propdeps-plugin
+Files-Excluded: */*.jar
+ */*.class
+ */.settings
+ */.project
+ */.classpath
+ */gradlew*
+ */gradle/wrapper
+ */bundlor-plugin
+ */docbook-reference-plugin
+ */.wrapper
+ */wrapper.gradle
+ */spring-io-plugin
Files: *
Copyright: 2012-2013, Phillip Webb
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,25 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-VERSION=$2
-DIR=gradle-propdeps-plugin-$VERSION
-TAR=../gradle-propdeps-plugin_$VERSION.orig.tar.xz
-
-mkdir $DIR
-tar -xf $3 --strip-components=1 -C $DIR
-rm $3
-XZ_OPT=--best tar cJvf $TAR \
- --exclude '*.jar' \
- --exclude '*.class' \
- --exclude '.settings' \
- --exclude '.project' \
- --exclude '.classpath' \
- --exclude 'gradlew*' \
- --exclude 'gradle/wrapper' \
- --exclude 'bundlor-plugin' \
- --exclude 'docbook-reference-plugin' \
- --exclude '.wrapper' \
- --exclude 'wrapper.gradle' \
- --exclude 'spring-io-plugin' \
- $DIR
-rm -rf $DIR
=====================================
debian/rules
=====================================
@@ -4,6 +4,3 @@ export JAVA_HOME := /usr/lib/jvm/default-java
%:
dh $@ --buildsystem=gradle --with maven_repo_helper
-
-get-orig-source:
- uscan --download-current-version --rename --force-download
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-https://github.com/spring-projects/gradle-plugins/tags .*/propdeps-plugin-([\d\.]+).tar.gz debian debian/orig-tar.sh
+version=4
+https://github.com/spring-projects/gradle-plugins/tags .*/propdeps-plugin-([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/gradle-propdeps-plugin/-/compare/b84b953a90b8965117a2c5ef6e126b4b3287126c...5091cd84c6b3efa0f7ee4636f14da7ba8be7c2b8
--
View it on GitLab: https://salsa.debian.org/java-team/gradle-propdeps-plugin/-/compare/b84b953a90b8965117a2c5ef6e126b4b3287126c...5091cd84c6b3efa0f7ee4636f14da7ba8be7c2b8
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/20250212/03f05d6b/attachment.htm>
More information about the pkg-java-commits
mailing list