[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#706296: pu: package ldap2dns/0.3.1-3+squeeze1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

ldap2dns has a nasty bug (#333448)  that makes installation fail
sometimes with spurious errors. The fix is simple: just drop
debconf confmodule sourcing - it is not used at all.
Backported from wheezy.


Andreas
diff -u ldap2dns-0.3.1/debian/changelog ldap2dns-0.3.1/debian/changelog
--- ldap2dns-0.3.1/debian/changelog
+++ ldap2dns-0.3.1/debian/changelog
@@ -1,3 +1,16 @@
+ldap2dns (0.3.1-3+squeeze1) stable; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Luk Claes ]
+  * Do not include /usr/share/debconf/confmodule in postinst
+    (Closes: #333448).
+
+  [ Andreas Beckmann ]
+  * Backport postinst fix from wheezy (0.3.1-3.1)
+
+ -- Andreas Beckmann <anbe@debian.org>  Sat, 27 Apr 2013 22:38:10 +0200
+
 ldap2dns (0.3.1-3) unstable; urgency=low
 
   * New maintainer (Closes: #248520)
diff -u ldap2dns-0.3.1/debian/postinst ldap2dns-0.3.1/debian/postinst
--- ldap2dns-0.3.1/debian/postinst
+++ ldap2dns-0.3.1/debian/postinst
@@ -20,8 +20,6 @@
     ;;
 esac
 
-. /usr/share/debconf/confmodule
-
 umask 022
 
 echo ""

Reply to: