[Pkg-maemo-commits] r361 ./hildon-fm/debian: * Fixed lintian warnings.

Jonny Lamb jonnylamb at jonnylamb.com
Thu Jan 3 19:53:34 UTC 2008


------------------------------------------------------------
revno: 361
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: hildon-fm
timestamp: Thu 2008-01-03 19:53:34 +0000
message:
  * Fixed lintian warnings.
modified:
  debian/changelog
  debian/control
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-01-03 18:49:18 +0000
+++ b/debian/changelog	2008-01-03 19:53:34 +0000
@@ -21,8 +21,9 @@
   * Updated debian/copyright.
   * Fixed some compilation errors and warnings.
   * Updated deps from libhildon-thumbnail to libhildonthumbnail.
+  * Fixed lintian warnings.
 
- -- Jonny Lamb <jonnylamb at jonnylamb.com>  Thu, 03 Jan 2008 18:48:35 +0000
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Thu, 03 Jan 2008 19:53:22 +0000
 
 libhildonfm (1:1.9.49) unstable; urgency=low
 

=== modified file 'debian/control'
--- a/debian/control	2008-01-03 18:49:18 +0000
+++ b/debian/control	2008-01-03 19:53:34 +0000
@@ -40,8 +40,9 @@
 
 Package: libhildonfm2-dbg
 Section: libs
+Priority: extra
 Architecture: any
-Depends: libhildonfm2 (= ${Source-Version})
+Depends: libhildonfm2 (= ${binary:Version})
 Description: Hildon file management libraries - debug symbols
  Hildon file management widgets: Hildon file chooser, file selector,
  File Open/Save dialog, file details dialog. The widgets are an
@@ -51,10 +52,10 @@
  This package contains the debugging symbols.
 
 Package: libhildonfm2-dev
-Section: devel
+Section: libdevel
 Architecture: all
 Conflicts: hildon-fm-dev (<= 2.10)
-Depends: libhildonfm2 (= ${Source-Version}),
+Depends: libhildonfm2 (>= ${source:Version}),
          ${misc:Depends},
          libgtk2.0-dev (>= 2.10),
          libhildonthumbnail-dev,

=== modified file 'debian/rules'
--- a/debian/rules	2007-07-24 09:47:24 +0000
+++ b/debian/rules	2008-01-03 19:53:34 +0000
@@ -47,7 +47,7 @@
 	dh_testroot
 	rm -f build-stamp
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf debian/build
 	dh_clean
 



More information about the Pkg-maemo-commits mailing list