[Pkg-mailman-hackers] Pkg-mailman commit - rev 661 - in trunk/debian: . source

Thijs Kinkhorst thijs at alioth.debian.org
Mon May 24 15:52:42 UTC 2010


Author: thijs
Date: 2010-05-24 15:52:30 +0000 (Mon, 24 May 2010)
New Revision: 661

Added:
   trunk/debian/source/
   trunk/debian/source/format
Removed:
   trunk/debian/README.source
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Switch to dpkg-source 3.0 (quilt) format, as we use quilt anyway.


Deleted: trunk/debian/README.source
===================================================================
--- trunk/debian/README.source	2010-05-24 15:51:48 UTC (rev 660)
+++ trunk/debian/README.source	2010-05-24 15:52:30 UTC (rev 661)
@@ -1,2 +0,0 @@
-This package uses quilt to manage patches to upstream source.
-See /usr/share/doc/quilt/README.source for details.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-05-24 15:51:48 UTC (rev 660)
+++ trunk/debian/changelog	2010-05-24 15:52:30 UTC (rev 661)
@@ -6,8 +6,9 @@
   * Do not compress PDF's under /u/s/d/mailman (closes: #582259).
   * Back up ./configure before running autoconf, so it can be restored
     in clean as not to generate irrelevant diff.gz content.
+  * Switch to dpkg-source 3.0 (quilt) format.
 
- -- Thijs Kinkhorst <thijs at debian.org>  Mon, 24 May 2010 17:15:37 +0200
+ -- Thijs Kinkhorst <thijs at debian.org>  Mon, 24 May 2010 17:21:04 +0200
 
 mailman (1:2.1.13-2) unstable; urgency=low
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2010-05-24 15:51:48 UTC (rev 660)
+++ trunk/debian/control	2010-05-24 15:52:30 UTC (rev 661)
@@ -5,7 +5,7 @@
 Uploaders: Lionel Elie Mamane <lmamane at debian.org>,
  Thijs Kinkhorst <thijs at debian.org>,
  Hector Garcia <hector at debian.org>
-Build-Depends: debhelper (>= 7), autoconf, python-dev, python-support, quilt
+Build-Depends: debhelper (>= 7), autoconf, python-dev, python-support
 Standards-Version: 3.8.4
 Homepage: http://www.list.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-mailman/trunk

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-05-24 15:51:48 UTC (rev 660)
+++ trunk/debian/rules	2010-05-24 15:52:30 UTC (rev 661)
@@ -6,8 +6,6 @@
 PACKAGE=$(package)
 VERSION=$(shell dpkg-parsechangelog | awk '$$1 == "Version:" {print $$2}')
 
-include /usr/share/quilt/quilt.make
-
 binaries=list_lists find_member config_list mmsitepass newlist rmlist	\
 	add_members list_members remove_members arch clone_member	\
 	sync_members check_db check_perms list_admins withlist
@@ -23,7 +21,7 @@
 INSTALL_PROGRAM += -s
 endif
 
-build: patch build-stamp
+build: build-stamp
 build-stamp: Makefile debian/po/templates.pot
 	$(MAKE) 
 	sed 's, at VERSION@,$(VERSION),g' < debian/preinst.in > debian/preinst
@@ -41,7 +39,7 @@
 		--without-permcheck --with-mailhost=localhost \
 		--with-urlhost=localhost
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean

Added: trunk/debian/source/format
===================================================================
--- trunk/debian/source/format	                        (rev 0)
+++ trunk/debian/source/format	2010-05-24 15:52:30 UTC (rev 661)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-mailman-hackers mailing list