[Pkg-samba-maint] r1633 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Tue Nov 27 07:53:43 UTC 2007
Author: vorlon
Date: 2007-11-27 07:53:42 +0000 (Tue, 27 Nov 2007)
New Revision: 1633
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/panic-action
Log:
* debian/panic-action: detect when we're on an Ubuntu system and direct bug
reporters to Launchpad instead of to the Debian BTS. Closes: #452940.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2007-11-26 08:42:46 UTC (rev 1632)
+++ trunk/samba/debian/changelog 2007-11-27 07:53:42 UTC (rev 1633)
@@ -10,8 +10,10 @@
option names between the smbfs and cifs drivers.
Closes: #169624, #256637, #265468, #289179, #305210, #410075;
LP: #29413
+ * debian/panic-action: detect when we're on an Ubuntu system and direct bug
+ reporters to Launchpad instead of to the Debian BTS. Closes: #452940.
- -- Steve Langasek <vorlon at debian.org> Sun, 25 Nov 2007 01:06:01 -0800
+ -- Steve Langasek <vorlon at debian.org> Mon, 26 Nov 2007 23:52:08 -0800
samba (3.0.27a-1) unstable; urgency=low
Modified: trunk/samba/debian/panic-action
===================================================================
--- trunk/samba/debian/panic-action 2007-11-26 08:42:46 UTC (rev 1632)
+++ trunk/samba/debian/panic-action 2007-11-27 07:53:42 UTC (rev 1633)
@@ -48,9 +48,16 @@
echo "If the problem persists, you are encouraged to first install the"
echo "samba-dbg package, which contains the debugging symbols for the Samba"
echo "binaries. Then submit the provided information as a bug report to"
- echo "Debian. For information about the procedure for submitting bug reports,"
- echo "please see http://www.debian.org/Bugs/Reporting or the reportbug(1)"
- echo "manual page."
+ if [ -x "`which lsb_release 2>/dev/null`" ] \
+ && [ "`lsb_release -s -i`" = "Ubuntu" ]
+ then
+ echo "Ubuntu by visiting this link:"
+ echo "https://launchpad.net/ubuntu/+source/samba/+filebug"
+ else
+ echo "Debian. For information about the procedure for submitting bug reports,"
+ echo "please see http://www.debian.org/Bugs/Reporting or the reportbug(1)"
+ echo "manual page."
+ fi
echo
gdb -x /etc/samba/gdbcommands -batch "$BINARYNAME" "$1"
) | mail -s "Panic or segfault in Samba" root
More information about the Pkg-samba-maint
mailing list