--- qchat-0.3.orig/debian/1.docbook
+++ qchat-0.3/debian/1.docbook
@@ -0,0 +1,102 @@
+
+
+
+
+
+ Jonathan Patrick
+ Davies
+ jpatrick@kubuntu.org
+
+
+ 2007
+ Jonathan Patrick Davies
+
+
+
+ 2007-11-17
+
+
+
+ qchat
+ 1
+
+
+ qchat
+ desc.
+
+
+
+
+
+
+
+
+
+
+ DESCRIPTION
+
+ QChat is a crossplatform LAN chat.
+
+
+
+ OPTIONS
+
+ All KDE and Qt
+ programs accept a some common command-line options. QChat has no
+ application-specific options.
+
+
+
+ Generic options:
+
+
+ Show help about options
+
+
+
+ Show Qt specific options
+
+
+
+ Show all options
+
+
+
+ Show author information
+
+
+ ,
+ Show version information
+
+
+
+ Show license information
+
+
+
+ Indicates end of options
+
+
+
+
+
+
+ COPYRIGHT
+
+ This manual page was written by Jonathan Patrick Davies
+ jpatrick@kubuntu.org for the
+ Ubuntu system (but may be used by others).
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU General Public License,
+ Version 3 or any later version published by the Free Software Foundation.
+
+
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in
+ /usr/share/common-licenses/GPL.
+
+
+
--- qchat-0.3.orig/debian/changelog
+++ qchat-0.3/debian/changelog
@@ -0,0 +1,21 @@
+qchat (0.3-0ubuntu2) bionic; urgency=high
+
+ * No change rebuild to pick up -fPIE compiler default
+
+ -- Balint Reczey Tue, 03 Apr 2018 12:40:29 +0000
+
+qchat (0.3-0ubuntu1) raring; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - Remove article from synopsis.
+ - Add ${misc:Depends} to Depends for qchat binary.
+ * debian/copyright: Update reference to GPL license file.
+
+ -- Logan Rosen Sun, 04 Nov 2012 18:04:33 -0500
+
+qchat (0.2.2-0ubuntu1) hardy; urgency=low
+
+ * Initial release.
+
+ -- Jonathan Patrick Davies Sat, 17 Nov 2007 15:41:00 +0100
--- qchat-0.3.orig/debian/compat
+++ qchat-0.3/debian/compat
@@ -0,0 +1 @@
+5
--- qchat-0.3.orig/debian/control
+++ qchat-0.3/debian/control
@@ -0,0 +1,14 @@
+Source: qchat
+Section: net
+Priority: optional
+Maintainer: Ubuntu Developers
+XSBC-Original-Maintainer: Jonathan Patrick Davies
+Build-Depends: debhelper (>= 5.0.0), cdbs, libqt4-dev (>= 4.3), docbook2x
+Standards-Version: 3.7.2.2
+Homepage: http://www.kde-apps.org/content/show.php?content=65066
+
+Package: qchat
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: crossplatform LAN chat written using Qt4
+ QChat is a crossplatform LAN chat written using Qt4
--- qchat-0.3.orig/debian/copyright
+++ qchat-0.3/debian/copyright
@@ -0,0 +1,28 @@
+This package was debianized by Jonathan Patrick Davies on
+Sat, 17 Nov 2007 15:41:00 +0100.
+
+It was downloaded from http://www.kde-apps.org/content/show.php?content=65066
+
+Upstream Author: Anistratov Oleg
+
+Copyright:
+ Copyright (C) 2007 by Anistratov Oleg
+
+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
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in the /usr/share/common-licenses/GPL-2 file.
--- qchat-0.3.orig/debian/qchat.1.docbook
+++ qchat-0.3/debian/qchat.1.docbook
@@ -0,0 +1,102 @@
+
+
+
+
+
+ Jonathan Patrick
+ Davies
+ jpatrick@kubuntu.org
+
+
+ 2007
+ Jonathan Patrick Davies
+
+
+
+ 2007-11-17
+
+
+
+ qchat
+ 1
+
+
+ qchat
+ desc.
+
+
+
+
+
+
+
+
+
+
+ DESCRIPTION
+
+ QChat is a crossplatform LAN chat.
+
+
+
+ OPTIONS
+
+ All KDE and Qt
+ programs accept a some common command-line options. QChat has no
+ application-specific options.
+
+
+
+ Generic options:
+
+
+ Show help about options
+
+
+
+ Show Qt specific options
+
+
+
+ Show all options
+
+
+
+ Show author information
+
+
+ ,
+ Show version information
+
+
+
+ Show license information
+
+
+
+ Indicates end of options
+
+
+
+
+
+
+ COPYRIGHT
+
+ This manual page was written by Jonathan Patrick Davies
+ jpatrick@kubuntu.org for the
+ Ubuntu system (but may be used by others).
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU General Public License,
+ Version 3 or any later version published by the Free Software Foundation.
+
+
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in
+ /usr/share/common-licenses/GPL.
+
+
+
--- qchat-0.3.orig/debian/rules
+++ qchat-0.3/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/qmake.mk
+
+DEB_INSTALL_MANPAGES_qchat = qchat.1
+
+build/qchat::
+ # Build man pages from docbooks
+ docbook2x-man debian/qchat.1.docbook
+
+clean::
+ # Remove man pages
+ rm -f qchat.1