Source: diaspora-installer Version: 0.7.4.0+nmu1 Severity: important Tags: patch
This new release drops sigar, that is unmaintained and FTBFS with glibc 2.28 I might NMU later this month or next one, because this will become RC once glibc 2.28 goes in unstable. Thanks for caring, I'm attaching a diff right now (note: I can't test on pbuilder, so I presume the fix works by the fact that the testsuite is now completely green) thanks Gianfranco
diff -Nru diaspora-installer-0.7.4.0+nmu1/debian/changelog diaspora-installer-0.7.6.0~build1/debian/changelog --- diaspora-installer-0.7.4.0+nmu1/debian/changelog 2018-08-30 10:59:22.000000000 +0200 +++ diaspora-installer-0.7.6.0~build1/debian/changelog 2018-09-03 10:03:38.000000000 +0200 @@ -1,3 +1,9 @@ +diaspora-installer (0.7.6.0) unstable; urgency=medium + + * Update to 0.7.6.0, drop sigar dependency + + -- Gianfranco Costamagna <[email protected]> Mon, 03 Sep 2018 10:03:38 +0200 + diaspora-installer (0.7.4.0+nmu1) unstable; urgency=medium * Non-maintainer upload. diff -Nru diaspora-installer-0.7.4.0+nmu1/debian/postinst diaspora-installer-0.7.6.0~build1/debian/postinst --- diaspora-installer-0.7.4.0+nmu1/debian/postinst 2018-03-27 08:41:03.000000000 +0200 +++ diaspora-installer-0.7.6.0~build1/debian/postinst 2018-09-03 10:03:36.000000000 +0200 @@ -40,10 +40,6 @@ echo "Installing latest version of bundler..." gem install bundler - echo "Setting build flags for Sigar as workaround for \ - https://github.com/hyperic/sigar/issues/60 ..." - su diaspora -s /bin/sh -c "bundle config --local build.sigar '--with-cppflags=\"-fgnu89-inline\"'" - echo "Installing gems with rubygems ..." su ${diaspora_user} -s /bin/sh -c "mkdir -p ~/vendor/bundle" su ${diaspora_user} -s /bin/sh -c "touch ~/Gemfile.lock && truncate -s 0 ~/Gemfile.lock" diff -Nru diaspora-installer-0.7.4.0+nmu1/diaspora-common.conf diaspora-installer-0.7.6.0~build1/diaspora-common.conf --- diaspora-installer-0.7.4.0+nmu1/diaspora-common.conf 2018-03-27 08:41:03.000000000 +0200 +++ diaspora-installer-0.7.6.0~build1/diaspora-common.conf 2018-09-03 10:03:38.000000000 +0200 @@ -1,5 +1,5 @@ # If diaspora_version is changed, update sha256sums as well -export diaspora_version=0.7.4.0 +export diaspora_version=0.7.6.0 # possible values branch, tag export diaspora_release_type=tag export github_archive_url=https://github.com/diaspora/diaspora/archive diff -Nru diaspora-installer-0.7.4.0+nmu1/sha256sums diaspora-installer-0.7.6.0~build1/sha256sums --- diaspora-installer-0.7.4.0+nmu1/sha256sums 2018-03-27 08:41:03.000000000 +0200 +++ diaspora-installer-0.7.6.0~build1/sha256sums 2018-09-03 10:03:38.000000000 +0200 @@ -1 +1 @@ -a1e62b83d1aa81acf5ccc0f8a30472d7528b3acc46c6041ee334825257d609f6 /var/cache/diaspora-installer/diaspora-0.7.4.0.tar.gz +a2b7b2e432a8a914f38aa692187b56171be7377011016d7f94c79cd74531efd0 /var/cache/diaspora-installer/diaspora-0.7.6.0.tar.gz
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
