axel (2.4-1) debian-dir only changes

Summary

 debian/README.source                 |    2 
 debian/axel-kapt.menu                |    7 
 debian/axel.docs                     |    4 
 debian/axel.examples                 |    1 
 debian/changelog                     |  288 +++++++++++++++++++++++++++++++++++
 debian/compat                        |    1 
 debian/control                       |   42 +++++
 debian/copyright                     |   39 ++++
 debian/patches/00list                |    3 
 debian/patches/01_bug_report.dpatch  |  124 +++++++++++++++
 debian/patches/02_axelkapt.dpatch    |   36 ++++
 debian/patches/03_manpage_err.dpatch |   19 ++
 debian/rules                         |   69 ++++++++
 debian/watch                         |    3 
 14 files changed, 638 insertions(+)

    
download this patch

Patch contents

--- axel-2.4.orig/debian/axel.docs
+++ axel-2.4/debian/axel.docs
@@ -0,0 +1,4 @@
+API
+CREDITS
+README
+debian/README.source
--- axel-2.4.orig/debian/control
+++ axel-2.4/debian/control
@@ -0,0 +1,42 @@
+Source: axel
+Section: web
+Priority: optional
+Maintainer: Y Giridhar Appaji Nag <appaji@debian.org>
+Standards-Version: 3.8.1
+Build-Depends: gettext, debhelper (>= 5), dpatch
+Homepage: http://axel.alioth.debian.org/
+Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/axel/unstable
+Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/axel/unstable/?op=log
+
+Package: axel
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: light download accelerator - console version
+ Axel tries to accelerate the downloading process by using multiple connections
+ for one file.  It can also use multiple mirrors for one download.  Axel tries
+ to be as light as possible (25-30k in binary form), so it might be useful as a
+ wget clone on byte-critical systems.
+
+Package: axel-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: axel (= ${binary:Version})
+Description: light download accelerator - debugging symbols
+ Axel tries to accelerate the downloading process by using multiple connections
+ for one file.  It can also use multiple mirrors for one download.  Axel tries
+ to be as light as possible (25-30k in binary form), so it might be useful as a
+ wget clone on byte-critical systems.
+ .
+ This package contains the debugging symbols for axel.
+
+Package: axel-kapt
+Architecture: all
+Depends: python, axel, kaptain, xterm | x-terminal-emulator
+Description: light download accelerator - graphical front-end
+ Axel tries to accelerate the downloading process by using multiple connections
+ for one file.  It can also use multiple mirrors for one download.  Axel tries
+ to be as light as possible (25-30k in binary form), so it might be useful as a
+ wget clone on byte-critical systems.
+ .
+ This package provides a QT based graphical front-end as a wrapper around Axel.
--- axel-2.4.orig/debian/compat
+++ axel-2.4/debian/compat
@@ -0,0 +1 @@
+5
--- axel-2.4.orig/debian/axel.examples
+++ axel-2.4/debian/axel.examples
@@ -0,0 +1 @@
+axelrc.example
--- axel-2.4.orig/debian/watch
+++ axel-2.4/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://alioth.debian.org/frs/?group_id=100070 (?:.*/)?axel-(.*)\.tar\.gz
--- axel-2.4.orig/debian/changelog
+++ axel-2.4/debian/changelog
@@ -0,0 +1,288 @@
+axel (2.4-1) unstable; urgency=low
+
+  * New upstream release 2.4
+   + Fixes a thread hang and an array overflow
+   + Work-around for kaptain CPU/Mem overuse (Closes: #378546)
+   + Refresh all patches for new upstream release
+  * Update Standards-Version to 3.8.1 (no changes required) 
+  * Change axel-dbg section to debug
+  * Remove call to dh_desktop, not necessary and is a no-op now
+  * Remove hand-crafted handling of DEB_BUILD_OPTIONS (the build system
+    handles it on its own)
+
+ -- Y Giridhar Appaji Nag <appaji@debian.org>  Wed, 29 Apr 2009 14:51:22 +0530
+
+axel (2.3-1) unstable; urgency=low
+
+  * New upstream release 2.3
+    + Remove patches 03_incorrect_version and 04_MBps_display integrated
+      upstream
+    + Refresh patch 01_bug_report to include change to zh_cn.po
+  * New dpatch 03_manpage_err to remove erroneous comments at the
+    beginning of zh_CN axel manpage
+  * Clarify README.source a bit Update Maintainer to official Debian ID
+  * Remove DM-Upload-Allowed: yes
+
+ -- Y Giridhar Appaji Nag <appaji@debian.org>  Wed, 14 Jan 2009 15:05:18 +0530
+
+axel (2.0-1) unstable; urgency=low
+
+  * New upstream release 2.0
+    + Large file support (Closes: #350012)
+    + Remove patch 03_l10n_ru, integrated upstream
+  * New patches
+    + 03_incorrect_version to fix version (2.0 from 1.1)
+    + 04_MBps_display to show MB/s display correctly in alternate
+      progress view
+  * Update Standards-Version to 3.8.0
+    + Add a README.source file (with a pointer) for dpatch
+
+ -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Fri, 19 Sep 2008 19:51:51 +0530
+
+axel (1.1-3) unstable; urgency=low
+
+  * Update 02_axelkapt to change Categories=Utility;Network;KDE; to
+    Categories=Network;FileTransfer;KDE; in axel-kapt desktop file.
+  * Description synopsis improved, per dev-ref (v3.3.9) Section 6.2.2
+  * Patch 03_l10n_ru to add Russian translation.   Translation thanks to
+    newhren <colimit@gmail.com>
+  * Add DM-Upload-Allowed: yes
+
+ -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Fri, 09 May 2008 22:37:50 +0530
+
+axel (1.1-2) unstable; urgency=low
+
+  * Create a axel-dbg package with axel's debugging symbols in it.  Axel
+    tends to crash sometimes and this would be useful.
+  * Update 08_axelkapt as 02_axelkapt to add a MimeType filed to the desktop
+    file and really install it.
+  * Patch 01_bug_report to set the bug reporting location to Debian.
+
+ -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Tue, 29 Jan 2008 21:01:45 +0530
+
+axel (1.1-1) unstable; urgency=low
+
+  * New upstream release 1.1.
+  * Add a version 3 debian/watch file
+  * Remove all dpatches except 08_axelkapt, they've been merged upstream.
+    Modified 08_axelkapt for new upstream release.
+  * debian/{control,copyright}: Indicate new upstream homepage and maintainer.
+
+ -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Fri, 18 Jan 2008 15:57:24 +0530
+
+axel (1.0b-7) unstable; urgency=low
+
+  * Remove unnecessary debian/*.dirs files.
+  * Patch 09_potrans: Updates de.po, thanks Hermann J. Beckers
+    <hj.beckers@onlinehome.de>
+  * Patch 10_manpage: fix lintian I: hyphen-used-as-minus-sign
+  * /usr/doc transition is too old, removed maint scripts
+
+ -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Wed, 26 Dec 2007 11:19:32 +0530
+
+axel (1.0b-6) unstable; urgency=low
+
+  * Update 08_axelkapt to use simple pop-ups for the Help and Bug Report
+    buttons.
+  * Use && instead of -a for tests in maint scripts.  Fixes lintian
+    informational message I:possible-non-posix-code-in-maintainer-script
+  * Remove empty maint script axel-kapt.postrm, thanks Mario Iseli.
+
+ -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Mon, 10 Dec 2007 12:50:02 +0530
+
+axel (1.0b-5) unstable; urgency=low
+
+  * Use debhelper for packaging (Closes: #454233)
+  * Bump up Standards-Version to 3.7.3, no changes
+  * Patch 06_buildopts: patch configure script to conform to Policy (10.1
+    Binaries)
+  * Patch 07_desktop: axel-kapt desktop file passes desktop-file-validate.
+    Cleanup in 1.0b-4 made a dpatch
+  * Patch 08_axelkapt: Use x-terminal-emulator instead of hardcoding the
+    terminal program
+  * Use Vcs-*:, move Homepage: from Description: to its own line
+
+ -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Sun, 09 Dec 2007 20:31:21 +0530
+
+axel (1.0b-4) unstable; urgency=low
+
+  * Acknowledge /usr/doc transition NMU (closes: #359368)
+  * Patch 03_longurl: increase max URL length, Don't crash on long URLs
+    (closes: #196431).
+  * Patch 04_ftpcwd: Prevent crash if FTP CWD fails (closes: #449368)
+  * Patch 05_strncpy: Use strncpy instead of strcpy for length sensitive
+    copies (closes: #449507).
+  * Remove backup (~) files (closes: #448964)
+  * Adopted by Y Giridhar Appaji Nag <giridhar@appaji.net> (closes: #419679).
+  * Bump up Standards-Version to 3.7.2
+  * menu file: Corrected typo and changed section to
+    "Applications/Network/File Transfer", menu file is now installed in
+    /usr/share/menu/
+  * Cleanup the .desktop file
+
+ -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Tue, 06 Nov 2007 19:09:44 +0530
+
+axel (1.0b-3) unstable; urgency=low
+
+  * QA upload.
+  * Use dpatch to manage patches.
+  * Patch 01_kfreebsd: configuration for GNU/kFreeBSD. Based on a patch
+    suggested by Cyril Brulebois (closes: #413856).
+  * Patch 02_http404: fix segfaults on HTTP 404 and HTTP 401 responses. Thanks
+    to Y Giridhar Appaji Nag for sending in the ypatch!
+    (closes: #423414, #312060)
+  * debian/copyright: Added copyright holder and upstream author
+    (closes: #302948)
+  * pass nostrip build option to ./configure. Thanks to Y Giridhar Appaji Nag 
+    for sending in the patch! (closes: #436498).
+  * Fixed FSF address in debian/copyright.
+  * Do not ignore errors of "make distclean"
+  * menu file: changed section "Apps" to "Applications".
+
+ -- Ralf Treinen <treinen@debian.org>  Tue, 23 Oct 2007 22:35:46 +0200
+
+axel (1.0b-2) unstable; urgency=low
+
+  * QA upload.
+  * Set maintainer to Debian QA Group.
+
+ -- Luk Claes <luk@debian.org>  Sun, 19 Aug 2007 13:34:32 +0000
+
+axel (1.0b-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the code that creates the symlink in /usr/doc/ in post install
+    (Closes: #319726, #359368).
+  * Get rid of the /usr/doc/axel* link in post install (Thanks to Holgi for the
+    good eye sight). 
+
+ -- Amaya Rodrigo Sastre <amaya@debian.org>  Sat, 17 Jun 2006 18:58:45 +0200
+
+axel (1.0b-1) unstable; urgency=high
+
+  * New 'upstream' release. See CHANGES for real changes.
+  * Fixes buffer overflow in HTTP redirection handling in conn.c.
+    (CAN-2005-0390)
+  * Fixed example configuration file. (Closes: #180939)
+  * Fixed copyright file. (Closes: #302948)
+
+ -- Wilmer van der Gaast <lintux@debian.org>  Wed,  6 Apr 2005 20:21:14 +0200
+
+axel (1.0a-1) unstable; urgency=low
+
+  * New 'upstream' release. See CHANGES for real changes.
+
+ -- Wilmer van der Gaast <lintux@debian.org>  Tue, 19 Feb 2002 20:08:31 +0100
+
+axel (1.0-3) unstable; urgency=low
+
+  * Removed python-base dependency from axel-kapt (Closes: #124015)
+  * Uploading an axel-kapt deb too now since buildd's don't build it.
+
+ -- Wilmer van der Gaast <lintux@debian.org>  Fri, 21 Dec 2001 11:39:05 +0100
+
+axel (1.0-2) unstable; urgency=low
+
+  * Corrected a bug which caused the package not to compile on buildds.
+
+ -- Wilmer van der Gaast <lintux@debian.org>  Sun, 16 Dec 2001 00:40:31 +0100
+
+axel (1.0-1) unstable; urgency=low
+
+  * New 'upstream' release. See CHANGES for real changes.
+  * Package is not Debian 'native' anymore.
+
+ -- Wilmer van der Gaast <lintux@debian.org>  Thu,  6 Dec 2001 21:42:12 +0100
+
+axel (0.99b) unstable; urgency=low
+
+  * New 'upstream' release. See CHANGES for real changes.
+  * Package depends on python | python-base now. (Closes: #119225)
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Fri, 16 Nov 2001 15:30:42 +0100
+
+axel (0.99a) unstable; urgency=low
+
+  * New 'upstream' release. See CHANGES for real changes.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Sat, 10 Nov 2001 02:15:43 +0100
+
+axel (0.99) unstable; urgency=low
+
+  * New 'upstream' release. See CHANGES for real changes.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Fri,  9 Nov 2001 21:16:48 +0100
+
+axel (0.98) unstable; urgency=low
+
+  * New 'upstream' release. See CHANGES for real changes.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Sat,  3 Nov 2001 18:07:54 +0100
+
+axel (0.97) unstable; urgency=low
+
+  * New 'upstream' release. See CHANGES for real changes.
+  * New description.
+  * Added Kaptain grammar in a separate axel-kapt package.
+  * This version implements downloading from different servers at once.
+    (Closes: #102003)
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Thu, 25 Oct 2001 02:21:12 +0200
+
+axel (0.96-1) unstable; urgency=low
+
+  * New 'upstream' release. See CHANGELOG for real changes.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Tue, 14 Aug 2001 13:36:12 +0200
+
+axel (0.95-2) unstable; urgency=low
+
+  * Package does not use debhelper anymore: A nice exercise from my Debian
+    application manager. :-)
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Tue,  7 Aug 2001 15:55:56 +0200
+
+axel (0.95-1) unstable; urgency=low
+
+  * New 'upstream' release. See CHANGELOG for real changes.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Fri, 29 Jun 2001 12:39:53 +0200
+
+axel (0.94-2) unstable; urgency=low
+
+  * Rewritten the package description. (Closes: #101716)
+  * Converted the package to a newer standards version.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Fri, 29 Jun 2001 12:34:52 +0200
+
+axel (0.94-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Tue, 26 Jun 2001 22:04:57 +0200
+
+axel (0.93-2) unstable; urgency=low
+
+  * Added Build-Depends header.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Sun, 27 May 2001 13:56:48 +0200
+
+axel (0.93-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Tue, 22 May 2001 15:33:23 +0200
+
+axel (0.92-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Fri, 11 May 2001 14:09:54 +0200
+
+axel (0.91-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Wilmer van der Gaast <lintux@lintux.cx>  Fri,  4 May 2001 18:18:28 +0200
+
+
--- axel-2.4.orig/debian/copyright
+++ axel-2.4/debian/copyright
@@ -0,0 +1,39 @@
+This package was debianized by Wilmer van der Gaast <wilmer@gaast.net> on
+Fri, 04 May 2001 18:18:28 +0200.
+
+It was downloaded from http://axel.alioth.debian.org/
+
+Upstream Authors:
+
+    Wilmer van der Gaast <wilmer@gaast.net>
+    Y Giridhar Appaji Nag <giridhar@appaji.net>
+    Philipp Hagemeister <phihag@phihag.de>
+
+Copyright:
+
+    Copyright (C) 2001-2007, Wilmer van der Gaast
+    Copyright (C) 2007-2009, Y Giridhar Appaji Nag
+    Copyright (C) 2008-2009, Philipp Hagemeister
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    with the Debian GNU/Linux distribution in the file
+    /usr/share/common-licenses/GPL-2; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+The Debian packaging is
+Copyright (C) 2001-2007, Wilmer van der Gaast <lintux@debian.org>
+Copyright (C) 2007-2009, Y Giridhar Appaji Nag <giridhar@appaji.net> and
+is licensed under the GNU GPL, either version 2 of the License, or (at
+your option) any later version; see `/usr/share/common-licenses/GPL-2'.
--- axel-2.4.orig/debian/axel-kapt.menu
+++ axel-2.4/debian/axel-kapt.menu
@@ -0,0 +1,7 @@
+?package(axel-kapt):command="/usr/bin/axel-kapt" \
+	needs="x11" \
+	section="Applications/Network/File Transfer" \
+	title="Axel front-end" \
+	description="Axel tries to accelerate the file downloading \
+	process by using multiple connections (possibly to multiple \
+	servers) for one download."
--- axel-2.4.orig/debian/rules
+++ axel-2.4/debian/rules
@@ -0,0 +1,69 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpatch/dpatch.make
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: patch configure-stamp
+configure-stamp:
+	dh_testdir
+	./configure --i18n=1 --debug=0 --prefix=/usr --etcdir=/etc --strip=0
+	touch $@
+
+build: build-stamp
+
+build-stamp: patch-stamp configure-stamp
+	dh_testdir
+	$(MAKE)
+	touch $@
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	$(MAKE) distclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) DESTDIR=$(CURDIR)/debian/axel install
+	$(MAKE) -C gui/kapt DESTDIR=$(CURDIR)/debian/axel-kapt install
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_link -i usr/share/doc/axel usr/share/doc/axel-kapt
+	dh_installman -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installmenu -i
+	dh_installdeb -i
+	dh_md5sums -i
+	dh_gencontrol -i
+	dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installdocs -a
+	dh_installexamples -a
+	dh_installchangelogs -a CHANGES
+	dh_installman -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_strip -a --dbg-package=axel-dbg
+	dh_md5sums -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
--- axel-2.4.orig/debian/README.source
+++ axel-2.4/debian/README.source
@@ -0,0 +1,2 @@
+Please read the README.source provided with the documentation of the
+dpatch package
--- axel-2.4.orig/debian/patches/02_axelkapt.dpatch
+++ axel-2.4/debian/patches/02_axelkapt.dpatch
@@ -0,0 +1,36 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_axelkapt.dpatch by Y Giridhar Appaji Nag <giridhar@appaji.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Use x-terminal-emulator, don't hardcode the terminal program.
+## DP: Add a MimeType filed to the desktop file and really install it
+
+@DPATCH@
+diff -urNad axel-2.4~/gui/kapt/axel-kapt axel-2.4/gui/kapt/axel-kapt
+--- axel-2.4~/gui/kapt/axel-kapt	2009-04-29 14:07:37.000000000 +0530
++++ axel-2.4/gui/kapt/axel-kapt	2009-04-29 14:08:25.000000000 +0530
+@@ -45,7 +45,7 @@
+         verb "Verbose" -> @|" --verbose ";
+         quiet "Quiet" -> @|" -q ";
+ 
+-    term "Terminal Type" -> @string()="xterm";
++    term "Terminal Type" -> @string()="x-terminal-emulator";
+     max "Max bps"-> @integer()=0;
+     connex :horizontal "Connections" -> @integer()=4;
+     search :framed "ftp Search" -> numsites | ! @ ;
+diff -urNad axel-2.4~/gui/kapt/axel-kapt.1 axel-2.4/gui/kapt/axel-kapt.1
+--- axel-2.4~/gui/kapt/axel-kapt.1	2009-04-27 19:49:02.000000000 +0530
++++ axel-2.4/gui/kapt/axel-kapt.1	2009-04-29 14:07:37.000000000 +0530
+@@ -21,9 +21,11 @@
+ 
+ .SH CONFIGURATION
+ The program is a Python script which generates a Kaptain grammar on the fly.
++It uses the x\-terminal\-emulator.  If you want to change the default
++terminal, use update\-alternatives(8).
+ 
+ .SH "SEE ALSO"
+-axel(1)
++axel(1), update\-alternatives(8)
+ 
+ .SH COPYRIGHT
+ Axel\-kapt is Copyright 2001 Paul Evans.
--- axel-2.4.orig/debian/patches/00list
+++ axel-2.4/debian/patches/00list
@@ -0,0 +1,3 @@
+01_bug_report
+02_axelkapt
+03_manpage_err
--- axel-2.4.orig/debian/patches/01_bug_report.dpatch
+++ axel-2.4/debian/patches/01_bug_report.dpatch
@@ -0,0 +1,124 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_bug_report.dpatch by Y Giridhar Appaji Nag <giridhar@appaji.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Change the bug reporting ID to submit@bugs.debian.org
+
+@DPATCH@
+diff -urNad axel-2.4~/de.po axel-2.4/de.po
+--- axel-2.4~/de.po	2009-04-27 19:49:03.000000000 +0530
++++ axel-2.4/de.po	2009-04-29 14:06:58.000000000 +0530
+@@ -260,7 +260,7 @@
+ "-h\tThis information\n"
+ "-V\tVersion information\n"
+ "\n"
+-"Visit http://axel.alioth.debian.org/ to report bugs\n"
++"Report bugs to submit@bugs.debian.org (using reportbug)\n"
+ msgstr ""
+ "Aufruf: axel [Optionen] url1 [url2] [url...]\n"
+ "\n"
+@@ -296,7 +296,7 @@
+ "--help\t\t\t-h\tThis information\n"
+ "--version\t\t-V\tVersion information\n"
+ "\n"
+-"Visit http://axel.alioth.debian.org/ to report bugs\n"
++"Report bugs to submit@bugs.debian.org (using reportbug)\n"
+ msgstr ""
+ "Aufruf: axel [Optionen] url1 [url2] [url...]\n"
+ "\n"
+diff -urNad axel-2.4~/gui/kapt/axel-kapt axel-2.4/gui/kapt/axel-kapt
+--- axel-2.4~/gui/kapt/axel-kapt	2009-04-27 19:49:02.000000000 +0530
++++ axel-2.4/gui/kapt/axel-kapt	2009-04-29 14:06:58.000000000 +0530
+@@ -69,7 +69,7 @@
+ server through multiple connection, each connection downloads its own \
+ part of the file.  Read the manual page - axel(1) for various options";
+ 
+-bug -> "Please visit http://axel.alioth.debian.org/ to report bugs on axel-kapt";
++bug -> "Please report bugs on axel-kapt to submit@bugs.debian.org (using reportbug)";
+ 
+ axel -> term " -e axel -s " max " -n "connex proxy verb quiet search " " local " " url;
+ '''
+diff -urNad axel-2.4~/nl.po axel-2.4/nl.po
+--- axel-2.4~/nl.po	2009-04-27 19:49:03.000000000 +0530
++++ axel-2.4/nl.po	2009-04-29 14:06:58.000000000 +0530
+@@ -259,7 +259,7 @@
+ "-h\tThis information\n"
+ "-V\tVersion information\n"
+ "\n"
+-"Visit http://axel.alioth.debian.org/ to report bugs\n"
++"Report bugs to submit@bugs.debian.org (using reportbug)\n"
+ msgstr ""
+ "Gebruik: axel [opties] url1 [url2] [url...]\n"
+ "\n"
+@@ -294,7 +294,7 @@
+ "--help\t\t\t-h\tThis information\n"
+ "--version\t\t-V\tVersion information\n"
+ "\n"
+-"Visit http://axel.alioth.debian.org/ to report bugs\n"
++"Report bugs to submit@bugs.debian.org (using reportbug)\n"
+ msgstr ""
+ "Gebruik: axel [opties] url1 [url2] [url...]\n"
+ "\n"
+diff -urNad axel-2.4~/ru.po axel-2.4/ru.po
+--- axel-2.4~/ru.po	2009-04-27 19:49:03.000000000 +0530
++++ axel-2.4/ru.po	2009-04-29 14:06:58.000000000 +0530
+@@ -261,7 +261,7 @@
+ "-h\tThis information\n"
+ "-V\tVersion information\n"
+ "\n"
+-"Visit http://axel.alioth.debian.org/ to report bugs\n"
++"Report bugs to submit@bugs.debian.org (using reportbug)\n"
+ msgstr ""
+ "Использование: axel [опции] url1 [url2] [url...]\n"
+ "\n"
+@@ -296,7 +296,7 @@
+ "--help\t\t\t-h\tThis information\n"
+ "--version\t\t-V\tVersion information\n"
+ "\n"
+-"Visit http://axel.alioth.debian.org/ to report bugs\n"
++"Report bugs to submit@bugs.debian.org (using reportbug)\n"
+ msgstr ""
+ "Использование: axel [опции] url1 [url2] [url...]\n"
+ "\n"
+diff -urNad axel-2.4~/text.c axel-2.4/text.c
+--- axel-2.4~/text.c	2009-04-27 19:49:03.000000000 +0530
++++ axel-2.4/text.c	2009-04-29 14:06:58.000000000 +0530
+@@ -552,7 +552,7 @@
+ 		"-h\tThis information\n"
+ 		"-V\tVersion information\n"
+ 		"\n"
+-		"Visit http://axel.alioth.debian.org/ to report bugs\n") );
++		"Report bugs to submit@bugs.debian.org (using reportbug)\n") );
+ #else
+ 	printf(	_("Usage: axel [options] url1 [url2] [url...]\n"
+ 		"\n"
+@@ -569,7 +569,7 @@
+ 		"--help\t\t\t-h\tThis information\n"
+ 		"--version\t\t-V\tVersion information\n"
+ 		"\n"
+-		"Visit http://axel.alioth.debian.org/ to report bugs\n") );
++		"Report bugs to submit@bugs.debian.org (using reportbug)\n") );
+ #endif
+ }
+ 
+diff -urNad axel-2.4~/zh_CN.po axel-2.4/zh_CN.po
+--- axel-2.4~/zh_CN.po	2009-04-27 19:49:03.000000000 +0530
++++ axel-2.4/zh_CN.po	2009-04-29 14:06:58.000000000 +0530
+@@ -262,7 +262,7 @@
+ "-h\tThis information\n"
+ "-V\tVersion information\n"
+ "\n"
+-"Visit http://axel.alioth.debian.org/ to report bugs\n"
++"Report bugs to submit@bugs.debian.org (using reportbug)\n"
+ msgstr ""
+ "用法: axel [选项] 地址1 [地址2] [地址...]\n"
+ "\n"
+@@ -298,7 +298,7 @@
+ "--help\t\t\t-h\tThis information\n"
+ "--version\t\t-V\tVersion information\n"
+ "\n"
+-"Visit http://axel.alioth.debian.org/ to report bugs\n"
++"Report bugs to submit@bugs.debian.org (using reportbug)\n"
+ msgstr ""
+ "用法: axel [选项] 地址1 [地址2] [地址...]\n"
+ "\n"
--- axel-2.4.orig/debian/patches/03_manpage_err.dpatch
+++ axel-2.4/debian/patches/03_manpage_err.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_manpage_err.dpatch by Y Giridhar Appaji Nag <appaji@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove erroneous comments at the beginning of zh_CN axel manpage
+
+@DPATCH@
+diff -urNad axel-2.4~/axel_zh_CN.1 axel-2.4/axel_zh_CN.1
+--- axel-2.4~/axel_zh_CN.1	2009-04-27 19:49:03.000000000 +0530
++++ axel-2.4/axel_zh_CN.1	2009-04-29 14:22:32.000000000 +0530
+@@ -104,7 +104,7 @@
+ 让\ Gentoo\ GNU/Linux\ 的\ Portage\ 软件包管理器调用\ Axel\ 来下载,把下面的命令添加进\ /etc/make.conf\ 。
+ 
+ .nf
+-FETCHCOMMAND='/usr/bin/axel -a -o "${DISTDIR}/${FILE}.axel" "${URI}" && mv "${DISTDIR}/${FILE}.axel" "${DISTDIR}/${FILE}"'
++FETCHCOMMAND='/usr/bin/axel \-a \-o "${DISTDIR}/${FILE}.axel" "${URI}" && mv "${DISTDIR}/${FILE}.axel" "${DISTDIR}/${FILE}"'
+ RESUMECOMMAND="${FETCHCOMMAND}"
+ .fi
+