rev 15667 - kde-extras/gtk2-engines-qtcurve/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Sun Aug 16 08:57:31 UTC 2009


Author: fabo
Date: 2009-08-16 08:57:31 +0000 (Sun, 16 Aug 2009)
New Revision: 15667

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.
  * Update debian/control:
    - Bump debhelper build dependency version.
  * Update debian/copyright: up-to-date.
  * Update debian/rules:
    - Cleanup since dh support cmake.
    - Add get-orig-source target.


Modified: kde-extras/gtk2-engines-qtcurve/trunk/debian/changelog
===================================================================
--- kde-extras/gtk2-engines-qtcurve/trunk/debian/changelog	2009-08-16 08:20:20 UTC (rev 15666)
+++ kde-extras/gtk2-engines-qtcurve/trunk/debian/changelog	2009-08-16 08:57:31 UTC (rev 15667)
@@ -1,3 +1,15 @@
+gtk2-engines-qtcurve (0.67.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update debian/control:
+    - Bump debhelper build dependency version.
+  * Update debian/copyright: up-to-date.
+  * Update debian/rules:
+    - Cleanup since dh support cmake.
+    - Add get-orig-source target.
+
+ -- Fathi Boudra <fabo at debian.org>  Sun, 16 Aug 2009 10:37:41 +0200
+
 gtk2-engines-qtcurve (0.65.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: kde-extras/gtk2-engines-qtcurve/trunk/debian/control
===================================================================
--- kde-extras/gtk2-engines-qtcurve/trunk/debian/control	2009-08-16 08:20:20 UTC (rev 15666)
+++ kde-extras/gtk2-engines-qtcurve/trunk/debian/control	2009-08-16 08:57:31 UTC (rev 15667)
@@ -3,7 +3,7 @@
 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), cmake, libgtk2.0-dev
+Build-Depends: debhelper (>= 7.3.12), cmake, libgtk2.0-dev
 Standards-Version: 3.8.2
 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/

Modified: kde-extras/gtk2-engines-qtcurve/trunk/debian/copyright
===================================================================
--- kde-extras/gtk2-engines-qtcurve/trunk/debian/copyright	2009-08-16 08:20:20 UTC (rev 15666)
+++ kde-extras/gtk2-engines-qtcurve/trunk/debian/copyright	2009-08-16 08:57:31 UTC (rev 15667)
@@ -1,28 +1,31 @@
-This package was debianized by Bastian Venthur <venthur at debian.org> on
-Fri, 25 May 2007 12:52:24 +0200.
+This package was debianized by:
 
-It was downloaded from <http://www.kde-look.org/content/show.php/QtCurve+%28KDE4%2C+KDE3%2C+%26+Gtk2+Theme%29?content=40492>
+    Bastian Venthur <venthur at debian.org> on Fri, 25 May 2007 12:52:24 +0200.
 
-Upstream Author: 
+It was downloaded from:
 
-    Craig Drummond <Craig.Drummond at lycos.co.uk>
+    http://www.kde-look.org/content/show.php?content=40492
 
-Copyright: 
+Upstream Author:
 
-    Copyright (C) 2007 Craig Drummond
+    Craig Drummond <craig_p_drummond at yahoo.co.uk>
 
+Copyright:
+
+    Copyright © 2007-2009 Craig Drummond
+
 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 program 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, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
@@ -39,7 +42,7 @@
     modify it under the terms of the GNU Library General Public
     License as published by the Free Software Foundation; either
     version 2 of the License, or (at your option) any later version.
-   
+
     This library 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
@@ -50,7 +53,10 @@
     Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
     02110-1301, USA.
 
+The Debian packaging is:
 
+    Copyright (C) 2009 Fathi Boudra <fabo at debian.org>
+    Copyright (C) 2007-2008 Bastian Venthur <venthur at debian.org>
 
-The Debian packaging is (C) 2007, Bastian Venthur <venthur at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+and is licensed under the GPL version 2,
+see `/usr/share/common-licenses/GPL-2'.

Modified: kde-extras/gtk2-engines-qtcurve/trunk/debian/rules
===================================================================
--- kde-extras/gtk2-engines-qtcurve/trunk/debian/rules	2009-08-16 08:20:20 UTC (rev 15666)
+++ kde-extras/gtk2-engines-qtcurve/trunk/debian/rules	2009-08-16 08:57:31 UTC (rev 15667)
@@ -4,21 +4,10 @@
 	dh $@
 
 override_dh_auto_configure:
-	mkdir builddir
-	cd builddir && cmake .. \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_C_FLAGS="$(CFLAGS)" \
-		-DCMAKE_LD_FLAGS="-Wl,-z,defs" \
-		-DCMAKE_CXX_FLAGS="$(CXXFLAGS)" \
-		-DCMAKE_SKIP_RPATH=ON \
-		-DCMAKE_VERBOSE_MAKEFILE=ON \
-		-DQTC_MODIFY_MOZILLA=true
+	dh_auto_configure -- -DQTC_MODIFY_MOZILLA=true
 
-override_dh_auto_build:
-	$(MAKE) -C builddir
+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
 
-override_dh_auto_clean:
-	rm -rf builddir
-
-override_dh_auto_install:
-	$(MAKE) -C builddir DESTDIR=$(CURDIR)/debian/gtk2-engines-qtcurve install
+.PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list