Skip to content

Commit

Permalink
Import NMU 0.18-0.2 by Pierre Habouzit <madcoder@debian.org>
Browse files Browse the repository at this point in the history
  * Update package to the last python policy (Closes: #380941).
  * Bump Standards-Version to 3.7.2.
  * Build with default python.
  * Add missing depends on adduser.
  * Fix FSF address.
  * Fix python2.3 shebangs, and ensure we at least build for python2.3.
  • Loading branch information
tv42 committed Jun 18, 2007
1 parent 4e3db56 commit a39462b
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 8 deletions.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
scalemail (0.18-0.2) unstable; urgency=low

* Non-maintainer upload.
* Update package to the last python policy (Closes: #380941).
* Bump Standards-Version to 3.7.2.
* Build with default python.
* Add missing depends on adduser.
* Fix FSF address.
* Fix python2.3 shebangs, and ensure we at least build for python2.3.

-- Pierre Habouzit <madcoder@debian.org> Sat, 12 Aug 2006 14:10:48 +0200

scalemail (0.18-0.1) unstable; urgency=medium

* Non-maintainer upload.
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Source: scalemail
Section: mail
Priority: optional
Maintainer: Tommi Virtanen <tv@debian.org>
Standards-Version: 3.6.1
Build-Depends: cdbs (>= 0.4.8.1), debhelper (>= 4.1.0), python, python2.3, python2.3-dev
Standards-Version: 3.7.2
Build-Depends: cdbs (>= 0.4.8.1), debhelper (>= 4.1.0), python-dev, python-support

Package: scalemail
Section: mail
Architecture: all
Depends: ${python:Depends}, python-twisted-core , python-twisted-mail , python-ldaptor , postfix (>= 0.0.20010329.SNAPSHOT), python-zopeinterface
Depends: ${python:Depends}, python-twisted-core , python-twisted-mail , python-ldaptor , postfix (>= 0.0.20010329.SNAPSHOT), python-zopeinterface, adduser
Suggests: courier-imap-ssl | courier-ssl, slapd
Description: Scalable virtual mail domain system built on Postfix and LDAP
A scalable (but not HA, at least not yet) virtual domain system for
Expand Down
4 changes: 3 additions & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Copyright:

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA.


On Debian Linux systems, the complete text of the GNU General Public
License can be found in '/usr/share/common-licenses/GPL'.
1 change: 1 addition & 0 deletions debian/pyversions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3-
6 changes: 4 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

include /usr/share/cdbs/1/rules/debhelper.mk
# YES THE SWITCH OF INCLUDE IS ITENTIONNAL
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/debhelper.mk

DEB_PYTHON_COMPILE_VERSION = 2.3
binary-install/scalemail::
dh_pysupport
2 changes: 1 addition & 1 deletion scalemail-courier-login
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2.3
#!/usr/bin/python

from scalemail.scripts import courier_login
courier_login.run()
2 changes: 1 addition & 1 deletion scalemail-courier-login-mapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2.3
#!/usr/bin/python
#
# scalemail-courier-login-mapper - make Courier-IMAP match Scalemail accounts
# Copyright (C) 2001 Tommi Virtanen <tv@debian.org>
Expand Down

0 comments on commit a39462b

Please sign in to comment.