Your message dated Fri, 12 Sep 2008 15:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488748: fixed in guidedog 1.0.0-5
has caused the Debian Bug report #488748,
regarding guidedog: Fix .desktop file installation for GNOME and functionality
with non -sh shells.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
488748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488748
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: guidedog
Version: 1.0.0-4
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch
Hi,
In Ubuntu, we've fixed two bugs in the guidedog package that we thought
you might be interested in adopting. The patch is attached for your
consideration.
* Symlink .desktop file to correct location so GNOME can read it [0]
* Patch guidedog.cpp with quilt to work with non *sh shells [1]
Thanks,
Iain
[0] https://bugs.launchpad.net/ubuntu/+source/guidedog/+bug/217232
[1] https://bugs.launchpad.net/ubuntu/+source/guidedog/+bug/124230
-- System Information:
Debian Release: lenny/sid
APT prefers hardy-updates
APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500,
'hardy-backports'), (500, 'hardy')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-17-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u guidedog-1.0.0/debian/changelog guidedog-1.0.0/debian/changelog
diff -u guidedog-1.0.0/debian/control guidedog-1.0.0/debian/control
--- guidedog-1.0.0/debian/control
+++ guidedog-1.0.0/debian/control
@@ -3,6 +3,6 @@
Priority: optional
Maintainer: Paul Cupis <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.51), kdelibs-dev
+Build-Depends: debhelper (>= 5.0.51), kdelibs-dev, quilt (>= 0.40)
Standards-Version: 3.7.3
Package: guidedog
diff -u guidedog-1.0.0/debian/rules guidedog-1.0.0/debian/rules
--- guidedog-1.0.0/debian/rules
+++ guidedog-1.0.0/debian/rules
@@ -5,6 +5,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+include /usr/share/quilt/quilt.make
+
# This is the debhelper compatibility version to use.
export DH_COMPAT=4
@@ -22,7 +24,7 @@
INSTALL_PROGRAM += -s
endif
-config.status: configure
+config.status: configure $(QUILT_STAMPFN)
dh_testdir
# configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info --disable-rpath
--with-qt-includes=/usr/include/qt3
@@ -38,7 +40,7 @@
touch build-stamp
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp
only in patch2:
unchanged:
--- guidedog-1.0.0.orig/debian/guidedog.links
+++ guidedog-1.0.0/debian/guidedog.links
@@ -0,0 +1 @@
+usr/share/applications/guidedog.desktop
usr/share/applnk/System/guidedog.desktop
only in patch2:
unchanged:
--- guidedog-1.0.0.orig/debian/patches/series
+++ guidedog-1.0.0/debian/patches/series
@@ -0,0 +1 @@
+alternative_shell_fixes.patch
only in patch2:
unchanged:
--- guidedog-1.0.0.orig/debian/patches/alternative_shell_fixes.patch
+++ guidedog-1.0.0/debian/patches/alternative_shell_fixes.patch
@@ -0,0 +1,15 @@
+Index: guidedog-1.0.0/guidedog/guidedog.cpp
+===================================================================
+--- guidedog-1.0.0.orig/guidedog/guidedog.cpp 2008-07-01 00:44:07.448017989
+0100
++++ guidedog-1.0.0/guidedog/guidedog.cpp 2008-07-01 00:44:54.925061415
+0100
+@@ -1479,7 +1479,9 @@
+ }
+ cr.setPlainCaption(i18n("Modify Routing Configuration"));
+ cr.setHeading(i18n("Configuring...\n\nOutput:"));
+- cr.run(QString("export GUIDEDOG_VERBOSE=1;")+tmpfile.name());
++ //cr.run(QString("export GUIDEDOG_VERBOSE=1;")+tmpfile.name());
++ putenv("GUIDEDOG_VERBOSE=1");
++ cr.run(tmpfile.name());
+ systemconfigmodified = true;
+ commandrunnersize = cr.size();
+ return true;
--- End Message ---
--- Begin Message ---
Source: guidedog
Source-Version: 1.0.0-5
We believe that the bug you reported is fixed in the latest version of
guidedog, which is due to be installed in the Debian FTP archive:
guidedog_1.0.0-5.diff.gz
to pool/main/g/guidedog/guidedog_1.0.0-5.diff.gz
guidedog_1.0.0-5.dsc
to pool/main/g/guidedog/guidedog_1.0.0-5.dsc
guidedog_1.0.0-5_i386.deb
to pool/main/g/guidedog/guidedog_1.0.0-5_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Paul Cupis <[EMAIL PROTECTED]> (supplier of updated guidedog package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 12 Sep 2008 15:53:25 +0100
Source: guidedog
Binary: guidedog
Architecture: source i386
Version: 1.0.0-5
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Paul Cupis <[EMAIL PROTECTED]>
Description:
guidedog - NAT/masquerading/port-forwarding configuration tool for KDE
Closes: 488748
Changes:
guidedog (1.0.0-5) unstable; urgency=low
.
* Update location of .desktop file (closes: #488748)
* Bump to Stanards-Version 3.8.0, no changes
Checksums-Sha1:
2d91e0addf828599401040b41d4c82905f117dd0 965 guidedog_1.0.0-5.dsc
14739d6059e579f67e45dc2d20c55a927faae100 27387 guidedog_1.0.0-5.diff.gz
6df489ae3c2ee25151ea9a1e7da7b4dd753f752d 125856 guidedog_1.0.0-5_i386.deb
Checksums-Sha256:
0f0bff8b43c008d6d006b416553d30cbf7b64062122d209d8750ef16fd794dfc 965
guidedog_1.0.0-5.dsc
f868391d7b451a9e92d6a2665119133d3ae93a550d1891acfcfcf879df8df6f8 27387
guidedog_1.0.0-5.diff.gz
34cb2af4298931000009c2777f8584c8efc12e2a582eba8e669fc7bfa815d14d 125856
guidedog_1.0.0-5_i386.deb
Files:
7206e5e2492c2a4193264be43910c9dc 965 net optional guidedog_1.0.0-5.dsc
ef207122ab70f485040b44aaeebcbfd6 27387 net optional guidedog_1.0.0-5.diff.gz
b850a18f8ae0fec533bb647cd9082d93 125856 net optional guidedog_1.0.0-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjKhIsACgkQIzuKV+SHX/n73wCggJ2LwtXk9g1GdwSBegaEZP9W
gIAAn0HLdppcevnaMVF18xKAXPKubSgA
=zGY/
-----END PGP SIGNATURE-----
--- End Message ---