rev 9653 - trunk/packages/kdebindings/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Mar 6 20:05:06 UTC 2008


Author: ana
Date: 2008-03-06 20:05:06 +0000 (Thu, 06 Mar 2008)
New Revision: 9653

Modified:
   trunk/packages/kdebindings/debian/changelog
   trunk/packages/kdebindings/debian/control
   trunk/packages/kdebindings/debian/rules
Log:
make lintian happy, forgotten replace of Source-Version


Modified: trunk/packages/kdebindings/debian/changelog
===================================================================
--- trunk/packages/kdebindings/debian/changelog	2008-03-06 19:59:02 UTC (rev 9652)
+++ trunk/packages/kdebindings/debian/changelog	2008-03-06 20:05:06 UTC (rev 9653)
@@ -3,6 +3,7 @@
   * New upstream release: no code changes.
   * Update to Standards-Version 3.7.3:
     - Replace Source-Version for proper variables.
+  * debian/rules: Add [ ! -f Makefile ] || before $(MAKE) clean.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 06 Mar 2008 21:00:02 +0100
 

Modified: trunk/packages/kdebindings/debian/control
===================================================================
--- trunk/packages/kdebindings/debian/control	2008-03-06 19:59:02 UTC (rev 9652)
+++ trunk/packages/kdebindings/debian/control	2008-03-06 20:05:06 UTC (rev 9653)
@@ -123,7 +123,7 @@
 Package: libsmokeqt-dev
 Architecture: any
 Section: libdevel
-Depends: libsmokeqt1 (= ${Source-Version})
+Depends: libsmokeqt1 (= ${binary:Version})
 Conflicts: libqt-perl (<= 3.008-1)
 Description: SMOKE Binding Library to Qt - Development Files
  The "Scripting Meta Object Kompiler Engine" library is used by

Modified: trunk/packages/kdebindings/debian/rules
===================================================================
--- trunk/packages/kdebindings/debian/rules	2008-03-06 19:59:02 UTC (rev 9652)
+++ trunk/packages/kdebindings/debian/rules	2008-03-06 20:05:06 UTC (rev 9653)
@@ -42,7 +42,7 @@
 clean::
 	rm -f kjsembed/docs/embedding/simple-embed/Makefile
 	rm -f debian/stamp-install-dcopjava
-	-$(MAKE) -C dcopjava distclean
+	[ ! -f Makefile ] || $(MAKE) -C dcopjava distclean
 	find . -name 'Makefile' -exec rm {} \;
 	# Just in case
 	rm -f $(DEB_SRCDIR)/dcopjava/dcopidl2java/dcopidl2java




More information about the pkg-kde-commits mailing list