Skip to content
Commits on Source (10)
librostlab (1.0.20-9) unstable; urgency=medium
[ Helmut Grohne ]
* Demote Build-Depends to -Arch and -Indep. (Closes: #946503)
[ Paolo Greppi ]
* Build-Depends: texlive-plain-generic (Closes: #943420)
[ Andreas Tille ]
* debhelper-compat 12
* Standards-Version: 4.4.1
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/control
* Remove trailing whitespace in debian/copyright
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Submit (from ./configure).
-- Andreas Tille <tille@debian.org> Tue, 10 Dec 2019 09:26:31 +0100
librostlab (1.0.20-8) unstable; urgency=medium
* Drop unneeded get-orig-source target
......
......@@ -4,19 +4,20 @@ Uploaders: Laszlo Kajan <lkajan@rostlab.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
d-shlibs,
doxygen,
Build-Depends: debhelper-compat (= 12),
dh-linktree
Build-Depends-Arch: d-shlibs
Build-Depends-Indep: doxygen,
graphviz,
texlive-latex-recommended,
texlive-fonts-recommended,
texlive-latex-extra,
dh-linktree,
texlive-plain-generic,
sphinx-common
Standards-Version: 4.2.1
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/librostlab
Vcs-Git: https://salsa.debian.org/med-team/librostlab.git
Homepage: http://rostlab.org/
Homepage: https://rostlab.org/
Package: librostlab3
Architecture: any
......
......@@ -8,13 +8,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@ --with linktree
override_dh_auto_configure:
dh_auto_configure -- --enable-doxygen-dot --enable-doxygen-pdf
dh_auto_configure -- $(if $(filter librostlab-doc,$(shell dh_listpackages)),--enable-doxygen-dot --enable-doxygen-pdf)
override_dh_auto_build:
dh_auto_build
override_dh_auto_build-indep:
$(MAKE) -C lib doxygen-doc
override_dh_install:
override_dh_install-arch:
dh_install
d-shlibmove --commit \
--multiarch \
......
Bug-Submit: https://rostlab.org/cgi-bin/bugzilla3/enter_bug.cgi?product=librostlab