Hi,

please find the attached patch of the NMU I've just uploaded.

Regards,
Tobias
diff -Nru libconfig-1.5/debian/changelog libconfig-1.5/debian/changelog
--- libconfig-1.5/debian/changelog	2015-08-04 17:20:08.000000000 +0200
+++ libconfig-1.5/debian/changelog	2016-11-26 23:19:25.000000000 +0100
@@ -1,3 +1,12 @@
+libconfig (1.5-0.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS when built with dpkg-buildpackage -A.
+    Thanks to Santiago Vila <sanv...@unex.es> (Closes: #806627)
+  * Remove Jose Luis Tallon from Uploaders list. (Closes: #838077)
+
+ -- Dr. Tobias Quathamer <to...@debian.org>  Sat, 26 Nov 2016 23:19:25 +0100
+
 libconfig (1.5-0.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libconfig-1.5/debian/control libconfig-1.5/debian/control
--- libconfig-1.5/debian/control	2015-08-04 17:20:08.000000000 +0200
+++ libconfig-1.5/debian/control	2016-11-26 23:19:25.000000000 +0100
@@ -1,7 +1,6 @@
 Source: libconfig
 Priority: optional
 Maintainer: Jonathan McCrohan <jmccro...@gmail.com>
-Uploaders: Jose Luis Tallon <jltal...@adv-solutions.net>
 Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo, g++ (>= 4:5)
 Build-Depends-Indep: texlive-latex-base, texlive-fonts-recommended
 Standards-Version: 3.9.6
@@ -16,7 +15,7 @@
 Description: parsing/manipulation of structured configuration files
  This library features a fully reentrant parser and includes bindings for
  both the C and C++ programming languages. It runs on modern POSIX-compliant
- systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
+ systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
  Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
  .
  This library allows parsing, manipulating and writing structured configuration
@@ -32,7 +31,7 @@
 Description: parsing/manipulation of structured configuration files (C++ binding)
  This library features a fully reentrant parser and includes bindings for
  both the C and C++ programming languages. It runs on modern POSIX-compliant
- systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
+ systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
  Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
  .
  This library allows parsing, manipulating and writing structured configuration
@@ -51,7 +50,7 @@
 Description: parsing/manipulation of structured config files (development)
  This library features a fully reentrant parser and includes bindings for
  both the C and C++ programming languages. It runs on modern POSIX-compliant
- systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
+ systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
  Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
  .
  This library allows parsing, manipulating and writing structured configuration
@@ -86,7 +85,7 @@
 Description: parsing/manipulation of structured config files (C++ development)
  This library features a fully reentrant parser and includes bindings for
  both the C and C++ programming languages. It runs on modern POSIX-compliant
- systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on 
+ systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
  Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
  .
  This library allows parsing, manipulating and writing structured configuration
diff -Nru libconfig-1.5/debian/rules libconfig-1.5/debian/rules
--- libconfig-1.5/debian/rules	2015-08-04 17:20:08.000000000 +0200
+++ libconfig-1.5/debian/rules	2016-11-26 23:19:25.000000000 +0100
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 # # export DH_VERBOSE=1
 
+override_dh_auto_test-indep:
+
 override_dh_auto_build-indep:
 	$(MAKE) -C doc pdf
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to