[pkg-kolab] r1236 - kolab-webadmin/branches/2.2.1/debian kolabd/branches/2.2.1/debian libkolab-perl/branches/2.2.1/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Tue Mar 17 11:14:12 UTC 2009


Author: mparent-guest
Date: 2009-03-17 11:14:12 +0000 (Tue, 17 Mar 2009)
New Revision: 1236

Modified:
   kolab-webadmin/branches/2.2.1/debian/changelog
   kolab-webadmin/branches/2.2.1/debian/compat
   kolab-webadmin/branches/2.2.1/debian/control
   kolab-webadmin/branches/2.2.1/debian/rules
   kolabd/branches/2.2.1/debian/changelog
   kolabd/branches/2.2.1/debian/compat
   kolabd/branches/2.2.1/debian/control
   kolabd/branches/2.2.1/debian/rules
   libkolab-perl/branches/2.2.1/debian/changelog
   libkolab-perl/branches/2.2.1/debian/compat
   libkolab-perl/branches/2.2.1/debian/control
   libkolab-perl/branches/2.2.1/debian/rules
Log:
debian/compat: switching to compatibility-version 7:
- build-depends on debhelper 7
- replace 'dh_clean -k' by 'dh_prep'



Modified: kolab-webadmin/branches/2.2.1/debian/changelog
===================================================================
--- kolab-webadmin/branches/2.2.1/debian/changelog	2009-03-16 22:35:49 UTC (rev 1235)
+++ kolab-webadmin/branches/2.2.1/debian/changelog	2009-03-17 11:14:12 UTC (rev 1236)
@@ -9,8 +9,11 @@
   * debian/uupdate-wrapper: updated to keep upsteam version number
   * 10-dist_conf.diff: synced with kolabd 
   * updated Standards-Version to 3.8.1: no changes
+  * debian/compat: switching to compatibility-version 7:
+    - build-depends on debhelper 7
+    - replace 'dh_clean -k' by 'dh_prep'
 
- -- Mathieu Parent <math.parent at gmail.com>  Mon, 16 Mar 2009 23:28:46 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Tue, 17 Mar 2009 12:07:54 +0100
 
 kolab-webadmin (2.2.0-20080709-2) UNRELEASED; urgency=low
 

Modified: kolab-webadmin/branches/2.2.1/debian/compat
===================================================================
--- kolab-webadmin/branches/2.2.1/debian/compat	2009-03-16 22:35:49 UTC (rev 1235)
+++ kolab-webadmin/branches/2.2.1/debian/compat	2009-03-17 11:14:12 UTC (rev 1236)
@@ -1 +1 @@
-4
+7

Modified: kolab-webadmin/branches/2.2.1/debian/control
===================================================================
--- kolab-webadmin/branches/2.2.1/debian/control	2009-03-16 22:35:49 UTC (rev 1235)
+++ kolab-webadmin/branches/2.2.1/debian/control	2009-03-17 11:14:12 UTC (rev 1236)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Kolab Maintainers <pkg-kolab-devel at lists.alioth.debian.org>
 Uploaders: Noèl Köthe <noel at debian.org>, Steffen Joeris <white at debian.org>, Mathieu Parent <math.parent at gmail.com>
-Build-Depends: debhelper (>= 4), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Standards-Version: 3.8.1
 Homepage: http://www.kolab.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kolab/kolab-webadmin/branches/2.2/

Modified: kolab-webadmin/branches/2.2.1/debian/rules
===================================================================
--- kolab-webadmin/branches/2.2.1/debian/rules	2009-03-16 22:35:49 UTC (rev 1235)
+++ kolab-webadmin/branches/2.2.1/debian/rules	2009-03-17 11:14:12 UTC (rev 1236)
@@ -23,7 +23,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/kolab-webadmin
 	install -D -m 644 debian/apache.conf $(CURDIR)/debian/kolab-webadmin/etc/kolab/kolab-webadmin-apache.conf

Modified: kolabd/branches/2.2.1/debian/changelog
===================================================================
--- kolabd/branches/2.2.1/debian/changelog	2009-03-16 22:35:49 UTC (rev 1235)
+++ kolabd/branches/2.2.1/debian/changelog	2009-03-17 11:14:12 UTC (rev 1236)
@@ -47,8 +47,11 @@
   * debian/copyright: refers to versionned license version
   * debian/uupdate-wrapper: updated to keep upsteam version
   * updated Standards-Version to 3.8.1: no changes
+  * debian/compat: switching to compatibility-version 7:
+    - build-depends on debhelper 7
+    - replace 'dh_clean -k' by 'dh_prep'
 
- -- Mathieu Parent <math.parent at gmail.com>  Mon, 16 Mar 2009 23:28:48 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Tue, 17 Mar 2009 12:04:51 +0100
 
 kolabd (2.2.0-20080709.dfsg-3) UNRELEASED; urgency=low
 

Modified: kolabd/branches/2.2.1/debian/compat
===================================================================
--- kolabd/branches/2.2.1/debian/compat	2009-03-16 22:35:49 UTC (rev 1235)
+++ kolabd/branches/2.2.1/debian/compat	2009-03-17 11:14:12 UTC (rev 1236)
@@ -1 +1 @@
-4
+7

Modified: kolabd/branches/2.2.1/debian/control
===================================================================
--- kolabd/branches/2.2.1/debian/control	2009-03-16 22:35:49 UTC (rev 1235)
+++ kolabd/branches/2.2.1/debian/control	2009-03-17 11:14:12 UTC (rev 1236)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Kolab Maintainers <pkg-kolab-devel at lists.alioth.debian.org>
 Uploaders: Noèl Köthe <noel at debian.org>, Steffen Joeris <white at debian.org>, Mathieu Parent <math.parent at gmail.com>
-Build-Depends: debhelper (>= 4), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Standards-Version: 3.8.1
 Homepage: http://www.kolab.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kolab/kolabd/branches/2.2/

Modified: kolabd/branches/2.2.1/debian/rules
===================================================================
--- kolabd/branches/2.2.1/debian/rules	2009-03-16 22:35:49 UTC (rev 1235)
+++ kolabd/branches/2.2.1/debian/rules	2009-03-17 11:14:12 UTC (rev 1236)
@@ -24,7 +24,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep 
 	dh_installdirs
 
 	# scripts for /usr/bin and /usr/sbin

Modified: libkolab-perl/branches/2.2.1/debian/changelog
===================================================================
--- libkolab-perl/branches/2.2.1/debian/changelog	2009-03-16 22:35:49 UTC (rev 1235)
+++ libkolab-perl/branches/2.2.1/debian/changelog	2009-03-17 11:14:12 UTC (rev 1236)
@@ -24,8 +24,11 @@
   * debian/copyright: refers to versionned license version
   * debian/uupdate-wrapper: updated to keep upsteam version
   * updated Standards-Version to 3.8.1: no changes
+  * debian/compat: switching to compatibility-version 7:
+    - build-depends on debhelper 7
+    - replace 'dh_clean -k' by 'dh_prep'
 
- -- Mathieu Parent <math.parent at gmail.com>  Mon, 16 Mar 2009 23:28:50 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Tue, 17 Mar 2009 12:08:58 +0100
 
 libkolab-perl (1:2.2.0-4) UNRELEASED; urgency=low
 

Modified: libkolab-perl/branches/2.2.1/debian/compat
===================================================================
--- libkolab-perl/branches/2.2.1/debian/compat	2009-03-16 22:35:49 UTC (rev 1235)
+++ libkolab-perl/branches/2.2.1/debian/compat	2009-03-17 11:14:12 UTC (rev 1236)
@@ -1 +1 @@
-4
+7

Modified: libkolab-perl/branches/2.2.1/debian/control
===================================================================
--- libkolab-perl/branches/2.2.1/debian/control	2009-03-16 22:35:49 UTC (rev 1235)
+++ libkolab-perl/branches/2.2.1/debian/control	2009-03-17 11:14:12 UTC (rev 1236)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Kolab Maintainers <pkg-kolab-devel at lists.alioth.debian.org>
 Uploaders: Noèl Köthe <noel at debian.org>, Steffen Joeris <white at debian.org>, Mathieu Parent <math.parent at gmail.com>
-Build-Depends: debhelper (>= 4), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Build-Depends-Indep: libnet-ldap-perl
 Standards-Version: 3.8.1
 Homepage: http://www.kolab.org/

Modified: libkolab-perl/branches/2.2.1/debian/rules
===================================================================
--- libkolab-perl/branches/2.2.1/debian/rules	2009-03-16 22:35:49 UTC (rev 1235)
+++ libkolab-perl/branches/2.2.1/debian/rules	2009-03-17 11:14:12 UTC (rev 1236)
@@ -19,7 +19,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/libkolab-perl
 	# Man pages




More information about the pkg-kolab-devel mailing list