Comment 10 for bug 1535318

Revision history for this message
John S. Gruber (jsjgruber) wrote :

@Graham I had a bit of trouble with the build system, but I think I've covered what you asked for.

I have released upstream at version 1.0.4 at ppa:lernid-devs/lernid-releases

The build page is: https://launchpad.net/~lernid-devs/+archive/ubuntu/lernid-releases/+build/8905669

debian/control:

Source: lernid
Section: net
Priority: extra
Build-Depends:
 debhelper (>= 7.0.50~),
 python (>= 2.6),
 dh-python,
Build-Depends-Indep: python-distutils-extra (>= 2.10)
Maintainer: John S Gruber <email address hidden>
Standards-Version: 3.9.6
X-Python-Version: >=2.6

Package: lernid
Architecture: all
Depends: ${misc:Depends},
 ${python:Depends},
 telepathy-idle,
 python-xdg,
 python-telepathy,
 python-webkit,
 python-dbus,
 python-notify,
 python-gobject,
 python-vobject,
 python-gtk2,
 python-poppler,
Recommends:
 python-vte,
 python-appindicator
Description: client to easily connect to Ubuntu classroom events
 Lernid provides an interface for joining in Ubuntu learning events such
 as Ubuntu Open Week and Ubuntu Developer Week. The Lernid program presents
 session IRC windows for classroom and chat, and optionally presents
 slides, web pages, a terminal session, and the event schedule.

The source is in: https://code.launchpad.net/~lernid-devs/lernid/trunk

Diff between the last and this one is at https://launchpadlibrarian.net/235477199/lernid_1.0.2_1.0.4.diff.gz

No changes should be needed between the upstream and Ubuntu versions.

In particular I removed the debian/pycompat file and added the dh-python build dependency. I also addressed all of the lintian -I complaints I found. XS-Python-Version had already been replaced by X-Python-Version. I think it should be ok at the debian 3.9.6 standards level.

Could you check it to see if I've gotten it right or whether there's more for me to do?

Thanks much.