--- luma-1.3.0.orig/debian/control
+++ luma-1.3.0/debian/control
@@ -0,0 +1,24 @@
+Source: luma
+Section: utils
+Priority: extra
+Maintainer: Peter Rockai (mornfall) <mornfall@danill.sk>
+Build-Depends: cdbs (>= 0.4.21), debhelper (>> 4.0.18), python-qt3 (>= 3.11), python (>= 2.3), python-ldap (>> 1.9)
+Standards-Version: 3.5.8.0
+
+Package: luma
+Section: utils
+Architecture: any
+Depends: python (>= 2.3), python-ldap (>> 1.9), python-qt3 (>= 3.11)
+Description: GUI utility for accessing and managing LDAP database
+ Luma is a graphical utility for accessing and managing data stored on
+ LDAP servers. It is written in Python, using PyQt and python-ldap.
+ Plugin-support is included and useful widgets with LDAP-functionality
+ for easy creation of plugins are delivered.
+ .
+ Following plugins are available:
+  - Browser
+  - Search
+  - Addressbook
+  - Template
+  - Massive User Creation
+  - Admin Utilities
--- luma-1.3.0.orig/debian/changelog
+++ luma-1.3.0/debian/changelog
@@ -0,0 +1,24 @@
+luma (1.3.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Peter Rockai (mornfall) <mornfall@danill.sk>  Sat, 29 May 2004 16:12:18 +0200
+
+luma (1.3+pre2-2) unstable; urgency=low
+
+  * Upload to new kalyxo archive
+
+ -- Peter Rockai (mornfall) <mornfall@mornfall.homeip.net>  Sat, 01 May 2004 21:42:00 +0200
+
+luma (1.3+pre2-1) workstation-unstable; urgency=low
+
+  * This is not a native package...
+
+ -- Peter Rockai (mornfall) <mornfall@mornfall.homeip.net>  Wed, 31 Mar 2004 15:57:00 +0200
+
+luma (1.3+pre2-0) workstation-unstable; urgency=low
+
+  * Initial packaging
+
+ -- Peter Rockai (mornfall) <mornfall@mornfall.homeip.net>  Tue, 30 Mar 2004 19:05:00 +0200
+
--- luma-1.3.0.orig/debian/luma.install
+++ luma-1.3.0/debian/luma.install
@@ -0,0 +1 @@
+debian/tmp/*
--- luma-1.3.0.orig/debian/rules
+++ luma-1.3.0/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+
+ifndef _cdbs_bootstrap
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+endif
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
+include $(_cdbs_rules_path)/debhelper.mk$(_cdbs_makefile_suffix)
+
+DEB_PHONY_RULES += custom-clean
+
+common-build-arch common-build-indep:: debian/stamp-custom-build
+debian/stamp-custom-build:
+	$(DEB_MAKE_INVOKE) $(DEB_MAKE_BUILD_TARGET)
+	touch debian/stamp-custom-build
+
+clean:: custom-clean
+custom-clean::
+	find -name \*.pyc | xargs rm -f || true
+	rm -f debian/stamp-custom-build
+
+common-install-arch common-install-indep:: common-install-impl
+common-install-impl::
+	mkdir -p debian/tmp/usr
+	./install.py --prefix=debian/tmp/usr
--- luma-1.3.0.orig/debian/copyright
+++ luma-1.3.0/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Peter Rockai (mornfall)
+<mornfall@mornfall.homeip.net> on
+Tue, 30 Mar 2004 19:00:00 +0200.
+
+It was downloaded from http://luma.sf.net/
+
+Upstream Author: Wido Depping <widod@users.sourceforge.net>
+
+Copyright:
+
+This software is copyright (c) by Wido Depping
+You are free to distribute this software under the terms of
+the GNU General Public License.
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL file.
--- luma-1.3.0.orig/debian/compat
+++ luma-1.3.0/debian/compat
@@ -0,0 +1 @@
+4
