Jochen Sprickerhof pushed to branch master at Debian Java Maintainers / bsh


Commits:
d04369c3 by Jochen Sprickerhof at 2026-06-18T12:17:08+02:00
Make bsh.tar.gz reproducible

- - - - -
5f6bd5e0 by Jochen Sprickerhof at 2026-06-18T12:19:17+02:00
Add Multi-Arch according to MA hinter

- - - - -
8e2c99f6 by Jochen Sprickerhof at 2026-06-18T12:20:21+02:00
Drop ancient Breaks/Replaces

- - - - -
329ef1f7 by Jochen Sprickerhof at 2026-06-18T12:28:45+02:00
Add salsa-ci.yml

- - - - -
09a58f85 by Jochen Sprickerhof at 2026-06-18T12:28:50+02:00
Update changelog for 2.0b4-21 release

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/rules
- + debian/salsa-ci.yml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+bsh (2.0b4-21) unstable; urgency=medium
+
+  * Team upload.
+  * Make bsh.tar.gz reproducible
+  * Add Multi-Arch according to MA hinter
+  * Drop ancient Breaks/Replaces
+  * Add salsa-ci.yml
+
+ -- Jochen Sprickerhof <[email protected]>  Thu, 18 Jun 2026 12:28:48 +0200
+
 bsh (2.0b4-20) unstable; urgency=medium
 
   * Normalize the permissions of the files in bsh.tar.gz to make


=====================================
debian/control
=====================================
@@ -45,8 +45,7 @@ Package: libbsh-java
 Architecture: all
 Section: java
 Depends: ${misc:Depends}
-Replaces: bsh (<= 2.0b4-13~)
-Breaks: bsh (<= 2.0b4-13~)
+Multi-Arch: foreign
 Description: Java scripting environment (BeanShell) Version 2 (library)
  BeanShell is a small, free, embeddable, Java source interpreter with object
  scripting language features, written in Java. BeanShell executes standard Java
@@ -66,6 +65,7 @@ Architecture: all
 Depends: ${misc:Depends}
 Recommends: ${java:Recommends}
 Suggests: bsh
+Multi-Arch: foreign
 Description: Documentation for bsh
  BeanShell is a small, free, embeddable, Java source interpreter with object
  scripting language features, written in Java. BeanShell executes standard Java
@@ -85,6 +85,7 @@ Section: java
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: bsh
+Multi-Arch: foreign
 Description: Java scripting environment (BeanShell) Version 2 (source code)
  BeanShell is a small, free, embeddable, Java source interpreter with object
  scripting language features, written in Java. BeanShell executes standard Java


=====================================
debian/rules
=====================================
@@ -25,6 +25,8 @@ override_dh_auto_install:
        tar --exclude debian --exclude classes --exclude dist --exclude api \
            --clamp-mtime --mtime="@$(SOURCE_DATE_EPOCH)" \
            --mode='u+rw,g+rw,a+X' \
+           --sort=name --owner=0 --group=0 --numeric-owner \
+           --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime 
\
            -zcf debian/bsh-src/usr/src/bsh-src/bsh.tar.gz *
 
 get-orig-source:


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,3 @@
+---
+include:
+  - 
https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml



View it on GitLab: 
https://salsa.debian.org/java-team/bsh/-/compare/8332f3358b6b7d11a8ca477833347095991132f8...09a58f85dda503065361fe325073a03781854e2c

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/bsh/-/compare/8332f3358b6b7d11a8ca477833347095991132f8...09a58f85dda503065361fe325073a03781854e2c
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to