tag 304976 + fixed
thanks
Oops, forgot to close the bug in changelog.
This bug has been fixed by the 1.5.5-2.1 NMU, just uploaded.
libsasl7-dev is being removed from sid and sarge. This package is NOT
going to spoil it with a broken dependency any longer...
NMU diff attached.
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
diff -ruN xfmail-1.5.5/debian/changelog xfmail-1.5.5-2.1/debian/changelog
--- xfmail-1.5.5/debian/changelog 2005-04-17 21:24:06.371202998 -0300
+++ xfmail-1.5.5-2.1/debian/changelog 2005-04-17 21:13:42.608361964 -0300
@@ -1,3 +1,11 @@
+xfmail (1.5.5-2.1) unstable; urgency=low
+
+ * NMU
+ * Get rid of bogus libsasl7-dev build-dependency
+ * Clean up config.log and config.status in clean rule
+
+ -- Henrique de Moraes Holschuh <[EMAIL PROTECTED]> Sun, 17 Apr 2005 21:13:40
-0300
+
xfmail (1.5.5-2) unstable; urgency=low
* Use $LD instead of "$LD" inside configure so the shell will find
diff -ruN xfmail-1.5.5/debian/control xfmail-1.5.5-2.1/debian/control
--- xfmail-1.5.5/debian/control 2005-04-17 21:24:06.371202998 -0300
+++ xfmail-1.5.5-2.1/debian/control 2005-04-17 20:45:50.801547143 -0300
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Florian Hinzmann <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
-Build-Depends: dpatch, debhelper (>= 4), libforms-dev, xlibs-dev, libdb3-dev,
libgdbm-dev, libglib1.2-dev, libcompfaceg1-dev, libesd0-dev, libldap2-dev,
libsasl-dev, libmcrypt-dev
+Build-Depends: dpatch, debhelper (>= 4), libforms-dev, xlibs-dev, libdb3-dev,
libgdbm-dev, libglib1.2-dev, libcompfaceg1-dev, libesd0-dev, libldap2-dev,
libmcrypt-dev
Package: xfmail
Architecture: any
diff -ruN xfmail-1.5.5/debian/rules xfmail-1.5.5-2.1/debian/rules
--- xfmail-1.5.5/debian/rules 2005-04-17 21:24:06.373202753 -0300
+++ xfmail-1.5.5-2.1/debian/rules 2005-04-17 21:13:31.181754135 -0300
@@ -77,6 +77,8 @@
# Add here commands to clean up after the build process.
-$(MAKE) distclean
+ rm -f config.log config.status
+
dh_clean