Andreas Tille pushed to branch master at Debian Med / librostlab
Commits: d5f273ee by Andreas Tille at 2019-12-10T08:22:27Z Demote Build-Depends to -Arch and -Indep - - - - - 65770367 by Andreas Tille at 2019-12-10T08:23:40Z Build-Depends: texlive-plain-generic - - - - - 2e7ecfdf by Andreas Tille at 2019-12-10T08:24:05Z routine-update: debhelper-compat 12 - - - - - d500d68d by Andreas Tille at 2019-12-10T08:26:19Z routine-update: Standards-Version: 4.4.1 - - - - - c05f36cf by Andreas Tille at 2019-12-10T08:26:19Z R-U: Trailing whitespace in debian/changelog - - - - - 5490c096 by Andreas Tille at 2019-12-10T08:26:19Z R-U: Trailing whitespace in debian/control - - - - - 215bea57 by Andreas Tille at 2019-12-10T08:26:19Z R-U: Trailing whitespace in debian/copyright - - - - - 0b0a276a by Andreas Tille at 2019-12-10T08:26:27Z Use secure URI in Homepage field. Fixes lintian: homepage-field-uses-insecure-uri See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details. - - - - - 5b57e044 by Andreas Tille at 2019-12-10T08:26:31Z Set upstream metadata fields: Bug-Submit (from ./configure). Fixes lintian: upstream-metadata-file-is-missing See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details. - - - - - 41e04f38 by Andreas Tille at 2019-12-10T08:50:48Z Upload to unstable - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,22 @@ +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 <[email protected]> Tue, 10 Dec 2019 09:26:31 +0100 + librostlab (1.0.20-8) unstable; urgency=medium * Drop unneeded get-orig-source target @@ -33,7 +52,7 @@ librostlab (1.0.20-5) unstable; urgency=medium * add simplest test * add examples/ to librostlab-dev * cme fix dpkg-control - * add debian/README.test, debian/librostlab3-dev.docs, + * add debian/README.test, debian/librostlab3-dev.docs, cosmetic fixes in debian/examples/blosum62_test.cpp [ Andreas Tille ] ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -4,19 +4,20 @@ Uploaders: Laszlo Kajan <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 11~), - d-shlibs, - doxygen, - graphviz, - texlive-latex-recommended, - texlive-fonts-recommended, - texlive-latex-extra, - dh-linktree, - sphinx-common -Standards-Version: 4.2.1 +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, + texlive-plain-generic, + sphinx-common +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 @@ -27,7 +28,7 @@ Description: C++ library for computational biology This library was developed by the Rost Lab. The lab's research is driven by a conviction that protein and DNA sequences encode a significant core of information about the ultimate structure and - function of genetic material and its gene products. + function of genetic material and its gene products. . The library provides the following facilities: * current working directory resource @@ -53,7 +54,7 @@ Description: C++ library for computational biology (development) This library was developed by the Rost Lab. The lab's research is driven by a conviction that protein and DNA sequences encode a significant core of information about the ultimate structure and - function of genetic material and its gene products. + function of genetic material and its gene products. . The library provides the following facilities: * current working directory resource @@ -77,7 +78,7 @@ Description: C++ library for computational biology (documentation) This library was developed by the Rost Lab. The lab's research is driven by a conviction that protein and DNA sequences encode a significant core of information about the ultimate structure and - function of genetic material and its gene products. + function of genetic material and its gene products. . The library provides the following facilities: * current working directory resource ===================================== debian/copyright ===================================== @@ -17,12 +17,12 @@ License: GPL-3+ it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - . + . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - . + . You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. . @@ -34,12 +34,12 @@ License: LGPL-3+ it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - . + . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - . + . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. . ===================================== debian/rules ===================================== @@ -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 \ ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1 @@ +Bug-Submit: https://rostlab.org/cgi-bin/bugzilla3/enter_bug.cgi?product=librostlab View it on GitLab: https://salsa.debian.org/med-team/librostlab/compare/683e9a844ec1204469a218ec7c52ec963d29c9a8...41e04f3818e718cb2e38b4ae6471e32568399e77 -- View it on GitLab: https://salsa.debian.org/med-team/librostlab/compare/683e9a844ec1204469a218ec7c52ec963d29c9a8...41e04f3818e718cb2e38b4ae6471e32568399e77 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
