Andreas Tille pushed to branch master at Debian Med / biosquid
Commits: 4086d77f by Andreas Tille at 2020-08-13T13:56:34+02:00 Remove *.la file to silence dh_missing - - - - - 8f93dc9d by Andreas Tille at 2020-08-13T14:02:44+02:00 Cleanup test dir to avoid arch-dependent-file-in-usr-share - - - - - 4d157319 by Andreas Tille at 2020-08-13T14:04:19+02:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -biosquid (1.9g+cvs20050121-12) UNRELEASED; urgency=medium +biosquid (1.9g+cvs20050121-12) unstable; urgency=medium [ Jelmer Vernooij ] * Use secure copyright file specification URI. @@ -16,8 +16,9 @@ biosquid (1.9g+cvs20050121-12) UNRELEASED; urgency=medium * Rules-Requires-Root: no (routine-update) * Trim trailing whitespace. * Refer to specific version of license GPL-2. + * Cleanup test dir to avoid arch-dependent-file-in-usr-share - -- Andreas Tille <[email protected]> Wed, 12 Aug 2020 11:14:11 +0200 + -- Andreas Tille <[email protected]> Thu, 13 Aug 2020 14:02:51 +0200 biosquid (1.9g+cvs20050121-11) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -44,6 +44,7 @@ override_dh_install: --movedev squidconf.h usr/include/$(DEB_SOURCE) \ --movedev "debian/tmp/usr/lib/*/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \ debian/tmp/usr/lib/*/$(LIBNAME).so + find debian -name "lib*.la" -delete # resolve @LICENSE@ by text in header files for HEADER in $(CURDIR)/debian/$(LIBNAME)-dev/usr/include/$(DEB_SOURCE)/*.h ; do \ if grep -q '@LICENSE@' $${HEADER} ; then \ @@ -64,6 +65,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) chmod u+x Testsuite/x-base-* Testsuite/bug-1-sfetch* ln -s .libs/libsquid.a dh_auto_test + cd Testsuite && make clean endif override_dh_installman: View it on GitLab: https://salsa.debian.org/med-team/biosquid/-/compare/a6ddf80678890305f16372be661c2e215babab5d...4d1573198359116994cf1d1a917886aabda4c9b7 -- View it on GitLab: https://salsa.debian.org/med-team/biosquid/-/compare/a6ddf80678890305f16372be661c2e215babab5d...4d1573198359116994cf1d1a917886aabda4c9b7 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
