Steffen Möller pushed to branch master at Debian Med / libbigwig
Commits: 38e498e6 by Steffen Möller at 2019-05-04T10:29:28Z Uploaded to distribution - - - - - ed599aad by Steffen Möller at 2019-05-04T12:16:31Z Merge branch 'master' of salsa.debian.org:med-team/libbigwig - - - - - 8d63d899 by Steffen Möller at 2019-05-06T08:36:22Z Fixing build. - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/pythonVersion.patch - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libbigwig (0.4.2+dfsg-2) UNRELEASED; urgency=medium + + * Fixed FTBFS - missing dependency + * Added Debian Med as maintainer + + -- Steffen Moeller <[email protected]> Mon, 06 May 2019 10:34:49 +0200 + libbigwig (0.4.2+dfsg-1) UNRELEASED; urgency=medium * Initial release (Closes: 928400) ===================================== debian/control ===================================== @@ -2,7 +2,7 @@ Source: libbigwig Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 11), libcurl4-gnutls-dev|libcurl-dev +Build-Depends: debhelper (>= 11), libcurl4-gnutls-dev|libcurl-dev, zlib1g-dev Build-Depends-Indep: doxygen Standards-Version: 4.3.0 Section: libs ===================================== debian/patches/pythonVersion.patch ===================================== @@ -0,0 +1,10 @@ +Index: libbigwig-0.4.2+dfsg/test/test.py +=================================================================== +--- libbigwig-0.4.2+dfsg.orig/test/test.py ++++ libbigwig-0.4.2+dfsg/test/test.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python2.7 ++#!/usr/bin/python2.7 + from subprocess import Popen, PIPE, check_call + from os import remove + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ Makefile.patch +#pythonVersion.patch ===================================== debian/rules ===================================== @@ -28,6 +28,9 @@ override_dh_auto_install: # This is a symbolic link, not a copy mv *.so $(CURDIR)/debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_MULTIARCH) +override_dh_auto_test: + echo "W: Not testing - depending on online resources" + override_dh_auto_clean: dh_auto_clean rm -rf docs View it on GitLab: https://salsa.debian.org/med-team/libbigwig/compare/55c873764753d1c4bde768e72447f788a2b06e06...8d63d899faa139c3cf6d5d366d5500ecdde71576 -- View it on GitLab: https://salsa.debian.org/med-team/libbigwig/compare/55c873764753d1c4bde768e72447f788a2b06e06...8d63d899faa139c3cf6d5d366d5500ecdde71576 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
