--- abby-0.4.7.orig/debian/abby.install
+++ abby-0.4.7/debian/abby.install
@@ -0,0 +1 @@
+abby usr/bin
--- abby-0.4.7.orig/debian/abby.docs
+++ abby-0.4.7/debian/abby.docs
@@ -0,0 +1,2 @@
+README
+TODO
--- abby-0.4.7.orig/debian/compat
+++ abby-0.4.7/debian/compat
@@ -0,0 +1 @@
+7
--- abby-0.4.7.orig/debian/abby.manpages
+++ abby-0.4.7/debian/abby.manpages
@@ -0,0 +1 @@
+debian/abby.1
--- abby-0.4.7.orig/debian/abby.desktop
+++ abby-0.4.7/debian/abby.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=abby
+Comment=front-end for cclive and clive
+TryExec=abby
+Exec=abby
+Icon=abby
+Terminal=false
+Type=Application
--- abby-0.4.7.orig/debian/control
+++ abby-0.4.7/debian/control
@@ -0,0 +1,15 @@
+Source: abby
+Section: video
+Priority: optional
+Maintainer: Alejandro Garrido Mota <garridomota@gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), libqt4-dev
+Standards-Version: 3.8.3
+Homepage: http://code.google.com/p/abby/
+
+Package: abby
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, cclive | clive
+Description: front-end for cclive and clive
+ abby is a front-end for cclive and clive used to download 
+ videos from Youtube and other similar video hosts. Abby is
+ written in C++ and depends on the Qt framework.
--- abby-0.4.7.orig/debian/changelog
+++ abby-0.4.7/debian/changelog
@@ -0,0 +1,25 @@
+abby (0.4.7-1) unstable; urgency=low
+
+  * New upstream version 
+
+ -- Alejandro Garrido Mota <garridomota@gmail.com>  Mon, 21 Dec 2009 21:50:07 -0430
+
+abby (0.4.6.1-1) unstable; urgency=low
+
+  * New upstream version 
+  * Autodetect (c)clive from the path (Closes: #548214)
+
+ -- Alejandro Garrido Mota <garridomota@gmail.com>  Thu, 17 Dec 2009 11:06:14 -0430
+
+abby (0.4.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove 'export DH_VERBOSE=1' from debian/rules
+
+ -- Alejandro Garrido Mota <garridomota@gmail.com>  Sun, 11 Oct 2009 01:38:10 -0430
+
+abby (0.4.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #545068)
+
+ -- Alejandro Garrido Mota <garridomota@gmail.com>  Sat, 29 Aug 2009 18:56:07 -0430
--- abby-0.4.7.orig/debian/abby.menu
+++ abby-0.4.7/debian/abby.menu
@@ -0,0 +1,2 @@
+?package(abby):needs="X11" section="Applications/Network/Web Browsing"\
+  title="abby" command="/usr/bin/abby"
--- abby-0.4.7.orig/debian/watch
+++ abby-0.4.7/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/abby/downloads/list .+/files/abby-([\d.]+)\.tar\.bz2
--- abby-0.4.7.orig/debian/abby.1
+++ abby-0.4.7/debian/abby.1
@@ -0,0 +1,16 @@
+.TH ABBY 1 "August 29, 2009"
+.SH NAME
+abby \- front-end for cclive and clive
+.SH SYNOPSIS
+.B abby
+.SH DESCRIPTION
+.PP
+\fBabby\fP is a front-end for cclive and clive which are used to download videos from Youtube and other similar video hosts. Abby is written in C++ and depends on the Qt framework.
+.SH SEE ALSO
+.BR cclive (1),
+.BR clive (1).
+.SH AUTHOR
+abby was written by Toni Gundogdu <legatvs@gmail.com>.
+.PP
+This manual page was written by Alejandro Garrido Mota <garridomota@gmail.com>,
+for the Debian project (and may be used by others).
--- abby-0.4.7.orig/debian/copyright
+++ abby-0.4.7/debian/copyright
@@ -0,0 +1,21 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Toni Gundogdu <legatvs@gmail.com>
+Upstream-Source: http://code.google.com/p/abby/
+Upstream-Name: abby
+
+Files: *
+Copyright: 2009, Toni Gundogdu <legatvs@gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2009, Alejandro Garrido Mota <garridomota@gmail.com>
+License: GPL-3+
+
+License: GPL-3+
+    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 3 of the License, or
+    (at your option) any later version.
+    On Debian systems, the complete text of the GNU General
+    Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
--- abby-0.4.7.orig/debian/rules
+++ abby-0.4.7/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh  $@
+
+override_dh_auto_configure:
+	qmake-qt4
