<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">2013년 08월 08일 22:37, Charlie Smotherman
쓴 글:<br>
</div>
<blockquote
cite="mid:CAL_XWdC_+L4cdT6=j4x8eDDqeYaD682mKQ=mjFYqBkAU-67tCQ@mail.gmail.com"
type="cite">
<div dir="ltr">On Thu, Aug 8, 2013 at 11:18 PM, John Kim <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:johnkim.ubuntu@gmail.com" target="_blank">johnkim.ubuntu@gmail.com</a>></span>
wrote:<br>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Hi motu,<br>
<br>
This is John Kim. I'm currently packaging pylang [1], but
I've<br>
encountered some pbuilder problems. Lintian gave no
errors, but in<br>
pbuilder, something was wrong.<br>
<br>
See here for the post on ubuntuforums. I would appreciate
any help.<br>
<a moz-do-not-send="true"
href="http://ubuntuforums.org/showthread.php?t=2166366&p=12750627#post12750627"
target="_blank">http://ubuntuforums.org/showthread.php?t=2166366&p=12750627#post12750627</a><br>
<br>
</blockquote>
<div><br>
</div>
<div style="">with not being able to look at debian/rules
and debian/control I'm guessing you may not have
python-dev installed?</div>
<div style=""><br>
</div>
<div style="">If you are building for both python2 and
python3 have a look at pybuild :)</div>
<div style=""> </div>
<div style="">-- <br>
</div>
</div>
Charlie </div>
</div>
</blockquote>
<br>
Hi Charlie,<br>
<br>
Thanks for helping me out. I added python-dev as a build-depends.<br>
<br>
debian/control (<b>bold</b> - just added)<br>
<blockquote>Source: pylangSee my latest<br>
Section: x11<br>
Priority: extra<br>
Maintainer: John Kim <a class="moz-txt-link-rfc2396E" href="mailto:johnkim.ubuntu@gmail.com"><johnkim.ubuntu@gmail.com></a><br>
Build-Depends: debhelper (>= 8.0.0),<b> </b><b><i>python-dev</i></b>,
python2.7<br>
X-Python-Version: >= 2.6<br>
Standards-Version: 3.9.4<br>
Homepage: <a class="moz-txt-link-freetext" href="https://launchpad.net/pylang">https://launchpad.net/pylang</a><br>
#Vcs-Git: git://git.debian.org/collab-maint/pylang.git<br>
#Vcs-Browser:
<a class="moz-txt-link-freetext" href="http://git.debian.org/?p=collab-maint/pylang.git;a=summary">http://git.debian.org/?p=collab-maint/pylang.git;a=summary</a><br>
<br>
Package: pylang<br>
Architecture: any<br>
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}<br>
Description: Practice Languages<br>
Complete the sentence with random words in English, Spanish, etc.<br>
</blockquote>
debian/control (a typical one, didn't change anything)<br>
<blockquote>#!/usr/bin/make -f<br>
# -*- makefile -*-<br>
# Sample debian/rules that uses debhelper.<br>
# This file was originally written by Joey Hess and Craig Small.<br>
# As a special exception, when this file is copied by dh-make into
a<br>
# dh-make output file, you may use that output file without
restriction.<br>
# This special exception was added by Craig Small in version 0.37
of dh-make.<br>
<br>
# Uncomment this to turn on verbose mode.<br>
#export DH_VERBOSE=1<br>
<br>
%:<br>
dh $@ <br>
<br>
</blockquote>
See my latest post on the forum thread on the new source of error. I
think I will need to add DistAutoUtils as a depends, but the
developer doesn't want it that way. If that's the case, is there a
workaround? <br>
<pre class="moz-signature" cols="72">--
John Kim
Ubuntu QA & Doc Contributor
<a class="moz-txt-link-abbreviated" href="mailto:johnkim.ubuntu@gmail.com">johnkim.ubuntu@gmail.com</a></pre>
</body>
</html>