On 24/08/06, Eddy Petrişor <[EMAIL PROTECTED]> wrote:
Hello Marco,

(Pathes were intentionaly not forwarded since they are already in BTS)

I just realised I sent this to -quiet.

A fix for this bug is attached. Please note that I have updated the
Romanian translation, too.

Now I have a patch which should fixes the old issue and, in addition,
places the PPPoE menu entry before the netcfg menu entry, thus
allowing a configuratio for a PPPoE only install system, which seems
to be more frequent [1].

Although Abel and Gregory are willing to test the ppp-udeb now, I
think it would be a good thing to update the package with this fix,
and why not my translation because this bug is slowing down their
testing efforts, and fixing it would help them a lot.

This update should also make it more easier for them to test.

[1] http://lists.debian.org/debian-boot/2006/08/msg01124.html
--
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein
diff -ruN ppp-2.4.4rel.orig/debian/changelog ppp-2.4.4rel/debian/changelog
--- ppp-2.4.4rel.orig/debian/changelog  2006-08-24 22:43:54.000000000 +0300
+++ ppp-2.4.4rel/debian/changelog       2006-08-24 22:50:18.000000000 +0300
@@ -1,3 +1,13 @@
+ppp (2.4.4rel-3) unstable; urgency=low
+
+  [ Eddy Petrișor ]
+  * fix the place where rp-pppoe.so is placed in (Closes: #384121)
+  * to ppp-udeb a higher priority in the menu so it runs before netcfg since
+    loading ppp-udeb means, most likely, the user wants to install via PPPoE
+    and that would be the primary connection type.
+
+ -- Eddy Petrișor <[EMAIL PROTECTED]>  Thu, 24 Aug 2006 22:47:18 +0300
+
 ppp (2.4.4rel-2) unstable; urgency=high
 
   * Make postinst not fail if /dev/MAKEDEV does not exist yet.
@@ -5,7 +15,7 @@
   * Update debconf translation: da. (Closes: #377672)
 
  -- Marco d'Itri <[EMAIL PROTECTED]>  Wed, 12 Jul 2006 18:26:01 +0200
-
+ 
 ppp (2.4.4rel-1) unstable; urgency=high
 
   * New upstream release. Fixes:
diff -ruN ppp-2.4.4rel.orig/debian/control ppp-2.4.4rel/debian/control
--- ppp-2.4.4rel.orig/debian/control    2006-08-24 22:43:54.000000000 +0300
+++ ppp-2.4.4rel/debian/control 2006-08-24 22:47:04.000000000 +0300
@@ -25,7 +25,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ethernet-card-detection, ppp-modules, di-utils
 Provides: configured-network
-XB-Installer-Menu-Item: 18
+XB-Installer-Menu-Item: 17
 Description: Point-to-Point Protocol (PPP) daemon
  The Point-to-Point Protocol (PPP) provides a standard way to transmit
  datagrams over a serial link, as well as a standard way for the machines
diff -ruN ppp-2.4.4rel.orig/debian/patches/000_fix_internal_version.diff 
ppp-2.4.4rel/debian/patches/000_fix_internal_version.diff
--- ppp-2.4.4rel.orig/debian/patches/000_fix_internal_version.diff      
1970-01-01 02:00:00.000000000 +0200
+++ ppp-2.4.4rel/debian/patches/000_fix_internal_version.diff   2006-08-24 
22:46:30.000000000 +0300
@@ -0,0 +1,10 @@
+Binary files ppp-2.4.4.orig/.ilist and ppp-2.4.4/.ilist differ
+diff -ruN ppp-2.4.4.orig/pppd/patchlevel.h ppp-2.4.4/pppd/patchlevel.h
+--- ppp-2.4.4.orig/pppd/patchlevel.h   2006-06-28 03:21:23.000000000 +0300
++++ ppp-2.4.4/pppd/patchlevel.h        2006-08-24 17:36:00.000000000 +0300
+@@ -1,4 +1,4 @@
+ /* $Id: patchlevel.h,v 1.66 2006/06/28 00:21:23 paulus Exp $ */
+ 
+-#define VERSION               "2.4.4"
++#define VERSION               "2.4.4b1"
+ #define DATE          "28 June 2006"
Binary files ppp-2.4.4rel.orig/.ilist and ppp-2.4.4rel/.ilist differ

Reply via email to