On Sun, Oct 05, 2014 at 02:55:14PM +0200, Aurelien Jarno wrote:
> control: tag -1 + pending
> 
> Hi,
> 
> I have just uploaded a fixed version of dircproxy to DELAYED/3 fixing
> bugs #525778, #535746, #745154 and #759441. Yyou 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).

Of course I forgot to attach the diff, here it is.

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
[email protected]                 http://www.aurel32.net
diff -u dircproxy-1.0.5/debian/control dircproxy-1.0.5/debian/control
--- dircproxy-1.0.5/debian/control
+++ dircproxy-1.0.5/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Alex Pennace <[email protected]>
-Build-Depends: debhelper (>= 4.0.2)
+Build-Depends: debhelper (>= 4.0.2), autotools-dev
 Standards-Version: 3.5.7
 
 Package: dircproxy
diff -u dircproxy-1.0.5/debian/changelog dircproxy-1.0.5/debian/changelog
--- dircproxy-1.0.5/debian/changelog
+++ dircproxy-1.0.5/debian/changelog
@@ -1,3 +1,14 @@
+dircproxy (1.0.5-5.2) unstable; urgency=medium
+
+  [ Aurelien Jarno ]
+  * Non-maintainer upload.
+
+  [ Logan Rosen ]
+  * Use autotools-dev to update config.{sub,guess} for new arches (Closes:
+   #525778, #535746, #745154, #759441).
+
+ -- Aurelien Jarno <[email protected]>  Sun, 05 Oct 2014 14:46:25 +0200
+
 dircproxy (1.0.5-5.1) unstable; urgency=high
 
   * Non-maintainer upload by the testing-security team
diff -u dircproxy-1.0.5/debian/rules dircproxy-1.0.5/debian/rules
--- dircproxy-1.0.5/debian/rules
+++ dircproxy-1.0.5/debian/rules
@@ -11,6 +11,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	# Add here commands to configure the package.
 	./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
@@ -34,6 +35,7 @@
 	# Add here commands to clean up after the build process.
 	-$(MAKE) distclean
 
+	dh_autotools-dev_restoreconfig
 	dh_clean
 
 install: build

Reply via email to