r2508 - in zope-maildrophost/trunk/debian (4 files)

mejo at users.alioth.debian.org mejo at users.alioth.debian.org
Tue Oct 25 12:29:44 UTC 2011


    Date: Tuesday, October 25, 2011 @ 12:29:42
  Author: mejo
Revision: 2508

zope-maildrophost update

Modified:
  zope-maildrophost/trunk/debian/changelog
  zope-maildrophost/trunk/debian/control
  zope-maildrophost/trunk/debian/patches/01_config.patch
  zope-maildrophost/trunk/debian/rules

Modified: zope-maildrophost/trunk/debian/changelog
===================================================================
--- zope-maildrophost/trunk/debian/changelog	2011-10-25 12:16:28 UTC (rev 2507)
+++ zope-maildrophost/trunk/debian/changelog	2011-10-25 12:29:42 UTC (rev 2508)
@@ -1,9 +1,14 @@
-zope-maildrophost (2.2-2) unstable; urgency=low
+zope-maildrophost (2.3-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * new upstream release
   * add postrm to remove logfile at purge time
+  * bump standards-version to 3.9.2, no changes needed
+  * migrate package to "3.0 (quilt)" format
+  * rebuild with new zope-common. (closes: #566133)
+  * debian/patches/01_config.patch: update config patch to use default
+    python interpreter instead of python2.4.
 
- -- Jonas Meurer <mejo at debian.org>  Tue, 21 Jul 2009 18:39:31 +0200
+ -- Jonas Meurer <mejo at debian.org>  Tue, 25 Oct 2011 14:28:46 +0200
 
 zope-maildrophost (2.2-1) unstable; urgency=low
 

Modified: zope-maildrophost/trunk/debian/control
===================================================================
--- zope-maildrophost/trunk/debian/control	2011-10-25 12:16:28 UTC (rev 2507)
+++ zope-maildrophost/trunk/debian/control	2011-10-25 12:29:42 UTC (rev 2508)
@@ -3,9 +3,9 @@
 Priority: extra
 Maintainer: Debian Zope team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Jonas Meurer <mejo at debian.org>
-Build-Depends: debhelper (>= 6.0.7), quilt (>= 0.40)
+Build-Depends: debhelper (>= 6.0.7)
 Build-Depends-Indep: zope-debhelper
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 Homepage: http://pypi.python.org/pypi/Products.MaildropHost
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-zope/zope-maildrophost/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-zope/zope-maildrophost/trunk

Modified: zope-maildrophost/trunk/debian/patches/01_config.patch
===================================================================
--- zope-maildrophost/trunk/debian/patches/01_config.patch	2011-10-25 12:16:28 UTC (rev 2507)
+++ zope-maildrophost/trunk/debian/patches/01_config.patch	2011-10-25 12:29:42 UTC (rev 2508)
@@ -10,7 +10,7 @@
  
  # Which python interpreter to use for running the maildrop daemon
 -PYTHON="/usr/bin/python"
-+PYTHON="/usr/bin/python2.4"
++PYTHON="/usr/bin/python"
  
  # The working directory keeping the spool and var directories
 -MAILDROP_HOME="/tmp/maildrop"

Modified: zope-maildrophost/trunk/debian/rules
===================================================================
--- zope-maildrophost/trunk/debian/rules	2011-10-25 12:16:28 UTC (rev 2507)
+++ zope-maildrophost/trunk/debian/rules	2011-10-25 12:29:42 UTC (rev 2508)
@@ -3,15 +3,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=3
 
-# Include quilt stuff.
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
@@ -50,4 +47,4 @@
 binary-arch: build install
 
 binary: binary-indep binary-arch
-.PHONY: build clean install binary-indep binary-arch binary patch unpatch
+.PHONY: build clean install binary-indep binary-arch binary




More information about the pkg-zope-developers mailing list