Andreas Tille pushed to branch master at Debian Med / librostlab
Commits: a657a3e5 by Andreas Tille at 2018-09-20T07:57:48Z Drop unneeded get-orig-source target - - - - - 38e2f690 by Andreas Tille at 2018-09-20T08:00:55Z Update copyright - - - - - 344c055b by Andreas Tille at 2018-09-20T09:04:45Z Use d-shlibs - - - - - f50852de by Andreas Tille at 2018-09-20T09:06:15Z debhelper 11 - - - - - a04d6306 by Andreas Tille at 2018-09-20T09:06:29Z Point Vcs fields to salsa.debian.org - - - - - f2e12a53 by Andreas Tille at 2018-09-20T09:06:29Z Standards-Version: 4.2.1 - - - - - 683e9a84 by Andreas Tille at 2018-09-20T09:09:59Z Upload to unstable - - - - - 7 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - − debian/librostlab3-dev.install - − debian/librostlab3.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +librostlab (1.0.20-8) unstable; urgency=medium + + * Drop unneeded get-orig-source target + * Use d-shlibs + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + + -- Andreas Tille <[email protected]> Thu, 20 Sep 2018 11:06:29 +0200 + librostlab (1.0.20-7) unstable; urgency=medium * Moved packaging from SVN to Git ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -2,10 +2,10 @@ Source: librostlab Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Laszlo Kajan <[email protected]>, Andreas Tille <[email protected]> -Section: libs +Section: science Priority: optional -Build-Depends: debhelper (>= 10), - dh-autoreconf, +Build-Depends: debhelper (>= 11~), + d-shlibs, doxygen, graphviz, texlive-latex-recommended, @@ -13,13 +13,14 @@ Build-Depends: debhelper (>= 10), texlive-latex-extra, dh-linktree, sphinx-common -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/librostlab.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/librostlab.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/librostlab +Vcs-Git: https://salsa.debian.org/med-team/librostlab.git Homepage: http://rostlab.org/ Package: librostlab3 Architecture: any +Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: C++ library for computational biology @@ -45,6 +46,7 @@ Section: libdevel Depends: librostlab3 (= ${binary:Version}), ${misc:Depends} Suggests: librostlab-doc +Conflicts: librostlab-dev Provides: librostlab-dev Replaces: librostlab0-dev Description: C++ library for computational biology (development) ===================================== debian/copyright ===================================== @@ -1,7 +1,7 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: librostlab Upstream-Contact: Laszlo Kajan <[email protected]> -Source: http://rostlab.org/ +Source: ftp://rostlab.org/free/ Files: * Copyright: 2012 Laszlo Kajan <[email protected]>, Technical University of Munich, Germany @@ -9,6 +9,7 @@ License: LGPL-3+ Files: debian/* Copyright: 2012 Laszlo Kajan <[email protected]>, Technical University of Munich, Germany + 2012-2018 Andreas Tille <[email protected]> License: GPL-3+ License: GPL-3+ ===================================== debian/librostlab3-dev.install deleted ===================================== @@ -1,4 +0,0 @@ -usr/include/* -usr/lib/*/librostlab.a -usr/lib/*/librostlab.la -usr/lib/*/librostlab.so ===================================== debian/librostlab3.install deleted ===================================== @@ -1 +0,0 @@ -usr/lib/*/librostlab.so.* ===================================== debian/rules ===================================== @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf --with linktree + dh $@ --with linktree override_dh_auto_configure: dh_auto_configure -- --enable-doxygen-dot --enable-doxygen-pdf @@ -14,13 +14,17 @@ override_dh_auto_build: dh_auto_build $(MAKE) -C lib doxygen-doc +override_dh_install: + dh_install + d-shlibmove --commit \ + --multiarch \ + --exclude-la \ + --movedev debian/tmp/usr/include/* usr/include \ + debian/tmp/usr/lib/*/*.so + override_dh_installdocs: dh_installdocs find debian -name "*_*.md5" -delete override_dh_compress: dh_compress -Xlibrostlab.tag - -get-orig-source: - mkdir -p ../tarballs - uscan --verbose --force-download --destdir=../tarballs View it on GitLab: https://salsa.debian.org/med-team/librostlab/compare/e7b1c0a1ff2047ecbc1dbb743d767f21870b8395...683e9a844ec1204469a218ec7c52ec963d29c9a8 -- View it on GitLab: https://salsa.debian.org/med-team/librostlab/compare/e7b1c0a1ff2047ecbc1dbb743d767f21870b8395...683e9a844ec1204469a218ec7c52ec963d29c9a8 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
