[Pkg-maemo-commits] r35 ./hildon-thumbnail/debian: * Fixed lintian warnings.

Jonny Lamb jonnylamb at jonnylamb.com
Thu Jan 3 18:35:06 UTC 2008


------------------------------------------------------------
revno: 35
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: hildon-thumbnail
timestamp: Thu 2008-01-03 18:35:06 +0000
message:
  * Fixed lintian warnings.
modified:
  debian/changelog
  debian/control
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-12-30 13:22:42 +0000
+++ b/debian/changelog	2008-01-03 18:35:06 +0000
@@ -21,8 +21,9 @@
   * Add myself to Uploaders.
   * Merge with trunk branch.
   * Added note to copyright about repacking.
+  * Fixed lintian warnings.
 
- -- Jonny Lamb <jonnylamb at jonnylamb.com>  Sun, 30 Dec 2007 13:22:11 +0000
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Thu, 03 Jan 2008 17:55:16 +0000
 
 hildon-thumbnail (0.14) unstable; urgency=low
 

=== modified file 'debian/control'
--- a/debian/control	2007-12-31 22:55:48 +0000
+++ b/debian/control	2008-01-03 18:35:06 +0000
@@ -62,8 +62,9 @@
 
 Package: libhildon-thumbnail0-dbg
 Section: devel
+Priority: extra
 Architecture: any
-Depends: libhildon-thumbnail0 (= ${Source-Version})
+Depends: libhildon-thumbnail0 (= ${binary:Version})
 Description: Hildon thumbnail library - debug symbols
  hildon-thumbnail is a thumbnail-generating and managing helper
  library for the hildon desktop. It includes an API for getting 
@@ -74,11 +75,11 @@
  This package contains the debug symbols.
 
 Package: libhildon-thumbnail-dev
-Section: devel
+Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libhildon-thumbnail0 (= ${Source-Version}),
+         libhildon-thumbnail0 (= ${binary:Version}),
          libgnomevfs2-dev,
          libgtk2.0-dev,
          libosso-dev

=== modified file 'debian/rules'
--- a/debian/rules	2007-06-06 17:11:19 +0000
+++ b/debian/rules	2008-01-03 18:35:06 +0000
@@ -44,7 +44,7 @@
 	dh_testroot
 	rm -f build-stamp
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	-test -r /usr/share/misc/config.sub && test -r config.sub && \
 		cp -f /usr/share/misc/config.sub config.sub
 	-test -r /usr/share/misc/config.guess && test -r config.guess && \



More information about the Pkg-maemo-commits mailing list