On Tue, Sep 23, 2014 at 08:43:53PM +0200, Aurelien Jarno wrote:
> control: severity -1 important
> 
> On Thu, Aug 14, 2014 at 04:08:41PM +0530, ravi wrote:
> > Source: courier
> > Version: 0.73.1
> > Severity: normal
> > Tags: patch
> > User: [email protected]
> > Usertags: autotools_dev ppc64el
> > 
> > Dear Maintainer,
> > 
> >     In order to avoid FTBFS "courier" source package on ppc64el arch,
> > config.{sub, guess} files need to be updated.
> > We have also successfully verified building "courier" source package on
> > ppc64el build machine after applying attached patch.
> > 
> > Thanks for considering the patch.
> > 
> 
> Hi,
> 
> ppc64el is now an official Debian architecture. With the Jessie freeze
> approaching, it would be nice if you can do an upload of courier with
> this patch. Thanks in advance.
> 

I have just uploaded a fixed package to DELAYED/5, you will find the
diff attached. Please feel free to ask for it to be removed from the
delayed queue if you prefer to get the package fixed another way (in
a timely manner though).

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/[email protected] 
                http://www.aurel32.net
diff -u courier-0.73.1/debian/changelog courier-0.73.1/debian/changelog
--- courier-0.73.1/debian/changelog
+++ courier-0.73.1/debian/changelog
@@ -1,3 +1,13 @@
+courier (0.73.1-1.4) unstable; urgency=medium
+
+  [ Aurelien Jarno ]
+  * Non-maintainer upload.
+  
+  [ Ravindran Arani ]
+  * Run dh_autotools-dev to update config.{sub, guess}. closes: #758113.
+
+ -- Aurelien Jarno <[email protected]>  Sun, 28 Sep 2014 21:11:40 +0200
+
 courier (0.73.1-1.3) unstable; urgency=medium
 
   * Non-maintainer upload in coordination with maintainer.
diff -u courier-0.73.1/debian/control courier-0.73.1/debian/control
--- courier-0.73.1/debian/control
+++ courier-0.73.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Stefan Hornburg (Racke) <[email protected]>
 Standards-Version: 3.8.3
-Build-Depends: libmysqlclient-dev | libmysqlclient15-dev, libpam0g-dev, libgdbm-dev | libgdbmg1-dev, libperl-dev, zlib1g-dev, libpcre3-dev, debhelper (>= 5), mime-support, libldap2-dev, procps, libsasl2-dev | libsasl-dev, expect, groff-base, ghostscript, mgetty-fax, netpbm, libfam-dev, libssl-dev, openssl (>= 0.9.6), libpq-dev, libtool, courier-authlib-dev (>= 0.66.1), po-debconf, automake
+Build-Depends: libmysqlclient-dev | libmysqlclient15-dev, libpam0g-dev, libgdbm-dev | libgdbmg1-dev, libperl-dev, zlib1g-dev, libpcre3-dev, debhelper (>= 5), mime-support, libldap2-dev, procps, libsasl2-dev | libsasl-dev, expect, groff-base, ghostscript, mgetty-fax, netpbm, libfam-dev, libssl-dev, openssl (>= 0.9.6), libpq-dev, libtool, courier-authlib-dev (>= 0.66.1), po-debconf, automake, autotools-dev
 Build-Conflicts: automake1.4
 Homepage: http://www.courier-mta.org/
 
diff -u courier-0.73.1/debian/rules courier-0.73.1/debian/rules
--- courier-0.73.1/debian/rules
+++ courier-0.73.1/debian/rules
@@ -73,6 +73,7 @@
 build-indep: build
 
 build: check
+	dh_autotools-dev_updateconfig
 # create a list of files that currently exists
 	chmod +x debian/srcmgr
 	if [ ! -f srcmgr.list ]; then debian/srcmgr > srcmgr.list; fi
@@ -85,6 +86,7 @@
 stamp-build: build
 
 clean: check
+	dh_autotools-dev_restoreconfig
 	dh_testroot
 	debconf-updatepo
 	rm -f stamp-build stamp-install

Reply via email to