Hi,

I have prepared a non-maintainer upload of libdshconfig to fix bugs
#702265 and #756800, uploaded to DELAYED/3. 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/1DDD8C9B
[email protected]                 http://www.aurel32.net
diff -u libdshconfig-0.20.13/debian/changelog libdshconfig-0.20.13/debian/changelog
--- libdshconfig-0.20.13/debian/changelog
+++ libdshconfig-0.20.13/debian/changelog
@@ -1,3 +1,14 @@
+libdshconfig (0.20.13-1.1) unstable; urgency=medium
+
+  [ Aurelien Jarno ]
+  * Non-maintainer upload.
+
+  [ Brahadambal Srinivasan ]
+  * Use dh-autoreconf to regenerate autoconf related files (Closes: #702265,
+    #756800).
+
+ -- Aurelien Jarno <[email protected]>  Wed, 01 Oct 2014 07:12:45 +0200
+
 libdshconfig (0.20.13-1) unstable; urgency=low
 
   * New upstream version
diff -u libdshconfig-0.20.13/debian/control libdshconfig-0.20.13/debian/control
--- libdshconfig-0.20.13/debian/control
+++ libdshconfig-0.20.13/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Junichi Uekawa <[email protected]>
-Build-Depends: debhelper (>> 4.0.0), libtool, d-shlibs (>= 0.4), doxygen
+Build-Depends: debhelper (>> 4.0.0), dh-autoreconf, d-shlibs (>= 0.4), doxygen
 Standards-Version: 3.7.2
 
 Package: libdshconfig1
diff -u libdshconfig-0.20.13/debian/rules libdshconfig-0.20.13/debian/rules
--- libdshconfig-0.20.13/debian/rules
+++ libdshconfig-0.20.13/debian/rules
@@ -13,6 +13,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	dh_autoreconf
 	# Add here commands to configure the package.
 	./configure -prefix=/usr --with-versioned-symbol
 	touch configure-stamp
@@ -31,6 +32,7 @@
 	rm -f build-stamp configure-stamp
 	rm -rf $(DSH)
 	-$(MAKE) distclean
+	dh_autoreconf_clean
 	dh_clean
 
 install: build

Reply via email to