--- qconf-1.4.orig/debian/changelog
+++ qconf-1.4/debian/changelog
@@ -0,0 +1,5 @@
+qconf (1.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #536604)
+
+ -- Ivan Borzenkov <ivan1986@list.ru> Sat, 11 Jul 2009 17:57:14 +0400
--- qconf-1.4.orig/debian/compat
+++ qconf-1.4/debian/compat
@@ -0,0 +1 @@
+7
--- qconf-1.4.orig/debian/copyright
+++ qconf-1.4/debian/copyright
@@ -0,0 +1,39 @@
+This package was debianized by Ivan Borzenkov <ivan1986@list.ru> on
+Sat, 11 Jul 2009 17:57:14 +0400.
+
+It was downloaded from http://delta.affinix.com/qconf/
+
+Upstream Author:
+
+ Justin Karneges <justin@affinix.com>
+
+Copyright:
+
+ Copyright (C) 2007 Justin Karneges <justin@affinix.com>
+
+License:
+
+ This package 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 package 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 package; 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 `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+ Copyright (C) 2009 Ivan Borzenkov <ivan1986@list.ru>
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.
+
--- qconf-1.4.orig/debian/rules
+++ qconf-1.4/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/qmake.mk
+
+QMAKE=qmake-qt4
+
+configure/qconf::
+ ./configure --prefix=/usr
+
+clean::
+ rm -rf debian/qconf
+ rm -f config.guess config.sub conf.log conf.pri
+ rm -f debian/qconf.substvars debian/qconf.debhelper.log
+ rm -f qconf qconf.o stringhelp.o
+
+install/qconf::
+ mv debian/qconf/usr/bin/qconf debian/qconf/usr/bin/qt-qconf
\ No newline at end of file
--- qconf-1.4.orig/debian/qt-qconf.1
+++ qconf-1.4/debian/qt-qconf.1
@@ -0,0 +1,41 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH QCONF 1 "July 11, 2009"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+qconf \- program generated configure from qc file
+.SH USAGE
+.B qconf
+.RI [.qc file]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B qconf
+commands.
+.br
+\fBqconf\fP is a program generated configure from qc file
+.SH OPTIONS
+.TP
+.B \-\-help
+Show summary of options.
+.TP
+.B \-\-version
+Show version of program.
+.br
+.SH AUTHOR
+qconf was written by Justin Karneges <justin@affinix.com>
+.PP
+This manual page was written by Ivan Borzenkov <ivan1986@list.ru>,
+for the Debian project (and may be used by others).
--- qconf-1.4.orig/debian/watch
+++ qconf-1.4/debian/watch
@@ -0,0 +1,5 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+# <Webpage URL> <string match>
+http://delta.affinix.com/qconf .*qconf-(.*)\.tar\.bz2
--- qconf-1.4.orig/debian/docs
+++ qconf-1.4/debian/docs
@@ -0,0 +1,2 @@
+README
+TODO
--- qconf-1.4.orig/debian/manpages
+++ qconf-1.4/debian/manpages
@@ -0,0 +1 @@
+debian/qt-qconf.1
--- qconf-1.4.orig/debian/dirs
+++ qconf-1.4/debian/dirs
@@ -0,0 +1 @@
+usr/bin
--- qconf-1.4.orig/debian/control
+++ qconf-1.4/debian/control
@@ -0,0 +1,16 @@
+Source: qconf
+Section: devel
+Priority: optional
+Maintainer: Ivan Borzenkov <ivan1986@list.ru>
+Build-Depends: debhelper (>= 7), cdbs, libqt4-dev
+Standards-Version: 3.8.2
+Homepage: http://delta.affinix.com/qconf
+
+Package: qconf
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A nice configure script for your qmake-based project
+ It is intended for developers who don’t need (or want)
+ to use the more complex GNU autotools. With qconf/qmake,
+ it is easy to maintain a cross-platform project that
+ uses a familiar configuration interface on unix.
--- qconf-1.4.orig/debian/examples
+++ qconf-1.4/debian/examples
@@ -0,0 +1 @@
+examples/*