rev 16933 - in kde-extras/gtk2-engines-qtcurve/trunk/debian: . source

Fathi Boudra fabo at alioth.debian.org
Sun Feb 14 19:58:26 UTC 2010


Author: fabo
Date: 2010-02-14 19:58:25 +0000 (Sun, 14 Feb 2010)
New Revision: 16933

Added:
   kde-extras/gtk2-engines-qtcurve/trunk/debian/source/
   kde-extras/gtk2-engines-qtcurve/trunk/debian/source/format
Modified:
   kde-extras/gtk2-engines-qtcurve/trunk/debian/changelog
   kde-extras/gtk2-engines-qtcurve/trunk/debian/control
   kde-extras/gtk2-engines-qtcurve/trunk/debian/copyright
   kde-extras/gtk2-engines-qtcurve/trunk/debian/rules
Log:
* New upstream release.
* Switch to dpkg-source 3.0 (quilt) format.
* Update debian/control:
  - Bump Standard-Version to 3.8.4 (no changes needed).
* Update debian/copyright:
  - Update upstream author e-mail address.
  - Update copyright years.
* Update debian/rules:
  - Enable parallel build (pass --parallel option to dh).
  - Update get-orig-source target to rename original tarball.


Modified: kde-extras/gtk2-engines-qtcurve/trunk/debian/changelog
===================================================================
--- kde-extras/gtk2-engines-qtcurve/trunk/debian/changelog	2010-02-13 18:36:43 UTC (rev 16932)
+++ kde-extras/gtk2-engines-qtcurve/trunk/debian/changelog	2010-02-14 19:58:25 UTC (rev 16933)
@@ -1,3 +1,18 @@
+gtk2-engines-qtcurve (1.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switch to dpkg-source 3.0 (quilt) format.
+  * Update debian/control:
+    - Bump Standard-Version to 3.8.4 (no changes needed).
+  * Update debian/copyright:
+    - Update upstream author e-mail address.
+    - Update copyright years.
+  * Update debian/rules:
+    - Enable parallel build (pass --parallel option to dh).
+    - Update get-orig-source target to rename original tarball.
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 13 Feb 2010 15:41:01 +0100
+
 gtk2-engines-qtcurve (0.69.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: kde-extras/gtk2-engines-qtcurve/trunk/debian/control
===================================================================
--- kde-extras/gtk2-engines-qtcurve/trunk/debian/control	2010-02-13 18:36:43 UTC (rev 16932)
+++ kde-extras/gtk2-engines-qtcurve/trunk/debian/control	2010-02-14 19:58:25 UTC (rev 16933)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>
-Build-Depends: debhelper (>= 7.3.12), cmake, libgtk2.0-dev
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.4.13), cmake, libgtk2.0-dev
+Standards-Version: 3.8.4
 Homepage: http://www.kde-look.org/content/show.php?content=40492
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/gtk2-engines-qtcurve/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/gtk2-engines-qtcurve/?op=log

Modified: kde-extras/gtk2-engines-qtcurve/trunk/debian/copyright
===================================================================
--- kde-extras/gtk2-engines-qtcurve/trunk/debian/copyright	2010-02-13 18:36:43 UTC (rev 16932)
+++ kde-extras/gtk2-engines-qtcurve/trunk/debian/copyright	2010-02-14 19:58:25 UTC (rev 16933)
@@ -8,11 +8,11 @@
 
 Upstream Author:
 
-    Craig Drummond <craig_p_drummond at yahoo.co.uk>
+    Craig Drummond <craig.p.drummond at googlemail.com>
 
 Copyright:
 
-    Copyright © 2007-2009 Craig Drummond
+    Copyright © 2007-2010 Craig Drummond
 
 License:
 
@@ -55,7 +55,7 @@
 
 The Debian packaging is:
 
-    Copyright (C) 2009 Fathi Boudra <fabo at debian.org>
+    Copyright (C) 2009-2010 Fathi Boudra <fabo at debian.org>
     Copyright (C) 2007-2008 Bastian Venthur <venthur at debian.org>
 
 and is licensed under the GPL version 2,

Modified: kde-extras/gtk2-engines-qtcurve/trunk/debian/rules
===================================================================
--- kde-extras/gtk2-engines-qtcurve/trunk/debian/rules	2010-02-13 18:36:43 UTC (rev 16932)
+++ kde-extras/gtk2-engines-qtcurve/trunk/debian/rules	2010-02-14 19:58:25 UTC (rev 16933)
@@ -1,13 +1,13 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --parallel $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DQTC_MODIFY_MOZILLA=true
 
 get-orig-source:
 	uscan --verbose --force-download --no-symlink
-	bunzip2 -c ../QtCurve-Gtk2-$(UPSTREAM_VERSION).tar.bz2 | gzip -9c > ../gtk2-engines-qtcurve_$(UPSTREAM_VERSION).orig.tar.gz
+	mv ../QtCurve-Gtk2-$(UPSTREAM_VERSION).tar.bz2 ../gtk2-engines-qtcurve_$(UPSTREAM_VERSION).orig.tar.bz2
 
 .PHONY: override_dh_auto_test

Added: kde-extras/gtk2-engines-qtcurve/trunk/debian/source/format
===================================================================
--- kde-extras/gtk2-engines-qtcurve/trunk/debian/source/format	                        (rev 0)
+++ kde-extras/gtk2-engines-qtcurve/trunk/debian/source/format	2010-02-14 19:58:25 UTC (rev 16933)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-kde-commits mailing list