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

Bug#387047: marked as done (knetworkconf: please support debian etch 4.0 and debian unstable/experimental)



Your message dated Wed, 04 Oct 2006 18:02:08 -0700
with message-id <E1GVHcm-0006e7-SZ@spohr.debian.org>
and subject line Bug#387047: fixed in kdeadmin 4:3.5.5-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: knetworkconf
Version: 4:3.5.4-1
Severity: important
Tags: patch


Currently debian etch does not support debian etch - and unfortunately
debian testing/unstable is called debian sarge.

This patch fixes it. 

Thank you

/Sune

diff -u kdeadmin-3.5.4/debian/changelog kdeadmin-3.5.4/debian/changelog
--- kdeadmin-3.5.4/debian/changelog
+++ kdeadmin-3.5.4/debian/changelog
@@ -1,3 +1,10 @@
+kdeadmin (4:3.5.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Makes  knetworkconf work with etch
+
+ -- Sune Vuorela <pusling@pusling-main>  Fri,  8 Sep 2006 16:04:41 +0200
+
 kdeadmin (4:3.5.4-1) unstable; urgency=low

   * New upstream release.
only in patch2:
unchanged:
--- kdeadmin-3.5.4.orig/knetworkconf/backends/service.pl.in
+++ kdeadmin-3.5.4/knetworkconf/backends/service.pl.in
@@ -80,7 +80,9 @@

        "debian-2.2"   => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"],
        "debian-3.0"   => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"],
-       "debian-sarge" => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"],
+       "debian-3.1" => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"],
+       "debian-4.0" => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"],
+       "debian-testing" => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"],
        "ubuntu-5.04"  => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"],
        "ubuntu-5.10"  => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"],
        "ubuntu-6.06"  => ["$gst_prefix/etc", "$gst_prefix/etc/init.d", "../init.d"],
@@ -151,7 +153,9 @@

        "debian-2.2"     => [2, 3],
        "debian-3.0"     => [2, 3],
-       "debian-sarge"   => [2, 3],
+       "debian-3.1"   => [2, 3],
+       "debian-4.0"   => [2, 3],
+       "debian-testing"   => [2, 3],
        "ubuntu-5.04"    => [2, 3],
        "ubuntu-5.10"    => [2, 3],
        "ubuntu-6.04"    => [2, 3],
@@ -221,7 +225,9 @@

      "debian-2.2"     => "debian-2.2",
      "debian-3.0"     => "debian-2.2",
-     "debian-sarge"   => "debian-2.2",
+     "debian-3.1"   => "debian-2.2",
+     "debian-4.0"   => "debian-2.2",
+     "debian-testing"   => "debian-2.2",
      "ubuntu-5.04"    => "debian-2.2",
      "ubuntu-5.10"    => "debian-2.2",
      "ubuntu-6.04"    => "debian-2.2",
@@ -1696,7 +1702,9 @@
       (
        "debian-2.2"   => \&gst_service_debian_get_status,
        "debian-3.0"   => \&gst_service_debian_get_status,
-       "debian-sarge" => \&gst_service_debian_get_status,
+       "debian-3.1" => \&gst_service_debian_get_status,
+       "debian-4.0" => \&gst_service_debian_get_status,
+       "debian-testing" => \&gst_service_debian_get_status,
        "ubuntu-5.04"  => \&gst_service_debian_get_status,
        "ubuntu-5.10"  => \&gst_service_debian_get_status,
        "ubuntu-6.04"  => \&gst_service_debian_get_status,
only in patch2:
unchanged:
--- kdeadmin-3.5.4.orig/knetworkconf/backends/network-conf.in
+++ kdeadmin-3.5.4/knetworkconf/backends/network-conf.in
@@ -68,7 +68,7 @@
               "mandrake-10.0", "mandrake-10.1","mandrake-10.2", "mandriva-2006.0", "mandriva-2006.1",
               "yoper-2.2",
               "blackpanther-4.0",
-              "debian-2.2", "debian-3.0", "debian-sarge",
+              "debian-2.2", "debian-3.0", "debian-3.1", "debian-4.0", "debian-testing",
               "ubuntu-5.04", "ubuntu-5.10", "ubuntu-6.06",
               "suse-7.0", "suse-9.0", "suse-9.1",
               "turbolinux-7.0", "fedora-1", "fedora-2", "fedora-3", "fedora-4", "fedora-5", "rpath",
only in patch2:
unchanged:
--- kdeadmin-3.5.4.orig/knetworkconf/backends/platform.pl.in
+++ kdeadmin-3.5.4/knetworkconf/backends/platform.pl.in
@@ -40,7 +40,9 @@
 $PLATFORM_INFO = {
   "debian-2.2"      => "Debian GNU/Linux 2.2 Potato",
   "debian-3.0"      => "Debian GNU/Linux 3.0 Woody",
-  "debian-sarge"    => "Debian GNU/Linux Sarge",
+  "debian-3.1"    => "Debian GNU/Linux 3.1 Sarge",
+  "debian-4.0"    => "Debian GNU/Linux 4.0 Etch",
+  "debian-testing"    => "Debian GNU/Linux Testing/Unstable/Experimental",
   "ubuntu-5.04"     => "Ubuntu GNU/Linux Hoary",
   "ubuntu-5.10"     => "Ubuntu GNU/Linux Breezy",
   "ubuntu-6.06"     => "Ubuntu GNU/Linux Dapper",
@@ -128,8 +130,8 @@
 {
   my ($ver, $i);
   my %vermap =
-      ("testing/unstable" => "sarge",
-       "3.1"              => "sarge");
+      ("testing/unstable" => "testing",
+       "unstable/experimental"              => "testing");

   open DEBIAN, "$gst_prefix/etc/debian_version" or return -1;
   chomp ($ver = <DEBIAN>);
only in patch2:
unchanged:
--- kdeadmin-3.5.4.orig/knetworkconf/backends/network.pl.in
+++ kdeadmin-3.5.4/knetworkconf/backends/network.pl.in
@@ -495,7 +495,9 @@
        "openna-1.0"   => "redhat-6.2",
        "debian-2.2"   => "debian-2.2",
        "debian-3.0"   => "debian-2.2",
-       "debian-sarge" => "debian-2.2",
+       "debian-3.1"   => "debian-2.2",
+       "debian-4.0"   => "debian-2.2",
+       "debian-testing"   => "debian-2.2",
        "ubuntu-5.04"  => "debian-2.2",
        "ubuntu-5.10"  => "debian-2.2",
        "ubuntu-6.06"  => "debian-2.2",
@@ -1813,7 +1815,9 @@
           "conectiva-10" => \&gst_network_rh62_get_file,
           "debian-2.2"   => \&gst_network_deb22_get_file,
           "debian-3.0"   => \&gst_network_deb22_get_file,
-          "debian-sarge" => \&gst_network_deb22_get_file,
+          "debian-3.1" => \&gst_network_deb22_get_file,
+          "debian-4.0" => \&gst_network_deb22_get_file,
+          "debian-testing" => \&gst_network_deb22_get_file,
           "ubuntu-5.04" => \&gst_network_deb22_get_file,
           "ubuntu-5.10" => \&gst_network_deb22_get_file,
           "ubuntu-6.06" => \&gst_network_deb22_get_file,
@@ -3934,7 +3938,9 @@
           "conectiva-10" => "lo",
           "debian-2.2"   => "lo",
           "debian-3.0"   => "lo",
-          "debian-sarge" => "lo",
+          "debian-3.1" => "lo",
+          "debian-4.0" => "lo",
+          "debian-testing" => "lo",
           "ubuntu-5.04" => "lo",
           "ubuntu-5.10" => "lo",
           "ubuntu-6.06" => "lo",
@@ -4100,7 +4106,9 @@
           "conectiva-10" => "redhat-7.0",
           "debian-2.2"   => "debian-2.2",
           "debian-3.0"   => "debian-2.2",
-          "debian-sarge" => "debian-2.2",
+          "debian-3.1" => "debian-2.2",
+          "debian-4.0" => "debian-2.2",
+          "debian-testing" => "debian-2.2",
           "ubuntu-5.04" => "debian-2.2",
           "ubuntu-5.10" => "debian-2.2",
           "ubuntu-6.06" => "debian-2.2",
@@ -4522,7 +4530,9 @@
           "conectiva-10" => "conectiva-9",
           "debian-2.2"   => "debian-2.2",
           "debian-3.0"   => "debian-3.0",
-          "debian-sarge" => "debian-3.0",
+          "debian-3.1" => "debian-3.0",
+          "debian-4.0" => "debian-3.0",
+          "debian-testing" => "debian-3.0",
           "ubuntu-5.04" => "debian-3.0",
           "ubuntu-5.10" => "debian-3.0",
           "ubuntu-6.06" => "debian-3.0",
@@ -5361,7 +5371,9 @@
          "conectiva-10" => "redhat-7.0",
           "debian-2.2"   => "debian-2.2",
           "debian-3.0" => "debian-2.2",
-          "debian-sarge" => "debian-2.2",
+          "debian-3.1" => "debian-2.2",
+          "debian-4.0" => "debian-2.2",
+          "debian-testing" => "debian-2.2",
           "ubuntu-5.04" => "debian-2.2",
           "ubuntu-5.10" => "debian-2.2",
           "ubuntu-6.06" => "debian-2.2",
@@ -5768,7 +5780,9 @@
           "conectiva-10" => "conectiva-9",
           "debian-2.2"   => "debian-2.2",
           "debian-3.0"   => "debian-3.0",
-          "debian-sarge" => "debian-3.0",
+          "debian-3.1" => "debian-3.0",
+          "debian-4.0" => "debian-3.0",
+          "debian-testing" => "debian-3.0",
           "ubuntu-5.04" => "debian-3.0",
           "ubuntu-5.10" => "debian-3.0",
           "ubuntu-6.06" => "debian-3.0",



-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages knetworkconf depends on:
ii  kdelibs4c2a                  4:3.5.4-3   core libraries and binaries for al
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1                      1:4.1.1-13  GCC support library
ii  libstdc++6                   4.1.1-13    The GNU Standard C++ Library v3

knetworkconf recommends no packages.

-- debconf-show failed


--- End Message ---
--- Begin Message ---
Source: kdeadmin
Source-Version: 4:3.5.5-1

We believe that the bug you reported is fixed in the latest version of
kdeadmin, which is due to be installed in the Debian FTP archive:

kcron_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/kcron_3.5.5-1_i386.deb
kdat_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/kdat_3.5.5-1_i386.deb
kdeadmin-dbg_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/kdeadmin-dbg_3.5.5-1_i386.deb
kdeadmin-doc-html_3.5.5-1_all.deb
  to pool/main/k/kdeadmin/kdeadmin-doc-html_3.5.5-1_all.deb
kdeadmin-kfile-plugins_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/kdeadmin-kfile-plugins_3.5.5-1_i386.deb
kdeadmin_3.5.5-1.diff.gz
  to pool/main/k/kdeadmin/kdeadmin_3.5.5-1.diff.gz
kdeadmin_3.5.5-1.dsc
  to pool/main/k/kdeadmin/kdeadmin_3.5.5-1.dsc
kdeadmin_3.5.5-1_all.deb
  to pool/main/k/kdeadmin/kdeadmin_3.5.5-1_all.deb
kdeadmin_3.5.5.orig.tar.gz
  to pool/main/k/kdeadmin/kdeadmin_3.5.5.orig.tar.gz
knetworkconf_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/knetworkconf_3.5.5-1_i386.deb
kpackage_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/kpackage_3.5.5-1_i386.deb
ksysv_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/ksysv_3.5.5-1_i386.deb
kuser_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/kuser_3.5.5-1_i386.deb
lilo-config_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/lilo-config_3.5.5-1_i386.deb
secpolicy_3.5.5-1_i386.deb
  to pool/main/k/kdeadmin/secpolicy_3.5.5-1_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 387047@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christopher Martin <chrsmrtn@debian.org> (supplier of updated kdeadmin 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed,  4 Oct 2006 20:13:07 -0400
Source: kdeadmin
Binary: lilo-config kcron kuser kdat ksysv kdeadmin-kfile-plugins secpolicy knetworkconf kdeadmin kpackage kdeadmin-dbg kdeadmin-doc-html
Architecture: source i386 all
Version: 4:3.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Christopher Martin <chrsmrtn@debian.org>
Description: 
 kcron      - the KDE crontab editor
 kdat       - a KDE tape backup tool
 kdeadmin   - system administration tools from the official KDE release
 kdeadmin-dbg - debugging symbols for kdeadmin
 kdeadmin-doc-html - KDE administration documentation in HTML format
 kdeadmin-kfile-plugins - KDE file metainfo plugins for deb and rpm files
 knetworkconf - KDE network configuration tool
 kpackage   - KDE package management tool
 ksysv      - KDE SysV-style init configuration editor
 kuser      - KDE user/group administration tool
 lilo-config - KDE frontend for lilo configuration
 secpolicy  - KDE PAM security policy configuration tool
Closes: 382201 387047
Changes: 
 kdeadmin (4:3.5.5-1) unstable; urgency=low
 .
   * New upstream release.
 .
   +++ Changes by Christopher Martin:
 .
   * Add a menu entry for secpolicy. Thanks to Vassilis Pandis.
     (Closes: #382201)
 .
   +++ Changes by Fathi Boudra:
 .
   * Add support for Etch (patch commited upstream r586643).
     Thanks to Sune Vuorela. (Closes: #387047)
Files: 
 84a642adb8cdcb7787c79e1d0a57f34a 1217 kde optional kdeadmin_3.5.5-1.dsc
 fde5e33ccbc1413551e4ae29bd29ff31 2492392 kde optional kdeadmin_3.5.5.orig.tar.gz
 14658b4f839ae5d62eb81427d5a9bbb2 342619 kde optional kdeadmin_3.5.5-1.diff.gz
 f53a382d768304e80ea32dcd0a08e5d7 14940 kde optional kdeadmin_3.5.5-1_all.deb
 a727df6c9c438347db838ce1e786521c 75134 doc optional kdeadmin-doc-html_3.5.5-1_all.deb
 89513ce05eede79d48aad6fba130d801 194162 admin optional kcron_3.5.5-1_i386.deb
 60b199a486034619bd15ef1053dfa8b8 184908 admin optional kdat_3.5.5-1_i386.deb
 8396305fb46d111d6f72d8044ffbd37f 32842 kde optional kdeadmin-kfile-plugins_3.5.5-1_i386.deb
 0df7c4ef74da2c5a986fdee3baad16b4 594618 kde optional knetworkconf_3.5.5-1_i386.deb
 fa1e99251c428b15acdfb8b4bf0d79e9 700058 admin optional kpackage_3.5.5-1_i386.deb
 df23b0d716f8f21c25995eb2a684a4a8 167780 admin optional ksysv_3.5.5-1_i386.deb
 1c225caac18373acd7b7e7bde2f367a4 239624 admin optional kuser_3.5.5-1_i386.deb
 6b77f2212c8dce64133a7b57caed551c 109336 kde optional lilo-config_3.5.5-1_i386.deb
 58272b8b9e73a551b0bf70fb9088e453 33668 admin optional secpolicy_3.5.5-1_i386.deb
 dc8ea6f69231e9393fa346ca380e820c 2406812 libdevel extra kdeadmin-dbg_3.5.5-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Signed by Christopher Martin <chrsmrtn@debian.org>

iD8DBQFFJFXgU+gWW+vtsysRApncAKCi+/sCBjq/Q+sSPkqVRMISDF0jowCggxgm
GtQWpNNMWnQlXpCWxhx0kNw=
=Tz4P
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: