[Git][java-team/lgooddatepicker][master] 8 commits: Standards-Version: 4.7.0 (routine-update)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Feb 3 19:40:18 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / lgooddatepicker
Commits:
a9f1ebcd by Andreas Tille at 2025-02-03T20:38:30+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
e475d88a by Andreas Tille at 2025-02-03T20:38:30+01:00
debhelper-compat 13 (routine-update)
- - - - -
35383243 by Andreas Tille at 2025-02-03T20:38:51+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
d2c07ab8 by Andreas Tille at 2025-02-03T20:38:51+01:00
Secure URI in copyright format (routine-update)
- - - - -
a17fa388 by Andreas Tille at 2025-02-03T20:38:51+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
01447dee by Andreas Tille at 2025-02-03T20:38:51+01:00
Remove trailing whitespace in debian/control (routine-update)
- - - - -
620117a7 by Andreas Tille at 2025-02-03T20:38:52+01:00
Remove trailing whitespace in debian/copyright (routine-update)
- - - - -
86c681b5 by Andreas Tille at 2025-02-03T20:39:53+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,14 @@ lgooddatepicker (8.3.0+ds-2) UNRELEASED; urgency=medium
* Team upload.
* Build-Depends: s/default-jdk/default-jdk-headless/
+ * 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)
+ * Remove trailing whitespace in debian/control (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Trim trailing whitespace.
-- Andreas Tille <tille at debian.org> Mon, 03 Feb 2025 20:35:20 +0100
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,29 +1,31 @@
Source: lgooddatepicker
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: tony mancill <tmancill at debian.org>
-Build-Depends: debhelper (>= 10),
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
default-jdk-headless,
- maven-debian-helper (>= 2.1),
+ maven-debian-helper,
maven-repo-helper
Build-Depends-Indep: libbuild-helper-maven-plugin-java,
- libmaven-antrun-plugin-java,
- libmaven-javadoc-plugin-java,
- libmaven-shade-plugin-java,
- libbeansbinding-java (>= 1.2.1-2),
- default-jdk-doc,
- libbeansbinding-java-doc
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/lgooddatepicker.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/lgooddatepicker.git
+ libmaven-antrun-plugin-java,
+ libmaven-javadoc-plugin-java,
+ libmaven-shade-plugin-java,
+ libbeansbinding-java,
+ default-jdk-doc,
+ libbeansbinding-java-doc
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/lgooddatepicker
+Vcs-Git: https://salsa.debian.org/java-team/lgooddatepicker.git
Homepage: https://github.com/LGoodDatePicker/LGoodDatePicker
Package: liblgooddatepicker-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}, liblgooddatepicker-java-doc
-Description: Java Swing Date Picker library.
+Depends: ${misc:Depends},
+ ${maven:Depends}
+Suggests: ${maven:OptionalDepends},
+ liblgooddatepicker-java-doc
+Description: Java Swing Date Picker library.
LGoodDatePicker is a graphical date picker widget with following features.
- Easy to use, good looking, nice features, and localized.
- Provides automatic internationalization.
@@ -36,7 +38,8 @@ Package: liblgooddatepicker-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
+Recommends: ${maven:DocDepends},
+ ${maven:DocOptionalDepends}
Suggests: liblgooddatepicker-java
Description: Documentation for the LGoodDatePicker library.
LGoodDatePicker is a graphical date picker widget with following features.
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-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: LGoodDatePicker
Source: https://github.com/LGoodDatePicker/LGoodDatePicker
Files-Excluded:
@@ -23,19 +23,19 @@ License: MIT
License: MIT
The MIT License (MIT)
- .
+ .
Copyright (c) 2016 LGoodDatePicker
- .
+ .
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
- .
+ .
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
- .
+ .
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
=====================================
debian/rules
=====================================
@@ -14,6 +14,3 @@ override_dh_auto_test:
override_dh_auto_install:
# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808012
dh_auto_install -- -f Project/pom.xml
-
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
View it on GitLab: https://salsa.debian.org/java-team/lgooddatepicker/-/compare/ad96751d031384fed35a9c34a135e630da495aac...86c681b5fc3453420ece92764aff7ee8f7ec31f1
--
View it on GitLab: https://salsa.debian.org/java-team/lgooddatepicker/-/compare/ad96751d031384fed35a9c34a135e630da495aac...86c681b5fc3453420ece92764aff7ee8f7ec31f1
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/20250203/af834a8d/attachment.htm>
More information about the pkg-java-commits
mailing list