Dear maintainer, I've prepared an NMU for ekg2 (versioned as 1:0.4~pre+20110319.1-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer.
Regards.
diff -Nru ekg2-0.4~pre+20110319.1/debian/changelog ekg2-0.4~pre+20110319.1/debian/changelog --- ekg2-0.4~pre+20110319.1/debian/changelog 2011-03-19 15:16:44.000000000 +0100 +++ ekg2-0.4~pre+20110319.1/debian/changelog 2013-07-07 11:52:10.000000000 +0200 @@ -1,3 +1,11 @@ +ekg2 (1:0.4~pre+20110319.1-1.1) experimental; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #708893). + * Build with automake1.13 to fix FTBFS. + + -- Luca Falavigna <[email protected]> Sun, 07 Jul 2013 11:26:55 +0200 + ekg2 (1:0.4~pre+20110319.1-1) experimental; urgency=low * Merged a new upstream snapshot. diff -Nru ekg2-0.4~pre+20110319.1/debian/control ekg2-0.4~pre+20110319.1/debian/control --- ekg2-0.4~pre+20110319.1/debian/control 2011-03-19 15:14:01.000000000 +0100 +++ ekg2-0.4~pre+20110319.1/debian/control 2013-07-07 11:51:35.000000000 +0200 @@ -3,11 +3,11 @@ Priority: optional Maintainer: Marcin Owsiany <[email protected]> Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, - autoconf, automake1.11, libtool, autopoint | gettext (<= 0.17-9), gettext, + autoconf, automake, libtool, autopoint | gettext (<= 0.17-9), gettext, # UI libncursesw5-dev, libgpmg1-dev, libaspell-dev, libgtk2.0-dev, # scripting - python, python-dev, python-central (>= 0.5), libperl-dev, + python (>= 2.6.6-3~), python-dev (>= 2.6.6-3~), libperl-dev, # Protocols libgadu-dev, libexpat1-dev, # Encryption @@ -18,7 +18,6 @@ xsltproc, docbook-xsl, doxygen Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 3.9.1 -XS-Python-Version: current Homepage: http://ekg2.org/ Vcs-Git: git://github.com/porridge/ekg2.git Vcs-Browser: https://github.com/porridge/ekg2 @@ -112,7 +111,6 @@ Package: ekg2-scripting-python Architecture: any Depends: ekg2-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -XB-Python-Version: ${python:Versions} Description: instant messenger and IRC client for UNIX systems - Python scripting EKG2 is an open source instant messenger program for UNIX systems. The program has a plugin-based structure, and supports multiple protocols, currently diff -Nru ekg2-0.4~pre+20110319.1/debian/.gitignore ekg2-0.4~pre+20110319.1/debian/.gitignore --- ekg2-0.4~pre+20110319.1/debian/.gitignore 2011-03-19 15:14:01.000000000 +0100 +++ ekg2-0.4~pre+20110319.1/debian/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -/patches diff -Nru ekg2-0.4~pre+20110319.1/debian/pycompat ekg2-0.4~pre+20110319.1/debian/pycompat --- ekg2-0.4~pre+20110319.1/debian/pycompat 2011-03-19 15:14:01.000000000 +0100 +++ ekg2-0.4~pre+20110319.1/debian/pycompat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -2 diff -Nru ekg2-0.4~pre+20110319.1/debian/rules ekg2-0.4~pre+20110319.1/debian/rules --- ekg2-0.4~pre+20110319.1/debian/rules 2011-03-19 15:14:01.000000000 +0100 +++ ekg2-0.4~pre+20110319.1/debian/rules 2013-07-07 11:50:22.000000000 +0200 @@ -17,13 +17,13 @@ endif # * specify an explicit automake version -export AUTOMAKE=automake-1.11 +export AUTOMAKE=automake-1.13 -include /usr/share/topgit/tg2quilt.mk /usr/share/topgit/tg2quilt.mk: %: - dh $@ --with autoreconf,python-central --parallel + dh $@ --with autoreconf,python2 --parallel # Remember to update README.Debian as well... override_dh_auto_configure:

