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

Re: RFS: stx-btree



Quoting "Ury Stankevich" <urykhy@gmail.com>:

Hi,

Hi,

Okay, in that case it is recommended to provide support for DEB_BUILD_OPTIONS.
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
(having noopt and nostrip should be fine)

Actually build target should depend on build-arch which handles the building process.
ok, i made changes in debian/rules, nocheck handled too.

Very good, except that I forgot to mention that:
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) ... endif
is not actually needed if debhelper is used, since dh_strip honors DEB_BUILD_OPTIONS for us. It is harmless, but best to be removed.

Even better, have a look at:
http://dep.debian.net/deps/dep5/
yes, this looks really better.

Right.

One more thing I forgot to mention which we can clean up a bit: consolidate all the entries in debian/changelog and have just one 'initial release'.

I can do both of these if you prefer, then you can grab the source package when it enters sid (will hang for some time in NEW queue until ftpmaster let it pass through), otherwise use mentors once again. I'm fine with both.


Reply to: