[SCM] qt-sdk packaging branch, master, updated. 8f79f2ceb9ebed71983fc875bb9b3607a26472c8

Fathi Boudra fabo at alioth.debian.org
Sat Feb 27 20:09:28 UTC 2010


The following commit has been merged in the master branch:
commit 8f79f2ceb9ebed71983fc875bb9b3607a26472c8
Author: Fathi Boudra <fabo at debian.org>
Date:   Sat Feb 27 21:08:45 2010 +0100

    Debianize qt-sdk meta package.
---
 debian/changelog |    6 +++---
 debian/control   |   14 +++++++-------
 debian/copyright |   39 +++++++++++++++++++++++++++------------
 debian/rules     |    6 +++++-
 4 files changed, 42 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb73623..e1e4c74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-qt-sdk (0ubuntu1) karmic; urgency=low
+qt-sdk (1) unstable; urgency=low
 
-  * Initial Package
+  * Initial release.
 
- -- Jonathan Riddell <jriddell at ubuntu.com>  Mon, 05 Oct 2009 17:38:25 +0100
+ -- Fathi Boudra <fabo at debian.org>  Sat, 27 Feb 2010 20:47:57 +0100
diff --git a/debian/control b/debian/control
index 19e1bc6..ae5c207 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
 Source: qt-sdk
 Section: devel
 Priority: optional
-Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
-XSBC-Original-Maintainer: Jonathan Riddell <jriddell at ubuntu.com>
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Maintainer: Fathi Boudra <fabo at debian.org>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: qt-sdk
 Architecture: all
-Depends: libqt4-dev, libqt4-opengl-dev, libqt4-phonon-dev, 
-         qt4-doc, qt4-doc-html, qt4-dev-tools, qt4-designer, qt4-qmake, qtcreator, qtcreator-doc,
-         subversion, git-core, cmake, gdb, build-essential
-Suggests: libqt4-dbg, libqt4-webkit-dbg, libqt4-dev-dbg, libqt4-xmlpatterns-dbg
+Depends: build-essential, cmake, gdb, git-core, libqt4-dev, libqt4-opengl-dev,
+ libqt4-phonon-dev, qt4-designer, qt4-dev-tools, qt4-doc, qt4-doc-html,
+ qt4-qmake, qtcreator, qtcreator-doc, subversion
+Suggests: libqt4-dbg, libqt4-webkit-dbg, libqt4-xmlpatterns-dbg
 Description: Complete Qt Software Development Kit
  This meta-package provides a complete Qt Software Development Kit.
  Tools cover IDE, revision control, debugging and documentation.
diff --git a/debian/copyright b/debian/copyright
index 82616cb..92709bc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,34 @@
-This package was created by Jonathan Riddell <jriddell at ubuntu.com>
+This work was packaged for Debian by:
 
-Copyright (C) 2009 Canonical Ltd
+    Fathi Boudra <fabo at debian.org> on Sat, 27 Feb 2010 20:47:57 +0100
+    based on the qt-sdk package from Ubuntu.
 
-    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,
+Copyright:
+
+    Copyright (C) 2010 Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+    Copyright (C) 2009 Canonical Ltd
+
+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 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 program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 or 3 can be found in
+"/usr/share/common-licenses/GPL-2" and "/usr/share/common-licenses/GPL-3".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 
-The full GPL license is located on Debian systems at
-/usr/share/common-licenses/GPL.
+and is licensed under the GPL version 2 or 3, see above.
diff --git a/debian/rules b/debian/rules
index cbe925d..aa7d0b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
 %:
-	dh $@
+	dh  $@

-- 
qt-sdk packaging



More information about the pkg-kde-commits mailing list