[Pkg-kde-extras] bespin package removed from testing: new upstream version (fix FTBFS #724180)

Ritesh Raj Sarraf rrs at researchut.com
Thu Nov 7 09:12:00 UTC 2013



On Thursday 07 November 2013 01:28 AM, David Suárez wrote:
> Hi,
> 
> El Miércoles, 6 de noviembre de 2013 12:00:39 Ritesh Raj Sarraf escribió:
>> Hello David,
>>
>> Please provide the changes. I'll look into it. Preferably in some git
>> location.
> 
> There goes: https://github.com/deiv/bespin-pkg
> 
> One thing to note is, that I switch to use tarballs for upstream import. So 
> now, the repository layout is completely based on git-buildpackage tools 
> layout (master, upstream and pristine-tar branches are the ones in use).
> 

Does it have any benefits? AFAIK, Thomas still does not do a release.

In debian/rules:

override_dh_auto_clean: override_dh_auto_configure
        cd build && make clean
        $(RM) -R build $(UNCLEANED_FILES)

override_dh_auto_configure:
        test -d build || mkdir build
        cd build && ln -sf ../debian && cmake
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release ..



This ends up bringing in all the -dev packages outside my pbuilder
setup. I do not want to have the -dev packages installed on my regular
box. Can you work around this? A simpler clean target, that doesn't have
package dependencies, would be better.

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response



More information about the pkg-kde-extras mailing list