[Git][java-team/libsequence-library-java][master] 5 commits: Marking the binary package as Multi-Arch: foreign
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Sat Jan 25 22:25:27 GMT 2025
Pierre Gruet pushed to branch master at Debian Java Maintainers / libsequence-library-java
Commits:
37c767fe by Pierre Gruet at 2025-01-25T14:23:18+01:00
Marking the binary package as Multi-Arch: foreign
- - - - -
5059b250 by Pierre Gruet at 2025-01-25T22:35:15+01:00
Alleviating d/rules
- - - - -
a9cd75cf by Pierre Gruet at 2025-01-25T22:35:59+01:00
Adding comments in d/rules
- - - - -
c7cf8424 by Pierre Gruet at 2025-01-25T22:36:09+01:00
Removing useless B-D
- - - - -
5f87e7ff by Pierre Gruet at 2025-01-25T22:38:17+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,11 @@
-libsequence-library-java (1.0.4+dfsg-1) UNRELEASED; urgency=medium
+libsequence-library-java (1.0.4+dfsg-1) unstable; urgency=medium
* Team upload.
+ * Marking the binary package as Multi-Arch: foreign
+ * Alleviating d/rules
+ * Removing useless Build-Dependencies
+
+ [ Andreas Tille ]
* New upstream version
* Secure URL in d/control, d/copyright and d/watch
* Use Files-Excluded, flag upstream name as Debian packaged source
@@ -10,8 +15,9 @@ libsequence-library-java (1.0.4+dfsg-1) UNRELEASED; urgency=medium
* Secure URI in copyright format (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Switch from cdbs to dh
+ * pristine-tar = true
- -- Andreas Tille <tille at debian.org> Fri, 24 Jan 2025 21:54:00 +0100
+ -- Pierre Gruet <pgt at debian.org> Sat, 25 Jan 2025 22:36:14 +0100
libsequence-library-java (1.0.3-1.1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -5,10 +5,8 @@ Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
default-jdk-headless,
- javahelper,
junit,
maven-debian-helper,
- maven-repo-helper,
libmaven-resources-plugin-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libsequence-library-java
@@ -17,6 +15,7 @@ Homepage: https://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/
Package: libsequence-library-java
Architecture: all
+Multi-Arch: foreign
Depends: ${maven:Depends},
${misc:Depends}
Recommends: ${maven:OptionalDepends}
=====================================
debian/rules
=====================================
@@ -1,14 +1,12 @@
#!/usr/bin/make -f
-JAVA_HOME := /usr/lib/jvm/default-java
-
%:
- dh $@ --with maven-repo-helper --with javahelper
+ dh $@ --buildsystem=maven
-override_dh_auto_build:
+# Setting our home-made pom.xml file for the build system.
+execute_before_dh_auto_configure:
cp debian/pom.xml .
- dh_auto_build
-override_dh_auto_clean:
- rm -f pom.xml
- dh_auto_clean
+# Remove our custom pom.xml file.
+execute_after_dh_clean:
+ $(RM) pom.xml
View it on GitLab: https://salsa.debian.org/java-team/libsequence-library-java/-/compare/f9698f22afc04c128b9b913c9cb1effb64be15e3...5f87e7ff62f1b85e5a75b1b72dda42eb86157eec
--
View it on GitLab: https://salsa.debian.org/java-team/libsequence-library-java/-/compare/f9698f22afc04c128b9b913c9cb1effb64be15e3...5f87e7ff62f1b85e5a75b1b72dda42eb86157eec
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/20250125/c0a9e82f/attachment.htm>
More information about the pkg-java-commits
mailing list