[Pkg-maemo-commits] r102 ./sapwood/debian: *Fix some lintian warnings:
Jonny Lamb
jonnylamb at jonnylamb.com
Mon Jul 23 17:59:08 UTC 2007
------------------------------------------------------------
revno: 102
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: sapwood
timestamp: Mon 2007-07-23 18:59:08 +0100
message:
*Fix some lintian warnings:
+ Change Version to .
+ Use a cleaner 'make clean' execution.
modified:
debian/changelog
debian/control
debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2007-07-23 17:25:37 +0000
+++ b/debian/changelog 2007-07-23 17:59:08 +0000
@@ -9,8 +9,11 @@
* Bump up debhelper compat to 5.
* Update package descriptions.
* Correct argument of dh_strip in rules.
+ * Fix some lintian warnings:
+ + Change ${Source-Version} to ${source:Version}.
+ + Use a cleaner `make clean` execution.
- -- Jonny Lamb <jonnylamb at jonnylamb.com> Mon, 23 Jul 2007 18:25:10 +0100
+ -- Jonny Lamb <jonnylamb at jonnylamb.com> Mon, 23 Jul 2007 18:53:00 +0100
sapwood (2.91.6-1) unstable; urgency=low
=== modified file 'debian/control'
--- a/debian/control 2007-07-23 16:40:29 +0000
+++ b/debian/control 2007-07-23 17:59:08 +0000
@@ -26,7 +26,7 @@
Package: gtk2-engines-sapwood-dbg
Architecture: any
Depends: ${shlibs:Depends},
- gtk2-engines-sapwood (= ${Source-Version})
+ gtk2-engines-sapwood (= ${source:Version})
Description: Pixbuf-based theme engine for GTK+ 2.x -- debug symbols
Sapwood is a pixbuf-based 'theme' that allows you to configure the look of
GTK-using programs. The programs need no modifications to use themes; the
=== modified file 'debian/rules'
--- a/debian/rules 2007-07-23 17:25:37 +0000
+++ b/debian/rules 2007-07-23 17:59:08 +0000
@@ -44,7 +44,7 @@
dh_testroot
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean build-stamp install-stamp
More information about the Pkg-maemo-commits
mailing list