diff -u rtorrent-0.7.4/debian/control rtorrent-0.7.4/debian/control --- rtorrent-0.7.4/debian/control +++ rtorrent-0.7.4/debian/control @@ -1,9 +1,10 @@ Source: rtorrent Section: net Priority: extra -Maintainer: Jose Luis Rivas +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jose Luis Rivas Uploaders: Arnaud Fontaine -Build-Depends: debhelper (>= 5), cdbs, libtorrent-dev (>=0.11.4), libsigc++-2.0-dev, libcurl4-openssl-dev, libncurses5-dev, bc +Build-Depends: debhelper (>= 5), cdbs, libtorrent-dev (>=0.11.4), libsigc++-2.0-dev, libcurl4-openssl-dev, libncurses5-dev, bc, dpatch, patchutils Standards-Version: 3.7.2 XS-Vcs-Bzr: http://bzr.debian.org/collab-maint/rtorrent/ diff -u rtorrent-0.7.4/debian/rules rtorrent-0.7.4/debian/rules --- rtorrent-0.7.4/debian/rules +++ rtorrent-0.7.4/debian/rules @@ -3,4 +3,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/dpatch.mk +include /usr/share/dpatch/dpatch.make DEB_OPT_FLAG = -O3 diff -u rtorrent-0.7.4/debian/changelog rtorrent-0.7.4/debian/changelog --- rtorrent-0.7.4/debian/changelog +++ rtorrent-0.7.4/debian/changelog @@ -1,3 +1,11 @@ +rtorrent (0.7.4-2ubuntu1) gutsy; urgency=low + + * Added port_range patch that sets range to 6881-6999 ports, + instead of 6890-6999. (LP: #110803) + * Maintainer set to MOTU developers + + -- Andrea Veri Thu, 31 May 2007 11:32:51 +0200 + rtorrent (0.7.4-2) unstable; urgency=low * debian/control: only in patch2: unchanged: --- rtorrent-0.7.4.orig/debian/patches/01_port-range.patch +++ rtorrent-0.7.4/debian/patches/01_port-range.patch @@ -0,0 +1,11 @@ +--- rtorrent-0.6.4/src/core/manager.cc.orig 2006-10-27 15:48:48.000000000 +0200 ++++ rtorrent-0.6.4/src/core/manager.cc 2007-04-28 17:20:48.557490410 +0200 +@@ -125,7 +125,7 @@ + m_hashingView(NULL), + + m_pollManager(NULL), +- m_portFirst(6890), ++ m_portFirst(6881), + m_portLast(6999) { + + m_downloadStore = new DownloadStore();