[Pkg-samba-maint] r1709 - trunk/openchange/debian

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Mon Jan 21 04:40:56 UTC 2008


Author: ctrlsoft-guest
Date: 2008-01-21 04:40:55 +0000 (Mon, 21 Jan 2008)
New Revision: 1709

Modified:
   trunk/openchange/debian/control
   trunk/openchange/debian/rules
Log:
Fix some lintian warnings.

Modified: trunk/openchange/debian/control
===================================================================
--- trunk/openchange/debian/control	2008-01-20 21:50:31 UTC (rev 1708)
+++ trunk/openchange/debian/control	2008-01-21 04:40:55 UTC (rev 1709)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer at samba.org>
 Build-Depends: debhelper (>> 5.0.0), libparse-pidl-perl, libmagic-dev, libsamba-dev, libtalloc-dev, libldb-dev
-Standards-Version: 3.7.2
-XS-Vcs-Bzr: http://people.samba.org/bzr/jelmer/openchange/debian
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/openchange
 Homepage: http://www.openchange.org/
 
 Package: libmapi0
@@ -16,6 +16,7 @@
  enumerating the address book. 
 
 Package: libmapi-dev
+Section: libdevel
 Architecture: any
 Depends: libc6-dev, pkg-config (>= 0.14.0), libmapi0 (= ${binary:Version})
 Description: Development files for the MAPI client library
@@ -42,6 +43,7 @@
 
 Package: libmapiadmin0
 Architecture: any
+Section: libdevel
 Depends: ${shlibs:Depends}
 Description: Administration client library for the MAPI (Exchange/Outlook) protocol
  Library that allows remote administration of MAPI (Exchange/Outlook) servers. 

Modified: trunk/openchange/debian/rules
===================================================================
--- trunk/openchange/debian/rules	2008-01-20 21:50:31 UTC (rev 1708)
+++ trunk/openchange/debian/rules	2008-01-21 04:40:55 UTC (rev 1709)
@@ -20,7 +20,7 @@
 	dh_testroot
 	dh_clean
 	$(RM) debian/tmp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	$(RM) build-stamp configure-stamp
 
 binary-indep: build install




More information about the Pkg-samba-maint mailing list