[Git][java-team/bsh][master] 5 commits: Normalize the permissions of the files in bsh.tar.gz to make the build reproducible
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Sep 9 13:33:50 BST 2019
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / bsh
Commits:
35d773c6 by Emmanuel Bourg at 2019-09-09T12:27:19Z
Normalize the permissions of the files in bsh.tar.gz to make the build reproducible
- - - - -
3301a336 by Emmanuel Bourg at 2019-09-09T12:27:28Z
Standards-Version updated to 4.4.0
- - - - -
8b0296c4 by Emmanuel Bourg at 2019-09-09T12:27:33Z
Use salsa.debian.org Vcs-* URLs
- - - - -
41e0d092 by Emmanuel Bourg at 2019-09-09T12:29:05Z
No longer run the tests if the nocheck build option is specified
- - - - -
8332f335 by Emmanuel Bourg at 2019-09-09T12:30:54Z
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+bsh (2.0b4-20) unstable; urgency=medium
+
+ * Normalize the permissions of the files in bsh.tar.gz to make
+ the build reproducible
+ * No longer run the tests if the nocheck build option is specified
+ * Standards-Version updated to 4.4.0
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 09 Sep 2019 14:30:36 +0200
+
bsh (2.0b4-19) unstable; urgency=medium
* Fixed the build failure with Java 9 (Closes: #875340)
=====================================
debian/control
=====================================
@@ -14,9 +14,9 @@ Build-Depends:
libservlet3.1-java,
libservlet3.1-java-doc,
maven-repo-helper
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/bsh.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/bsh.git
+Standards-Version: 4.4.0
+Vcs-Git: https://salsa.debian.org/java-team/bsh.git
+Vcs-Browser: https://salsa.debian.org/java-team/bsh
Homepage: http://www.beanshell.org
Package: bsh
=====================================
debian/rules
=====================================
@@ -11,7 +11,9 @@ override_dh_auto_build:
dh_auto_build -- javadoc jarall -Dcompile.debug=true
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_build -- test
+endif
override_dh_auto_install:
mh_installpoms -plibbsh-java
@@ -22,7 +24,8 @@ override_dh_auto_install:
mkdir -p debian/bsh-src/usr/src/bsh-src
tar --exclude debian --exclude classes --exclude dist --exclude api \
--clamp-mtime --mtime="@$(SOURCE_DATE_EPOCH)" \
- -zcf debian/bsh-src/usr/src/bsh-src/bsh.tar.gz *
+ --mode='u+rw,g+rw,a+X' \
+ -zcf debian/bsh-src/usr/src/bsh-src/bsh.tar.gz *
get-orig-source:
-uscan --download-current-version --force-download --rename --repack
View it on GitLab: https://salsa.debian.org/java-team/bsh/compare/3893b042d198d617f8d36277965abd9a1ad567dc...8332f3358b6b7d11a8ca477833347095991132f8
--
View it on GitLab: https://salsa.debian.org/java-team/bsh/compare/3893b042d198d617f8d36277965abd9a1ad567dc...8332f3358b6b7d11a8ca477833347095991132f8
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/20190909/f7c6e995/attachment.html>
More information about the pkg-java-commits
mailing list