[med-svn] [Git][med-team/mira][master] 5 commits: Update lintian override
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Wed Jun 21 05:58:12 BST 2023
Nilesh Patra pushed to branch master at Debian Med / mira
Commits:
d436d0b6 by Nilesh Patra at 2023-06-21T09:26:06+05:30
Update lintian override
- - - - -
7bc0f22b by Nilesh Patra at 2023-06-21T09:26:06+05:30
Do not export SOURCE_DATE_EPOCH manually, it is already exported as a part of default.mk dpkg import
- - - - -
f4c14aa2 by Nilesh Patra at 2023-06-21T09:26:06+05:30
Bump Standards-Version to 4.6.2 (no changes needed)
- - - - -
73212775 by Nilesh Patra at 2023-06-21T09:26:06+05:30
Add DEP3
- - - - -
6a1caf08 by Nilesh Patra at 2023-06-21T10:27:46+05:30
fixup patch
- - - - -
4 changed files:
- debian/control
- debian/mira-assembler.lintian-overrides
- debian/patches/fix-debian-compileinfo.patch
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -21,7 +21,7 @@ Build-Depends: debhelper-compat (= 13),
libboost-iostreams-dev
Build-Depends-Indep: docbook-xsl,
dblatex
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/mira
Vcs-Git: https://salsa.debian.org/med-team/mira.git
Homepage: https://sourceforge.net/p/mira-assembler/wiki/Home/
=====================================
debian/mira-assembler.lintian-overrides
=====================================
@@ -1,2 +1,2 @@
# according to www.dict.cc transfering is American English spelling
-mira-assembler: spelling-error-in-binary usr/bin/mira Transfering Transferring
+mira-assembler: spelling-error-in-binary Transfering Transferring [usr/bin/mira]
=====================================
debian/patches/fix-debian-compileinfo.patch
=====================================
@@ -1,3 +1,6 @@
+Description: Fix upstream mistake, actually echo DEBIAN_MAINTAINER name. Convert source-date-epoch to actual date to put into compileinfo.
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2023-06-21
--- a/src/progs/Makefile.am
+++ b/src/progs/Makefile.am
@@ -23,8 +23,8 @@
@@ -7,7 +10,7 @@
- @$$DEBIAN_MAINTAINER >>compileinfo.itxt.xxd
- @echo $$SOURCE_DATE_EPOCH >>compileinfo.itxt.xxd
+ @echo $$DEBIAN_MAINTAINER >>compileinfo.itxt.xxd
-+ @date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%d >>compileinfo.itxt.xxd
++ @$(SHELL) -ec 'date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%d' >>compileinfo.itxt.xxd
compileinfo.itxt: ciclean compileinfo-$(CITARGET)
@echo "Making .C out of .xxd" $@
@@ -20,7 +23,7 @@
- @$$DEBIAN_MAINTAINER >>compileinfo.itxt.xxd
- @echo $$SOURCE_DATE_EPOCH >>compileinfo.itxt.xxd
+ @echo $$DEBIAN_MAINTAINER >>compileinfo.itxt.xxd
-+ @date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%d >>compileinfo.itxt.xxd
++ @$(SHELL) -ec 'date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%d' >>compileinfo.itxt.xxd
compileinfo.itxt: ciclean compileinfo-$(CITARGET)
@echo "Making .C out of .xxd" $@
=====================================
debian/rules
=====================================
@@ -9,7 +9,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export ISDEBIAN="yes"
export DEBIAN_MAINTAINER="mira at packages.debian.org"
-export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog | grep -Po '^Date: \K.*' | date -f- +%s)
pkg=mira-assembler
exampledir=usr/share/doc/mira-examples/examples/minidemo/data/bbdataset1/
View it on GitLab: https://salsa.debian.org/med-team/mira/-/compare/d9d501879bad7d182e1c6314c7dd9565a57bb509...6a1caf08bf0e75b59d86ad09fef83a003feb0238
--
View it on GitLab: https://salsa.debian.org/med-team/mira/-/compare/d9d501879bad7d182e1c6314c7dd9565a57bb509...6a1caf08bf0e75b59d86ad09fef83a003feb0238
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/20230621/08eff4fe/attachment-0001.htm>
More information about the debian-med-commit
mailing list