gftp (2.0.19-2) debian-dir only changes

Summary

 debian/changelog |   33 ++++++++++++++++++++++++++++++---
 debian/compat    |    2 +-
 debian/control   |   26 ++++++++++++--------------
 debian/copyright |   11 +++++++----
 debian/rules     |   12 +-----------
 debian/watch     |    2 ++
 6 files changed, 53 insertions(+), 33 deletions(-)

    
download this patch

Patch contents

--- gftp-2.0.19.orig/debian/rules
+++ gftp-2.0.19/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 # These are used for cross-compiling and for saving the configure script
@@ -17,12 +14,10 @@
 
 config.status: configure
 	dh_testdir
-	
 	-test -r /usr/share/misc/config.sub && \
 	cp -f /usr/share/misc/config.sub config.sub
 	-test -r /usr/share/misc/config.guess && \
 	cp -f /usr/share/misc/config.guess config.guess
-
 	chmod +x ./configure
 	CFLAGS="-O2 -g -Wall -D_GNU_SOURCE" ./configure \
 		--host=$(DEB_HOST_GNU_TYPE) \
@@ -52,21 +47,16 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
-	
 	# Main install.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	
 	# Install icon
 	convert -geometry 32x32 $(CURDIR)/debian/tmp/usr/share/pixmaps/gftp.png $(CURDIR)/debian/tmp/usr/share/pixmaps/gftp.xpm
-
 	# Move all files in their corresponding package
 	dh_install --sourcedir=debian/tmp
-
 	# Install parse-netrc.pl
 	install -m 755 $(CURDIR)/docs/parse-netrc.pl $(CURDIR)/debian/gftp-common/usr/share/doc/gftp-common/examples
-
 	# Move bookmarks and gftprc to /etc/gftp
 	mv $(CURDIR)/debian/gftp-common/usr/share/gftp/gftprc $(CURDIR)/debian/gftp-common/etc/gftp
 	mv $(CURDIR)/debian/gftp-common/usr/share/gftp/bookmarks $(CURDIR)/debian/gftp-common/etc/gftp
--- gftp-2.0.19.orig/debian/copyright
+++ gftp-2.0.19/debian/copyright
@@ -1,13 +1,17 @@
 This package was originally debianized by Martin Schulze on 5 Jan 1999, and
 later maintained by Brian E. Ermovick, then Josip Rodinand and, then Aurelien
-Beaujean. Today, it's maintained by Aurelien Jarno <aurel32@debian.org>.
+Beaujean. Today, it's maintained by Xavier Oswald <xoswald@debian.org>.
 
 It was downloaded from http://www.gftp.org/
 
-Authors: Brian Masney <masneyb@gftp.org>
+Upstream Authors:
+  Copyright (C) 1998-2009 Brian Masney <masneyb@gftp.org>
 
-Copyright 1998-2006 Brian Masney
+Files: debian/*
+  Copyright (C) 2009 Xavier Oswald <xoswald@debian.org>
+  License: GPL 1+
 
+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
@@ -22,6 +26,5 @@
    with this program; if not, write to the Free Software Foundation, Inc.
    51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA.
 
-
 On Debian systems, the complete text of the GNU General Public License can
 be found in the `/usr/share/common-licenses/GPL' file.
--- gftp-2.0.19.orig/debian/changelog
+++ gftp-2.0.19/debian/changelog
@@ -1,8 +1,35 @@
-gftp (2.0.19-1) unstable; urgency=low
+gftp (2.0.19-2) unstable; urgency=low
 
-  * New release. See the ChangeLog file for details on changes in this release
+  * Bump Standards-Version to 3.8.3
+  * Set debian/compat to 7
+  * Update debian/copyright with debian/* files copyright
+  * Fix incorrect handling of filename encodings under UTF-8 enviromnent.
+    (Closes: #364592) Fixed upstream.
+  * Fix missing files and sub-directories (Closes: #344595)
+    This is not a bug but gnome choices to not go deeper than 2 directories
+  * Replace libreadline5-dev build dependency with libreadline-dev 
+    (Closes: #553764)
+  * Crash on some servers and certains conditions (Closes: #442938)
+  * gftp hides directories (Closes: #518157)
+  * Fix lintian:
+    W: gftp source: dh-clean-k-is-deprecated
+    W: gftp source: configure-generated-file-in-source config.log
+
+ -- Xavier Oswald <xoswald@debian.org>  Sun, 08 Nov 2009 11:32:49 +0100
+
+gftp (2.0.19-1) unstable; urgency=low
+  
+  * New upstream release
+  * Set met as maintainer. Thanks to Aurélien for his work.
+  * debian/control:
+    - Remove DM flag
+    - Remove old Vcs-*
+    + Update version of debhelper in Build-Depends
+  * Set debian/compat to 7
+  * Update debian/copyright
+  * Bump Standards-Version to 3.8.1
 
- -- Brian Masney <masneyb@gftp.org>  Sun, 30 Nov 2008 16:31:32 -0500
+ -- Xavier Oswald <xoswald@debian.org>  Tue, 21 Apr 2009 14:00:34 +0200
 
 gftp (2.0.18-17) unstable; urgency=medium
 
--- gftp-2.0.19.orig/debian/compat
+++ gftp-2.0.19/debian/compat
@@ -1 +1 @@
-4
+7
--- gftp-2.0.19.orig/debian/control
+++ gftp-2.0.19/debian/control
@@ -1,18 +1,15 @@
 Source: gftp
 Section: net
 Priority: optional
-Maintainer: Aurélien GÉRÔME <ag@roxor.cx> 
-Build-Depends: debhelper (>> 4.0.0), autotools-dev, libreadline5-dev | libreadline-dev, libgtk2.0-dev (>= 2.0.9), libglib2.0-dev (>= 2.2.0), imagemagick
-Standards-Version: 3.7.3
+Maintainer: Xavier Oswald <xoswald@debian.org> 
+Build-Depends: debhelper (>= 7), autotools-dev, libreadline-dev, libgtk2.0-dev (>= 2.0.9), libglib2.0-dev (>= 2.2.0), imagemagick
+Standards-Version: 3.8.3
 Homepage: http://www.gftp.org/
-Vcs-Git: git://git.roxor.cx/git/gftp/
-Vcs-Browser: http://git.roxor.cx/?p=gftp
-XS-DM-Upload-Allowed: yes
 
 Package: gftp
 Architecture: all
-Depends: gftp-gtk (>= ${source:Version}), gftp-text (>= ${source:Version})
-Description: X/GTK+ FTP client
+Depends: gftp-gtk (>= ${source:Version}), gftp-text (>= ${source:Version}), ${misc:Depends}
+Description: X/GTK+ and console FTP client
  gFTP is a multithreaded FTP client, available in two versions:
   * version for X, written using GLib and GTK+
   * version for the console, using only GLib
@@ -21,11 +18,11 @@
 
 Package: gftp-gtk
 Architecture: any
-Depends: ${shlibs:Depends}, gftp-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, gftp-common (= ${binary:Version}), ${misc:Depends}
 Conflicts: gftp-common (<< 2.0.14-1)
 Description: X/GTK+ FTP client
- gFTP is a multithreaded FTP client. This version of it runs under X
- and was written using GLib/GTK+.
+ gFTP graphical version is a multithreaded FTP client running under X and
+ written using GLib/GTK+.
  .
  gFTP features:
    * simultaneous downloads,
@@ -45,10 +42,10 @@
 
 Package: gftp-text
 Architecture: any
-Depends: ${shlibs:Depends}, gftp-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, gftp-common (= ${binary:Version}), ${misc:Depends}
 Description: colored FTP client using GLib
- gFTP is a multithreaded FTP client. This version of it runs under console
- and was written using GLib.
+ gFTP text version is a multithreaded FTP client running under console and
+ written using GLib.
  .
  gFTP features:
    * simultaneous downloads,
@@ -68,6 +65,7 @@
 
 Package: gftp-common
 Architecture: any
+Depends: ${misc:Depends}
 Description: shared files for other gFTP packages
  gFTP is a multithreaded FTP client. This package contains the locale data
  used by both gftp-gtk and gftp-text, along with a common manual page.
--- gftp-2.0.19.orig/debian/watch
+++ gftp-2.0.19/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.gftp.org/gftp-(.*)\.tar\.gz