This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alberanid, anadelonbrin, astraw, barry, dairiki, ebfe, eric.araujo, jafo, kbk, leonidasxiv, loewis, rockstar, tarek
Date 2010-04-28.00:24:07
SpamBayes Score 0.021757599
Marked as misclassified No
Message-id <4BD78023.20002@netwok.org>
In-reply-to <1272400738.2.0.520684092469.issue1054967@psf.upfronthosting.co.za>
Content
Hello

Thanks for clarifying your point.

Note that I had quickly tested dh_make in a near-empty directory before
posting, and the only question I got asked was the type of the package
(library, many libraries, program, etc). But I’ve just realized that I
have two dh_make-related variables set in my environment, plus maybe
config files, so a typical user may have more questions to answer, which
is annoying if the setup.cfg¹ already has them. And to be honest, the
question about the type of the package is not simple if you’re not
fluent with the Policy, so if Distutils2 can answer that thanks to its
knowledge, all the better. I therefore agree with you :)

One thing I’m attached to: The name of the command should respect
existing conventions. Entirely new concepts get dedicated names (e.g.
“check” and “test”), but commands fitting in the areas of sdist or bdist
should say so in their name. How about sdist_debian?

It may be useful to precise something at this point: You may read about
both “debian” and “Debian” packages. “debian” or “.deb” or “debs” are
binary distributions that use the file formats defined by Debian,
whereas “Debian” packages are binary distributions that use these
formats, conform to the Debian policy, are tested on lintian.debian.org
and piuparts.debian.org, and most importantly, are scrutinized for
Debian Free Software Guidelines compliance. That’s why I, for one, never
uses third-party deb packages or apt repos: If it’s going to be
installed system-wide, I want a verified Debian package.

HTH

¹ Not a typo, just an anticipation of PEP 390 ;)

Kind regards
History
Date User Action Args
2010-04-28 00:24:10eric.araujosetrecipients: + eric.araujo, loewis, barry, kbk, jafo, anadelonbrin, astraw, dairiki, alberanid, leonidasxiv, tarek, rockstar, ebfe
2010-04-28 00:24:08eric.araujolinkissue1054967 messages
2010-04-28 00:24:07eric.araujocreate