rev 15973 - kde-extras/krename/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Wed Sep 23 07:34:43 UTC 2009


Author: fabo
Date: 2009-09-23 07:34:42 +0000 (Wed, 23 Sep 2009)
New Revision: 15973

Modified:
   kde-extras/krename/trunk/debian/changelog
   kde-extras/krename/trunk/debian/control
   kde-extras/krename/trunk/debian/copyright
   kde-extras/krename/trunk/debian/rules
Log:
* Update debian/control:
  - bump debhelper and pkg-kde-tools build dependency versions.
  - bump Standards-Version to 3.8.3 (no changes needed).
* Update debian/copyright: update Richard's Debian packaging copyright.
* Cleanup debian/rules: use dh enhancement for kde.


Modified: kde-extras/krename/trunk/debian/changelog
===================================================================
--- kde-extras/krename/trunk/debian/changelog	2009-09-21 10:44:59 UTC (rev 15972)
+++ kde-extras/krename/trunk/debian/changelog	2009-09-23 07:34:42 UTC (rev 15973)
@@ -1,3 +1,16 @@
+krename (4.0.0-1) unstable; urgency=low
+
+  * New upstream release - First stable release for KDE 4.
+
+  [Fathi Boudra]
+  * Update debian/control:
+    - bump debhelper and pkg-kde-tools build dependency versions.
+    - bump Standards-Version to 3.8.3 (no changes needed).
+  * Update debian/copyright: update Richard's Debian packaging copyright.
+  * Cleanup debian/rules: use dh enhancement for kde.
+
+ -- Richard A. Johnson <nixternal at ubuntu.com>  Wed, 23 Sep 2009 01:21:26 -0500
+
 krename (3.9.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: kde-extras/krename/trunk/debian/control
===================================================================
--- kde-extras/krename/trunk/debian/control	2009-09-21 10:44:59 UTC (rev 15972)
+++ kde-extras/krename/trunk/debian/control	2009-09-23 07:34:42 UTC (rev 15973)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Richard A. Johnson <nixternal at ubuntu.com>
-Build-Depends: debhelper (>= 7), cmake, pkg-kde-tools,
+Build-Depends: debhelper (>= 7.3), cmake, pkg-kde-tools (>= 0.5),
  kdelibs5-dev, libexiv2-dev, libtag1-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://www.krename.net
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/krename/trunk
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/krename/trunk

Modified: kde-extras/krename/trunk/debian/copyright
===================================================================
--- kde-extras/krename/trunk/debian/copyright	2009-09-21 10:44:59 UTC (rev 15972)
+++ kde-extras/krename/trunk/debian/copyright	2009-09-23 07:34:42 UTC (rev 15973)
@@ -42,7 +42,7 @@
 The Debian packaging is:
 
     Copyright (C) 2008-2009 Fathi Boudra <fabo at debian.org>
-    Copyright (C) 2007 Richard A. Johnson <nixternal at ubuntu.com>
+    Copyright (C) 2007-2009 Richard A. Johnson <nixternal at ubuntu.com>
 
 and is licensed under the GPL version 3, 
 see `/usr/share/common-licenses/GPL-3'.

Modified: kde-extras/krename/trunk/debian/rules
===================================================================
--- kde-extras/krename/trunk/debian/rules	2009-09-21 10:44:59 UTC (rev 15972)
+++ kde-extras/krename/trunk/debian/rules	2009-09-23 07:34:42 UTC (rev 15973)
@@ -1,27 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/makefiles/1/variables.mk
-
 %:
-	dh $@
+	dh --with kde $@
 
-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 \
-		$(DEB_CMAKE_KDE4_FLAGS)
-
-override_dh_auto_build:
-	$(MAKE) -C builddir
-
-override_dh_auto_clean:
-	rm -rf builddir
-
-override_dh_auto_install:
-	$(MAKE) -C builddir DESTDIR=$(CURDIR)/debian/krename install
-
+.PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list