[Git][java-team/checker-framework-java][master] 7 commits: Fix watch file

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Nov 30 18:51:41 GMT 2022



Andreas Tille pushed to branch master at Debian Java Maintainers / checker-framework-java


Commits:
1e935623 by Andreas Tille at 2022-11-30T19:19:38+01:00
Fix watch file

- - - - -
171e45f2 by Andreas Tille at 2022-11-30T19:19:46+01:00
debian/copyright: use spaces rather than tabs to start continuation lines.

Changes-By: lintian-brush
Fixes: lintian: tab-in-license-text
See-also: https://lintian.debian.org/tags/tab-in-license-text.html

- - - - -
12a8b872 by Andreas Tille at 2022-11-30T19:19:57+01:00
Set upstream metadata fields: Bug-Submit.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html

- - - - -
72e31453 by Andreas Tille at 2022-11-30T19:19:59+01:00
Update standards version to 4.6.1, no changes needed.

Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

- - - - -
a6310335 by Andreas Tille at 2022-11-30T19:21:14+01:00
Add debian/salsa-ci.yml

- - - - -
caf9380b by Andreas Tille at 2022-11-30T19:32:11+01:00
Homepage is not in the list of fields for upstream metadata

- - - - -
297327d3 by Andreas Tille at 2022-11-30T19:34:17+01:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+checker-framework-java (3.0.1+ds2-4) unstable; urgency=medium
+
+  * Fix watch file
+  * debian/copyright: use spaces rather than tabs to start continuation lines.
+  * Set upstream metadata fields: Bug-Submit.
+  * Update standards version to 4.6.1, no changes needed.
+  * Add debian/salsa-ci.yml
+  * Homepage is not in the list of fields for upstream metadata
+
+ -- Andreas Tille <tille at debian.org>  Wed, 30 Nov 2022 19:32:17 +0100
+
 checker-framework-java (3.0.1+ds2-3) unstable; urgency=medium
 
   * Update standards to 4.5.1 (no changes)


=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: bnd,
                libgradle-core-java,
                libgradle-plugins-java,
                maven-repo-helper,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Rules-Requires-Root: no
 Homepage: https://github.com/typetools/checker-framework
 Vcs-Browser: https://salsa.debian.org/java-team/checker-framework-java


=====================================
debian/copyright
=====================================
@@ -6,10 +6,10 @@ Files-Excluded: gradlew*
                 docs/tutorial/*
                 checker/jdk/*
                 docs/developer/release/*
-				.github/*
-				checker/jtreg/nullness/issue2173/*
-				dataflow/manual/*
-				checker/src/testannotations/java/javax/validation/constraints/NotNull.java
+ 				.github/*
+ 				checker/jtreg/nullness/issue2173/*
+ 				dataflow/manual/*
+ 				checker/src/testannotations/java/javax/validation/constraints/NotNull.java
 Comment: Exclude Gradle wrapper, embedded JAR files, embedded JDK, upstream
  release files, embedded class/sty files, and a file with a problematic license.
  .


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,17 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+# To exclude single tests you can use
+#variables:
+#  SALSA_CI_DISABLE_APTLY: 1
+#  SALSA_CI_DISABLE_AUTOPKGTEST: 1
+#  SALSA_CI_DISABLE_BLHC: 1
+#  SALSA_CI_DISABLE_LINTIAN: 1
+#  SALSA_CI_DISABLE_PIUPARTS: 1
+#  SALSA_CI_DISABLE_REPROTEST: 1
+#  SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
+#  SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
+# In case for instance i386 is explicitly excluded by Build-Depends
+#  SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1


=====================================
debian/upstream/metadata
=====================================
@@ -1,4 +1,4 @@
 Bug-Database: https://github.com/typetools/checker-framework/issues
-Homepage: http://checkerframework.org/
+Bug-Submit: https://github.com/typetools/checker-framework/issues/new
 Repository: https://github.com/typetools/checker-framework.git
 Repository-Browse: https://github.com/typetools/checker-framework


=====================================
debian/watch
=====================================
@@ -3,6 +3,5 @@ version=4
 # PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig
 #opts="pgpsigurlmangle=s%$%.sig%"
 
-opts="repack, repacksuffix=+ds, dversionmangle=s/\+ds\d*$//" \
-   https://github.com/typetools/checker-framework/releases?after=checker-framework-3.7.0 \
-   .*/checker-framework-(\d[\d.]*)\.tar\.gz debian uupdate
+opts="repack, repacksuffix=+ds, dversionmangle=auto, filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+   https://github.com/typetools/checker-framework/tags .*/checker-framework-(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/java-team/checker-framework-java/-/compare/d5d0893a5cf0e71582ebf662006c14a08ed9ea5b...297327d3ba0dc05d5c628fd90097fa159f28bb31

-- 
View it on GitLab: https://salsa.debian.org/java-team/checker-framework-java/-/compare/d5d0893a5cf0e71582ebf662006c14a08ed9ea5b...297327d3ba0dc05d5c628fd90097fa159f28bb31
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/20221130/25d175f9/attachment.htm>


More information about the pkg-java-commits mailing list