[pkg-kolab] r1497 - in kolabd/trunk/debian: . source

Mathieu Parent sathieu at alioth.debian.org
Thu Jun 17 19:28:44 UTC 2010


Author: sathieu
Date: 2010-06-17 19:28:41 +0000 (Thu, 17 Jun 2010)
New Revision: 1497

Added:
   kolabd/trunk/debian/source/
   kolabd/trunk/debian/source/format
Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/control
   kolabd/trunk/debian/rules
Log:
Switch to dpkg-source 3.0 (quilt) format


Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2010-06-17 19:09:55 UTC (rev 1496)
+++ kolabd/trunk/debian/changelog	2010-06-17 19:28:41 UTC (rev 1497)
@@ -2,8 +2,9 @@
 
   * Change cyrus user and group in templates. Fix "Permissions on
     /etc/imapd.group are wrong" (Closes: #581757)
+  * Switch to dpkg-source 3.0 (quilt) format
 
- -- Mathieu Parent <sathieu at debian.org>  Thu, 17 Jun 2010 20:59:45 +0200
+ -- Mathieu Parent <sathieu at debian.org>  Thu, 17 Jun 2010 21:21:13 +0200
 
 kolabd (2.2.3-20091217-2) unstable; urgency=medium
 

Modified: kolabd/trunk/debian/control
===================================================================
--- kolabd/trunk/debian/control	2010-06-17 19:09:55 UTC (rev 1496)
+++ kolabd/trunk/debian/control	2010-06-17 19:28:41 UTC (rev 1497)
@@ -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 <sathieu at debian.org>
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7)
 Standards-Version: 3.8.4
 Homepage: http://www.kolab.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kolab/kolabd/trunk/

Modified: kolabd/trunk/debian/rules
===================================================================
--- kolabd/trunk/debian/rules	2010-06-17 19:09:55 UTC (rev 1496)
+++ kolabd/trunk/debian/rules	2010-06-17 19:28:41 UTC (rev 1497)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-config.status: configure patch
+config.status: configure
 	dh_testdir
 	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib --with-dist=debian --without-openpkg
 
@@ -12,8 +10,7 @@
 	$(MAKE)
 	touch build-stamp
 
-clean: clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp

Added: kolabd/trunk/debian/source/format
===================================================================
--- kolabd/trunk/debian/source/format	                        (rev 0)
+++ kolabd/trunk/debian/source/format	2010-06-17 19:28:41 UTC (rev 1497)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-kolab-devel mailing list