[Pkg-maemo-commits] r256 ./libosso/debian: * Shut up lintian warnings.
Jonny Lamb
jonnylamb at jonnylamb.com
Thu Jan 3 17:14:02 UTC 2008
------------------------------------------------------------
revno: 256
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: libosso
timestamp: Thu 2008-01-03 17:14:02 +0000
message:
* Shut up lintian warnings.
modified:
debian/changelog
debian/control
debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2007-12-30 00:09:49 +0000
+++ b/debian/changelog 2008-01-03 17:14:02 +0000
@@ -30,8 +30,9 @@
* Merged with trunk branch.
* Updated debian/copyright.
* Made debian/rules set configure script executable.
+ * Shut up lintian warnings.
- -- Jonny Lamb <jonnylamb at jonnylamb.com> Fri, 28 Dec 2007 08:57:15 +0000
+ -- Jonny Lamb <jonnylamb at jonnylamb.com> Thu, 03 Jan 2008 17:13:49 +0000
libosso (2.15-1~unreleased) unstable; urgency=low
=== modified file 'debian/control'
--- a/debian/control 2007-12-31 23:07:29 +0000
+++ b/debian/control 2008-01-03 17:14:02 +0000
@@ -13,9 +13,9 @@
Standards-Version: 3.7.2
Package: libosso-dev
-Section: devel
+Section: libdevel
Architecture: any
-Depends: libosso1 (= ${Source-Version}),
+Depends: libosso1 (>= ${binary:Version}),
libdbus-glib-1-dev
Description: Basic library for maemo applications - development files
Libosso is the basic library containing required and helpful functions
@@ -54,7 +54,7 @@
Architecture: any
Conflicts: libosso0 (<< 0.8.6-1)
Replaces: libosso0 (<< 0.8.6-1)
-Depends: libosso1 (= ${Source-Version}),
+Depends: libosso1 (>= ${binary:Version}),
libdbus-glib-1-dev,
outo
Description: Basic library for maemo applications - unit tests
@@ -91,8 +91,9 @@
Package: libosso1-dbg
Section: libs
+Priority: extra
Architecture: any
-Depends: libosso1 (= ${Source-Version})
+Depends: libosso1 (>= ${binary:Version})
Description: Basic library for maemo applications - detached debug symbols
Libosso is the basic library containing required and helpful functions
for maemo applications. One of Libosso's main features is RPC (Remote
=== modified file 'debian/rules'
--- a/debian/rules 2007-12-28 08:58:33 +0000
+++ b/debian/rules 2008-01-03 17:14:02 +0000
@@ -50,7 +50,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