josm 0.0.svn10327+dfsg-1 MIGRATED to testing
FYI: The status of the josm source package in Debian's testing distribution has changed. Previous version: 0.0.svn10301+dfsg-1 Current version: 0.0.svn10327+dfsg-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
josm-plugins 0.0.svn32221+ds-1 MIGRATED to testing
FYI: The status of the josm-plugins source package in Debian's testing distribution has changed. Previous version: 0.0.svn32208+ds-1 Current version: 0.0.svn32221+ds-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[fiona] 01/01: Ignore test failures on ppc64 too.
This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fiona. commit df6cb6854b77886f81be9f8a73f6a6167b83524a Author: Bas Couwenberg Date: Sun Jun 12 23:46:39 2016 +0200 Ignore test failures on ppc64 too. --- debian/changelog | 7 +++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 29a2000..57fbb9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fiona (1.7~b1-4) UNRELEASED; urgency=medium + + * Team upload. + * Ignore test failures on ppc64 too. + + -- Bas Couwenberg Sun, 12 Jun 2016 23:46:09 +0200 + fiona (1.7~b1-3) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 3acf479..cb06783 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ override_dh_clean: override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(findstring $(DEB_BUILD_ARCH),"hurd-i386 kfreebsd-amd64 kfreebsd-i386")) +ifneq (,$(findstring $(DEB_BUILD_ARCH),"hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64")) dh_auto_test || echo "Ignoring test failures" else dh_auto_test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[fiona] branch master updated (86ba215 -> df6cb68)
This is an automated email from the git hooks/post-receive script. sebastic pushed a change to branch master in repository fiona. from 86ba215 Set distribution to unstable. new df6cb68 Ignore test failures on ppc64 too. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 7 +++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#827157: otb: hardcoded library build dependencies
Source: otb Version: 5.4.0+dfsg-1 Severity: important Tags: patch Hi, otb has few library packages directly specific as build dependencies. This can be problematic e.g. in the (rare) case they bump SONAME, but in general specifying directly a library as build dependency is useless (its -dev will install the latest version of it). Attached a patch that removes libqtcore4 and libqtgui4, as they are both installed by libqt4-dev already. Thanks, -- Pino --- a/debian/control +++ b/debian/control @@ -29,8 +29,6 @@ Build-Depends: debhelper (>= 9), libopenthreads-dev, libossim-dev, libqt4-dev, - libqtcore4, - libqtgui4, libtinyxml-dev, python-dev, swig ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel