[med-svn] [Git][med-team/infernal][master] 2 commits: Fix Build-Depends-Indep
Andreas Tille
gitlab at salsa.debian.org
Fri Dec 11 10:53:23 GMT 2020
Andreas Tille pushed to branch master at Debian Med / infernal
Commits:
1cea8adf by Andreas Tille at 2020-12-11T11:43:42+01:00
Fix Build-Depends-Indep
- - - - -
3d0139f1 by Andreas Tille at 2020-12-11T11:53:08+01:00
Create titlepage
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -7,7 +7,9 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
libperl4-corelibs-perl,
python3
-Build-Depends-Indep: texlive-latex-base
+Build-Depends-Indep: texlive-latex-recommended,
+ texlive-latex-extra,
+ texlive-fonts-recommended
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/infernal
Vcs-Git: https://salsa.debian.org/med-team/infernal.git
=====================================
debian/rules
=====================================
@@ -8,6 +8,7 @@ include /usr/share/dpkg/default.mk
pkgdata:=infernal
sampledir:=$(CURDIR)/debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples
sampledir_lib:=$(CURDIR)/debian/$(DEB_SOURCE)/usr/lib/$(DEB_TARGET_MULTIARCH)/$(DEB_SOURCE)/examples
+export DATE=$(shell date --date=@$(SOURCE_DATE_EPOCH) '+%d %B %Y')
%:
dh $@
@@ -30,6 +31,7 @@ override_dh_auto_build-arch:
override_dh_auto_build-indep:
cd documentation/userguide ; \
+ sed -e 's/@INFERNAL_VERSION@/$(DEB_VERSION_UPSTREAM)/' -e 's/@INFERNAL_DATE@/$(DATE)/' titlepage.tex.in > titlepage.tex ; \
echo " LATEX Userguide.pdf (see latex.log for output)" ; \
pdflatex main > latex.log 2>&1 ; \
bibtex main >> latex.log 2>&1 ; \
View it on GitLab: https://salsa.debian.org/med-team/infernal/-/compare/e38f02f286e8f01b2c1307e0ba41a352149701c5...3d0139f12836d00fd2c64fe13e3a9185ad4c0ad6
--
View it on GitLab: https://salsa.debian.org/med-team/infernal/-/compare/e38f02f286e8f01b2c1307e0ba41a352149701c5...3d0139f12836d00fd2c64fe13e3a9185ad4c0ad6
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/20201211/b1af449c/attachment-0001.html>
More information about the debian-med-commit
mailing list