[med-svn] [Git][med-team/infernal][master] There are good reasons not to reproduce the Upstream documentation (see debian/README.source)
Andreas Tille
gitlab at salsa.debian.org
Fri Dec 11 11:56:25 GMT 2020
Andreas Tille pushed to branch master at Debian Med / infernal
Commits:
c1c63ac8 by Andreas Tille at 2020-12-11T12:55:55+01:00
There are good reasons not to reproduce the Upstream documentation (see debian/README.source)
- - - - -
3 changed files:
- debian/control
- debian/infernal-doc.install
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -7,11 +7,11 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
libperl4-corelibs-perl,
python3
-Build-Depends-Indep: texlive-latex-recommended,
- texlive-latex-extra,
- texlive-fonts-recommended,
- rman,
- hmmer-examples
+#Build-Depends-Indep: texlive-latex-recommended,
+# texlive-latex-extra,
+# texlive-fonts-recommended,
+# rman,
+# hmmer-examples
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/infernal-doc.install
=====================================
@@ -1 +1 @@
-documentation/userguide/Userguide.pdf usr/share/doc/infernal
+Userguide.pdf usr/share/doc/infernal
=====================================
debian/rules
=====================================
@@ -29,7 +29,10 @@ override_dh_auto_configure-arch:
override_dh_auto_build-arch:
dh_auto_build -a -- V=1
-override_dh_auto_build-indep:
+override_dh_auto_build-indep_see_debian_README.source:
+ # Besides the reasons given in README.source this target can not
+ # fully reproduce the Userguide.pdf since master.bib is not available
+ # Thus the References section will remain empty
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)" ; \
@@ -48,6 +51,7 @@ override_dh_auto_install-arch:
$(MAKE) install -j$(shell nproc) AM_UPDATE_INFO_DIR=no V=1 prefix=$(CURDIR)/debian/tmp
override_dh_auto_configure-indep:
+override_dh_auto_build-indep:
override_dh_auto_install-indep:
echo "Nothing to do for architecture all binary packages"
View it on GitLab: https://salsa.debian.org/med-team/infernal/-/commit/c1c63ac83d715e49f715bd37cbf9d012811602a1
--
View it on GitLab: https://salsa.debian.org/med-team/infernal/-/commit/c1c63ac83d715e49f715bd37cbf9d012811602a1
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/9f020361/attachment-0001.html>
More information about the debian-med-commit
mailing list