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

Fathi Boudra fabo at alioth.debian.org
Tue Jun 2 07:54:44 UTC 2009


Author: fabo
Date: 2009-06-02 07:54:44 +0000 (Tue, 02 Jun 2009)
New Revision: 14783

Modified:
   kde-extras/krename/trunk/debian/changelog
   kde-extras/krename/trunk/debian/control
   kde-extras/krename/trunk/debian/rules
Log:
merge nixternal changes:
 - remove quilt build dependency (not needed).
 - add build dependency on libexiv2-dev.


Modified: kde-extras/krename/trunk/debian/changelog
===================================================================
--- kde-extras/krename/trunk/debian/changelog	2009-06-02 07:51:16 UTC (rev 14782)
+++ kde-extras/krename/trunk/debian/changelog	2009-06-02 07:54:44 UTC (rev 14783)
@@ -1,6 +1,9 @@
 krename (3.9.3-1) unstable; urgency=low
 
   * New upstream release.
+  * Update debian/control:
+    - remove quilt build dependency (not needed).
+    - add build dependency on libexiv2-dev.
   * Remove debian/docs as it is no longer needed.
 
  -- Richard A. Johnson <nixternal at ubuntu.com>  Mon, 01 Jun 2009 16:55:40 -0500

Modified: kde-extras/krename/trunk/debian/control
===================================================================
--- kde-extras/krename/trunk/debian/control	2009-06-02 07:51:16 UTC (rev 14782)
+++ kde-extras/krename/trunk/debian/control	2009-06-02 07:54:44 UTC (rev 14783)
@@ -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>, Richard A. Johnson <nixternal at ubuntu.com>
-Build-Depends: debhelper (>= 7), cmake, quilt, pkg-kde-tools,
- kdelibs5-dev, libtag1-dev
+Build-Depends: debhelper (>= 7), cmake, pkg-kde-tools,
+ kdelibs5-dev, libexiv2-dev, libtag1-dev
 Standards-Version: 3.8.1
 Homepage: http://www.krename.net
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/krename/trunk

Modified: kde-extras/krename/trunk/debian/rules
===================================================================
--- kde-extras/krename/trunk/debian/rules	2009-06-02 07:51:16 UTC (rev 14782)
+++ kde-extras/krename/trunk/debian/rules	2009-06-02 07:54:44 UTC (rev 14783)
@@ -4,9 +4,8 @@
 #export DH_VERBOSE=1
 
 include /usr/share/pkg-kde-tools/makefiles/1/variables.mk
-include /usr/share/quilt/quilt.make
 
-builddir/Makefile: $(QUILT_STAMPFN)
+builddir/Makefile:
 	dh_testdir
 
 	mkdir -p builddir
@@ -27,7 +26,7 @@
 
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




More information about the pkg-kde-commits mailing list