[Pkg-mailman-hackers] Pkg-mailman commit - rev 685 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Sun Aug 14 12:37:56 UTC 2011
Author: thijs
Date: 2011-08-14 12:37:55 +0000 (Sun, 14 Aug 2011)
New Revision: 685
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Log:
Update to policy 3.9.2, add build-{arch,indep} targets.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2011-08-11 07:24:32 UTC (rev 684)
+++ trunk/debian/changelog 2011-08-14 12:37:55 UTC (rev 685)
@@ -3,13 +3,14 @@
[ Thijs Kinkhorst ]
* Move mail-transport-agent to Recommends, since Mailman can be
configured to run with a remote MTA (closes: #616292).
+ * Update to policy 3.9.2, add build-{arch,indep} targets.
[ Thorsten Glaser ]
* Add myself to Uploaders, as suggested by Thijs.
* Apply patch from Barry Warsaw to switch from python-support
to dh_python2. (LP: #788514) (Closes: #637398)
- -- Thorsten Glaser <tg at mirbsd.de> Thu, 11 Aug 2011 09:23:12 +0200
+ -- Thijs Kinkhorst <thijs at debian.org> Sun, 14 Aug 2011 12:36:58 +0000
mailman (1:2.1.14-1) unstable; urgency=medium
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2011-08-11 07:24:32 UTC (rev 684)
+++ trunk/debian/control 2011-08-14 12:37:55 UTC (rev 685)
@@ -7,7 +7,7 @@
Thorsten Glaser <tg at mirbsd.de>,
Hector Garcia <hector at debian.org>
Build-Depends: debhelper (>= 7), autoconf, python-dev (>= 2.6.6-3~)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://www.list.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-mailman/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-mailman/trunk
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2011-08-11 07:24:32 UTC (rev 684)
+++ trunk/debian/rules 2011-08-14 12:37:55 UTC (rev 685)
@@ -21,7 +21,9 @@
INSTALL_PROGRAM += -s
endif
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: Makefile debian/po/templates.pot
$(MAKE)
sed 's, at VERSION@,$(VERSION),g' < debian/preinst.in > debian/preinst
More information about the Pkg-mailman-hackers
mailing list