[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator



* Giulio Paci <giuliopaci@gmail.com>, 2012-12-01, 20:45:
I decided to push my git repository to collab-maint. You can find it here:

Vcs-Git: git://git.debian.org/git/collab-maint/yamcha.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/yamcha.git

Great. If you don't keep the package on mentors.d.n up-to-date (which is fine to me; I prefer the VCS), please remove it from there.

"spro", what's that?
Just a cut-and-paste error.

There's still once instance of it:
pkgdatadir=${datarootdir}/spro


The .pc file has "Requires: tinysvm". I see several problems with this:
1) It should probably be Requires.private, not Requires.
2) libyamcha-dev should depend on libtinysvm-dev.
3) libtinysvm-dev doesn't ship a .pc file, so all I get is:

$ pkg-config --cflags yamcha
Package tinysvm was not found in the pkg-config search path.
Perhaps you should add the directory containing `tinysvm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'tinysvm', required by 'yamcha', not found


I'd start short description with a lowercase letter; see Developer's Reference §6.2.2.


I tried building the package with DEB_BUILD_OPTIONS=noopt. The compile command-line looked like this:

g++ -DHAVE_CONFIG_H -I. -I.. -I../src  -D_FORTIFY_SOURCE=2  -g -O0 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -O3 -Wno-deprecated -Wall -c -o mkdarts.o mkdarts.cpp

There are both -O0 and -O3 here, and if I understand it correctly, the last options wins.

--
Jakub Wilk


Reply to: