[Git][java-team/libsequence-library-java][master] 6 commits: Standards-Version: 4.7.0 (routine-update)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Jan 24 22:33:07 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / libsequence-library-java
Commits:
5fedce06 by Andreas Tille at 2025-01-24T22:20:55+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
8d64c977 by Andreas Tille at 2025-01-24T22:20:56+01:00
debhelper-compat 13 (routine-update)
- - - - -
901704e5 by Andreas Tille at 2025-01-24T22:20:58+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
53f313bb by Andreas Tille at 2025-01-24T22:20:58+01:00
Secure URI in copyright format (routine-update)
- - - - -
150d2dc9 by Andreas Tille at 2025-01-24T22:20:58+01:00
Remove trailing whitespace in debian/changelog (routine-update)
- - - - -
0929dbd3 by Andreas Tille at 2025-01-24T22:56:05+01:00
Switch from cdbs to dh
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -4,6 +4,12 @@ libsequence-library-java (1.0.4+dfsg-1) UNRELEASED; urgency=medium
* New upstream version
* Secure URL in d/control, d/copyright and d/watch
* Use Files-Excluded, flag upstream name as Debian packaged source
+ * 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)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Switch from cdbs to dh
-- Andreas Tille <tille at debian.org> Fri, 24 Jan 2025 21:54:00 +0100
@@ -46,8 +52,8 @@ libsequence-library-java (1.0.2-1) unstable; urgency=low
* d/copyright
- Freshen DEP5 Format
- Add Source field
- * d/control
+ * d/control
- rename source and binary package to be libsequence-library-java
- to match JAR and artifact name
+ to match JAR and artifact name
-- tony mancill <tmancill at debian.org> Wed, 19 Sep 2012 20:21:12 -0700
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,17 +1,18 @@
Source: libsequence-library-java
-Priority: optional
-Section: java
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
-Build-Depends: debhelper (>= 9),
- cdbs,
- default-jdk,
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ javahelper,
junit,
maven-debian-helper,
- maven-repo-helper
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/libsequence-library-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libsequence-library-java.git
+ maven-repo-helper,
+ libmaven-resources-plugin-java
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/libsequence-library-java
+Vcs-Git: https://salsa.debian.org/java-team/libsequence-library-java.git
Homepage: https://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/
Package: libsequence-library-java
@@ -23,4 +24,3 @@ Description: Textual Diff and Merge Library
This library provides utility classes allowing manipulation with sequences of
characters such as searching for longest common subsequence of two strings,
finding common blocks and creating text or binary diff files.
-
=====================================
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: Java Sequence Library
Source: https://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/
Files-Excluded: *.jar
=====================================
debian/rules
=====================================
@@ -1,12 +1,14 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
JAVA_HOME := /usr/lib/jvm/default-java
-pre-build::
+%:
+ dh $@ --with maven-repo-helper --with javahelper
+
+override_dh_auto_build:
cp debian/pom.xml .
+ dh_auto_build
-clean::
+override_dh_auto_clean:
rm -f pom.xml
+ dh_auto_clean
View it on GitLab: https://salsa.debian.org/java-team/libsequence-library-java/-/compare/f3bff2588402bf266869db1f0d9e7be82b1a02b6...0929dbd313c49394e6b24fc080d669978d8a980d
--
View it on GitLab: https://salsa.debian.org/java-team/libsequence-library-java/-/compare/f3bff2588402bf266869db1f0d9e7be82b1a02b6...0929dbd313c49394e6b24fc080d669978d8a980d
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/20250124/80f8a81f/attachment.htm>
More information about the pkg-java-commits
mailing list