[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. cf1f2ea5fed6cd4ed4b16d136f5ffe25158a77b9

George Kiagiadakis gkiagia-guest at alioth.debian.org
Sat Feb 28 11:54:11 UTC 2009


The following commit has been merged in the master branch:
commit cf1f2ea5fed6cd4ed4b16d136f5ffe25158a77b9
Author: George Kiagiadakis <gkiagia at users.sourceforge.net>
Date:   Sat Feb 28 13:53:42 2009 +0200

    Initial kaboom packaging.

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..734096a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kaboom (0.9~pre1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- George Kiagiadakis <gkiagiad at csd.uoc.gr>  Sat, 28 Feb 2009 12:01:57 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f8064db
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: kaboom
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: George Kiagiadakis <gkiagiad at csd.uoc.gr>
+Build-Depends: debhelper (>= 7), libqt4-dev
+Standards-Version: 3.8.0
+
+Package: kaboom
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: The debian KDE settings migration tool
+ This is a tool that will help you migrate your KDE
+ settings from KDE 3 to KDE 4. It is meant to be run
+ automatically the first time that you login to KDE 4.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a3f99d3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+This package was debianized by:
+
+    George Kiagiadakis <gkiagiad at csd.uoc.gr> on Sat, 28 Feb 2009 12:01:57 +0200
+
+Authors:
+
+    Sune Vuorela <sune at vuorela.dk>
+    George Kiagiadakis <gkiagiad at csd.uoc.gr>
+
+Copyright Holders:
+
+    Copyright: © 2009 Sune Vuorela <sune at vuorela.dk>
+    Copyright: © 2007-2009 George Kiagiadakis <gkiagiad at csd.uoc.gr>
+
+License:
+
+    This library is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Lesser General Public License as published
+    by the Free Software Foundation; either version 2.1 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 Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+The Debian packaging is:
+
+    Copyright © 2009, George Kiagiadakis <gkiagiad at csd.uoc.gr>
+
+and is licensed under the GPL, see /usr/share/common-lincenses/GPL.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e54646f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,57 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	qmake
+	touch configure-stamp
+
+
+build: build-stamp
+build-stamp: configure-stamp
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f kaboom
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+	install -D -p -m0755 kaboom $(CURDIR)/debian/kaboom/usr/bin/kaboom
+
+
+# Build architecture-independent files here.
+binary-indep: install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list