rev 16598 - kde-extras/kphotoalbum/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Thu Jan 14 09:49:42 UTC 2010


Author: fabo
Date: 2010-01-14 09:49:41 +0000 (Thu, 14 Jan 2010)
New Revision: 16598

Modified:
   kde-extras/kphotoalbum/trunk/debian/changelog
   kde-extras/kphotoalbum/trunk/debian/rules
Log:
Use kde sequence addon


Modified: kde-extras/kphotoalbum/trunk/debian/changelog
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/changelog	2010-01-14 09:45:27 UTC (rev 16597)
+++ kde-extras/kphotoalbum/trunk/debian/changelog	2010-01-14 09:49:41 UTC (rev 16598)
@@ -13,6 +13,8 @@
   * Switch to dpkg-source 3.0 (quilt) format.
   * Update debian/control:
     - Bump Standards-Version to 3.8.3 (no changes needed).
+  * Update debian/rules:
+    - Use kde sequence addon.
 
  -- Fathi Boudra <fabo at debian.org>  Thu, 14 Jan 2010 10:12:27 +0100
 

Modified: kde-extras/kphotoalbum/trunk/debian/rules
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/rules	2010-01-14 09:45:27 UTC (rev 16597)
+++ kde-extras/kphotoalbum/trunk/debian/rules	2010-01-14 09:49:41 UTC (rev 16598)
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk
-
 %:
-	dh $@
+	dh --with kde $@
 
 override_dh_auto_build:
 	dh_auto_build
@@ -21,4 +19,4 @@
 	 @@[ -d ../tarballs/. ]
 	 @@dpatch-get-origtargz ../tarballs
 
-.PHONY: override_dh_auto_test
\ No newline at end of file
+.PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list