Santiago Vila pushed to branch master at Debian Med / libvcflib
Commits: 748c9c30 by Santiago Vila at 2026-02-08T10:35:00+01:00 Fix clean target. - - - - - 04ffc6db by Santiago Vila at 2026-02-08T10:36:00+01:00 Drop .gitignore files in debian directory, they make the source package unreproducible. Namely: apt-get source + dpkg-buildpackage -S does not produce identical source package than the one in the archive. - - - - - 2f551a5a by Santiago Vila at 2026-02-08T10:37:00+01:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - 36fccf47 by Santiago Vila at 2026-02-08T10:38:00+01:00 d/control: Drop "Priority: optional" (default). - - - - - 26362d43 by Santiago Vila at 2026-02-08T10:39:00+01:00 d/control: Update standards-version. - - - - - 0d9d3d4b by Santiago Vila at 2026-02-08T10:40:00+01:00 Upload for unstable as 1.0.12+dfsg-2 - - - - - 7 changed files: - debian/changelog - + debian/clean - debian/control - − debian/ext/filevercmp/.gitignore - − debian/ext/intervaltree/.gitignore - − debian/ext/multichoose/.gitignore - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +libvcflib (1.0.12+dfsg-2) unstable; urgency=medium + + * Team upload. + * Fix clean target. + * Drop .gitignore files in debian directory. + * Drop "Rules-Requires-Root: no" (default). + * Drop "Priority: optional" (default). + * Update standards-version. + + -- Santiago Vila <[email protected]> Sun, 08 Feb 2026 10:40:00 +0100 + libvcflib (1.0.12+dfsg-1) unstable; urgency=medium [ Michael R. Crusoe ] ===================================== debian/clean ===================================== @@ -0,0 +1,3 @@ +test/CTestTestfile.cmake +test/Testing/ +test/tmp/ ===================================== debian/control ===================================== @@ -2,7 +2,6 @@ Source: libvcflib Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Section: science -Priority: optional Build-Depends: debhelper-compat (= 13), architecture-is-64-bit, architecture-is-little-endian, @@ -21,11 +20,10 @@ Build-Depends: debhelper-compat (= 13), libgtest-dev <!nocheck>, python3-dev, python3-pybind11 -Standards-Version: 4.7.0 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/libvcflib Vcs-Git: https://salsa.debian.org/med-team/libvcflib.git Homepage: https://github.com/vcflib/vcflib -Rules-Requires-Root: no Package: libvcflib2 Architecture: any ===================================== debian/ext/filevercmp/.gitignore deleted ===================================== @@ -1,3 +0,0 @@ -filevercmp.o -filevercmp -*~ ===================================== debian/ext/intervaltree/.gitignore deleted ===================================== @@ -1 +0,0 @@ -interval_tree_test ===================================== debian/ext/multichoose/.gitignore deleted ===================================== @@ -1,5 +0,0 @@ -multichoose -cmultichoose -tad -.*swp -*.pyc ===================================== debian/rules ===================================== @@ -35,7 +35,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cp obj-${DEB_HOST_GNU_TYPE}/CTestTestfile.cmake test/ ln -sf obj-${DEB_HOST_GNU_TYPE}/ build cd test && ctest . - cd .. && rm -f build + rm -f build endif override_dh_install: View it on GitLab: https://salsa.debian.org/med-team/libvcflib/-/compare/cc9c0acd96c8f9117c44f6e904259e6f9140afdd...0d9d3d4be314940f2e4e84e4d5f4fdbb9a872565 -- View it on GitLab: https://salsa.debian.org/med-team/libvcflib/-/compare/cc9c0acd96c8f9117c44f6e904259e6f9140afdd...0d9d3d4be314940f2e4e84e4d5f4fdbb9a872565 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
