[Pkg-telepathy-commits] ./packages/unstable/telepathy-inspector r14: Fix lintian warnings

Simon McVittie smcv at ianadd.pseudorandom.co.uk
Mon Mar 24 00:48:13 UTC 2008


------------------------------------------------------------
revno: 14
committer: Simon McVittie <smcv at ianadd.pseudorandom.co.uk>
branch nick: telepathy-inspector
timestamp: Mon 2008-03-24 00:48:13 +0000
message:
  Fix lintian warnings
modified:
  changelog
  control
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-02-25 14:57:32 +0000
+++ b/changelog	2008-03-24 00:48:13 +0000
@@ -1,3 +1,11 @@
+telepathy-inspector (0.5.1-2) UNRELEASED; urgency=low
+
+  * Don't ignore make clean errors, just don't make clean if there is no
+    Makefile
+  * Standards-Version: 3.7.3 (no changes)
+
+ -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Mon, 24 Mar 2008 00:43:42 +0000
+
 telepathy-inspector (0.5.1-1) unstable; urgency=low
 
   * New upstream release

=== modified file 'control'
--- a/control	2008-02-25 14:48:35 +0000
+++ b/control	2008-03-24 00:48:13 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers at lists.alioth.debian.org>
 Uploaders: Daniel d'Andrada Tenorio de Carvalho <daniel.carvalho at indt.org.br>, Riccardo Setti <giskard at debian.org>, Simon McVittie <smcv at ianadd.pseudorandom.co.uk>
 Build-Depends: debhelper (>= 5), libglib2.0-dev (>= 2.12), libgtk2.0-dev, libglade2-dev, libxml2-dev, libdbus-glib-1-dev (>= 0.61), pkg-config (>= 0.15), libtelepathy-glib-dev (>= 0.7.1)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 XS-Dm-Upload-Allowed: yes
 
 Package: telepathy-inspector

=== modified file 'rules'
--- a/rules	2008-02-25 14:57:32 +0000
+++ b/rules	2008-03-24 00:48:13 +0000
@@ -34,7 +34,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-make distclean
+	test ! -f Makefile || $(MAKE) distclean
 	rm -f config.log
 	dh_clean
 
@@ -44,7 +44,7 @@
 	dh_clean -k
 	dh_installdirs
 	mkdir -p $(CURDIR)/debian/telepathy-inspector/usr
-	make install DESTDIR=$(CURDIR)/debian/telepathy-inspector
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/telepathy-inspector
 
 binary-indep: build install
 # We have nothing to do.



More information about the Pkg-telepathy-commits mailing list