On Sat, Mar 19, 2011 at 02:09:38PM +0100, Steffen Möller wrote:
> Hi Guido,
> 
> On 03/19/2011 12:57 PM, Guido Günther wrote:
> 
> > Please run with -v and attach a testcase.
> > 
> > Cheers,
> >  -- Guido
> > 
> 
> You check out the git repository of pkg-boinc as described on
> http://wiki.debian.org/BOINC/Development/GitUsage

Thanks. That helped to reproduce the problem. You messed with the
pristine-tar branch:

commit 23fb71d129ca944453f841c7230d32e413af4ebd
Author: Steffen Moeller <moel...@debian.org>
Date:   Thu Mar 17 18:50:31 2011 +0100

    Cleaning up pristine-tar folder
    
    I just hope that the renaming is ok in the first place.

:100644 000000 1077e44... 0000000... D  boinc_6.12.14.orig.tar.gz.delta
:100644 000000 7ac79cc... 0000000... D  boinc_6.12.14.orig.tar.gz.id
:000000 100644 0000000... a55d917... A  boinc_6.12.18+dfsg.orig.tar.gz.delta
:000000 100644 0000000... cecb56d... A  boinc_6.12.18+dfsg.orig.tar.gz.id
:100644 000000 a55d917... 0000000... D  boinc_6.12.18.orig.tar.gz.delta
:100644 000000 cecb56d... 0000000... D  boinc_6.12.18.orig.tar.gz.id
:100644 000000 7594c98... 0000000... D  boinc_6.2.14.orig.tar.gz.delta
:100644 000000 e205442... 0000000... D  boinc_6.2.14.orig.tar.gz.id
:000000 100644 0000000... 1b9d225... A  boinc_6.2.18+dfsg.orig.tar.gz.delta
:000000 100644 0000000... d4c9bb3... A  boinc_6.2.18+dfsg.orig.tar.gz.id
:100644 000000 1b9d225... 0000000... D  boinc_6.2.18.orig.tar.gz.delta
:100644 000000 d4c9bb3... 0000000... D  boinc_6.2.18.orig.tar.gz.id

Which broke compression type detection in gbp. I've pushed a fix that
makes this less fragile.
Cheers,
 -- Guido

> 
> $ git status
> # On branch master
> # Your branch is ahead of 'origin/master' by 2 commits.
> #
> nothing to commit (working directory clean)
> 
> I just pushed, the error remains the very same:
> 
> moeller@Toshiba:~/git/boinc [master] $ git-buildpackage -rfakeroot -us -uc -v
> dh clean
>    dh_testdir
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory `/home/moeller/git/boinc'
> dh_auto_clean
> # don't interfere with dpkg-source
> #if [ -d .pc ]; then  \
>         #       quilt pop -a ; \
>         #       rm -f -r .pc ; \
>         #fi
> #if [ -d debian/patches ]; then \
>         #       cat debian/patches/*| patch -p1 -R --batch --quiet || true ; \
>         #fi
> find . -name Makefile.in -o -name "*.a" -o -name "*.o" | xargs -r rm
> rm -rf debian/tmp autoreconf-stamp build-*-stamp install-*-stamp 
> lib/crypt_prog
> rm -rf  py/build py/lib.linux-x86_64-2.6
> find . -name "*.pyc" | xargs -r rm
> find . -type d -a \( -name .deps -o -name .libs \) | xargs -r rm -r
> rm -f lib/crypt_prog test/run notices/feeds.xml
> find test -name "run-*" | xargs -r rm -rf
> rm -f sched/census sched/cgi sched/db_dump sched/db_purge sched/delete_file 
> sched/feeder sched/file_deleter
> sched/file_upload_handler sched/get_file sched/make_work 
> sched/message_handler sched/request_file_list sched/sample_assimilator
> sched/sample_bitwise_validator sched/sample_dummy_assimilator 
> sched/sample_trivial_validator sched/sample_work_generator
> sched/sched_driver sched/send_file sched/show_shmem 
> sched/single_job_assimilator sched/transitioner sched/trickle_handler
> sched/update_stats sched/wu_check clientgui/boincmgr samples/worker/worker 
> samples/wrapper/wrapper samples/sleeper/sleeper
> samples/nvcuda/cuda samples/example_app/example_app 
> samples/vm_wrapper/vm_wrapper samples/atiopencl/atiopencl
> rm -f \
>           lockfile \
>           doc/manpages/*.1 \
>           client/boinc.optimized \
>           update-boinc-applinks.1 \
>           aclocal.m4 \
>           config.h.in \
>           configure \
>           compile \
>           depcomp \
>           doc/manpages/appmgr.8 \
>           install-sh \
>           ltmain.sh \
>           m4/libtool.m4 \
>           m4/ltoptions.m4 \
>           m4/ltsugar.m4 \
>           m4/ltversion.m4 \
>           m4/lt~obsolete.m4 \
>           missing \
>           sched/credit_test \
>           svn_version.h \
>           locale/client/ar/BOINC\ Manager.mo \
>           config.guess \
>           config.sub \
>           client/scripts/Makefile \
>           client/scripts/boinc-client \
>           clientgui/res/Makefile \
>           sea/Makefile   \
>           client/boinc \
>           packages/solaris/CSW/boincclient/pkginfo \
>           packages/solaris/CSW/boincclient/prototype \
>           packages/solaris/CSW/boincdevel/pkginfo \
>           packages/solaris/CSW/boincdevel/prototype \
>           packages/solaris/CSW/boinclibs/pkginfo \
>           packages/solaris/CSW/boinclibs/prototype \
>           packages/solaris/CSW/boincmanager/pkginfo \
>           packages/solaris/CSW/boincmanager/prototype \
>           packages/solaris/CSW/Makefile \
>           packages/generic/sea/Makefile \
>           packages/solaris/CSW/boincclient/Makefile \
>           packages/solaris/CSW/boincdevel/Makefile \
>           packages/solaris/CSW/boinclibs/Makefile \
>           packages/solaris/CSW/boincmanager/Makefile
> debconf-updatepo
> make[1]: Leaving directory `/home/moeller/git/boinc'
>    dh_clean
> Traceback (most recent call last):
>   File "/usr/bin/git-buildpackage", line 466, in <module>
>     sys.exit(main(sys.argv))
>   File "/usr/bin/git-buildpackage", line 366, in main
>     options.comp_type = guess_comp_type(repo, options.comp_type, 
> cp['Source'], major)
>   File "/usr/bin/git-buildpackage", line 201, in guess_comp_type
>     comp_type = du.get_compression(tarball)
>   File "/usr/lib/pymodules/python2.6/gbp/deb.py", line 260, in get_compression
>     ext = orig_file.rsplit('.',1)[1]
> IndexError: list index out of range
> 
> 
> Many thanks
> 
> Steffen
> 
> 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to