[Pkg-maemo-commits] r85 ./osso-gwconnect/debian: * Fixed lintian warnings.

Jonny Lamb jonnylamb at jonnylamb.com
Thu Jan 3 19:00:39 UTC 2008


------------------------------------------------------------
revno: 85
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: osso-gwconnect
timestamp: Thu 2008-01-03 19:00:39 +0000
message:
  * Fixed lintian warnings.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-12-30 13:09:18 +0000
+++ b/debian/changelog	2008-01-03 19:00:39 +0000
@@ -21,8 +21,9 @@
   * Updated descriptions in control.
   * Add myself to Uploaders.
   * Merge with trunk branch.
+  * Fixed lintian warnings.
 
- -- Jonny Lamb <jonnylamb at jonnylamb.com>  Mon, 23 Jul 2007 15:48:50 +0100
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Thu, 03 Jan 2008 18:59:55 +0000
 
 osso-gwconnect (1.0.12) unstable; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2007-09-21 17:14:47 +0000
+++ b/debian/rules	2008-01-03 19:00:39 +0000
@@ -40,8 +40,8 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) clean
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 install: build



More information about the Pkg-maemo-commits mailing list