[med-svn] [Git][med-team/snpeff][master] 2 commits: rewrite d/rules with newer & shorter syntax
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Wed Mar 4 14:25:43 GMT 2026
Alexandre Detiste pushed to branch master at Debian Med / snpeff
Commits:
bf77fb12 by Alexandre Detiste at 2026-03-04T15:07:12+01:00
rewrite d/rules with newer & shorter syntax
- - - - -
dcb6b208 by Alexandre Detiste at 2026-03-04T15:07:35+01:00
release
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+snpeff (5.4.b+dfsg-2) unstable; urgency=medium
+
+ * Team Upload
+ * autopkgtest does not need "quilt" anymore
+ * Rewrite d/rules with newer & shorter syntax
+
+ -- Alexandre Detiste <tchet at debian.org> Wed, 04 Mar 2026 15:07:22 +0100
+
snpeff (5.4.b+dfsg-1) unstable; urgency=medium
* New upstream version 5.4.b+dfsg
=====================================
debian/rules
=====================================
@@ -10,16 +10,14 @@ export LC_ALL=C.UTF-8
%:
dh $@ --with javahelper
-override_dh_auto_clean:
- dh_auto_clean
+execute_after_dh_auto_clean:
# Replacing our modified org/snpeff/SnpEff.java with the original one.
if [ -e SnpEff.java.old ]; then \
mv SnpEff.java.old src/main/java/org/snpeff/SnpEff.java; \
fi
-override_dh_auto_configure:
+execute_before_dh_auto_configure:
# We replace the compiling timestamp by the one in d/changelog to enhance
# build reproducibility.
cp src/main/java/org/snpeff/SnpEff.java SnpEff.java.old
sed "s/Gpr\.compile.*/\"$$(date --utc --date="@$(SOURCE_DATE_EPOCH)" +"%Y-%m-%d %H:%M" )\";/" SnpEff.java.old > src/main/java/org/snpeff/SnpEff.java
- dh_auto_configure
View it on GitLab: https://salsa.debian.org/med-team/snpeff/-/compare/c337f2331b45dad319ea372f6de85eea8c16c5da...dcb6b208dd544f6d62700d7df7fa38b328fa9e48
--
View it on GitLab: https://salsa.debian.org/med-team/snpeff/-/compare/c337f2331b45dad319ea372f6de85eea8c16c5da...dcb6b208dd544f6d62700d7df7fa38b328fa9e48
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/debian-med-commit/attachments/20260304/9e1e309f/attachment-0001.htm>
More information about the debian-med-commit
mailing list