tag 417865 pending
thanks

Vlad Shakhov <[email protected]> (04/08/2008):
> > --- debian/patches/00list~      2008-08-02 22:42:45.000000000 +0000
> > +++ debian/patches/00list       2008-08-02 22:42:45.000000000 +0000
> > @@ -1,6 +1,4 @@
> > -#if defined(DEB_BUILD_ARCH_OS_kfreebsd)
> >  01_kfreebsd
> > -#endif
> >  02_fix_login_overflow
> >  03_autoconf.dpatch
> >  04_manpage_indent
> >
> 
> Ok. Thank you for respond.

Hi,

now that wmaker is available for kfreebsd in the official archive, I've
prepared another NMU to fix the FTBFS, with the attached source debdiff.

I'm uploading it to DELAYED/3, which lets you some time to upload a
fixed package yourself if you like, or ask me to cancel it if you want
more time to prepare an upload.

Mraw,
KiBi.
diff -u wdm-1.28/debian/changelog wdm-1.28/debian/changelog
--- wdm-1.28/debian/changelog
+++ wdm-1.28/debian/changelog
@@ -1,3 +1,15 @@
+wdm (1.28-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS on GNU/kFreeBSD by getting rid of the #if/#endif test in the
+    dpatch 00list file (Closes: #417865). It turned out that this patch
+    wasn't applied, since according to the dpatch manpage, only
+    DEB_BUILD_ARCH_$arch is supported, not DEB_BUILD_ARCH_OS_$os. That
+    patch can be applied on every platform without any issues
+    anyway. Update my mail address in the dpatch header, too.
+
+ -- Cyril Brulebois <[email protected]>  Fri, 03 Jul 2009 11:57:45 +0200
+
 wdm (1.28-3) unstable; urgency=low
 
   * Use dpatch to process external patches. Added to Build-depends. 
diff -u wdm-1.28/debian/patches/01_kfreebsd.dpatch wdm-1.28/debian/patches/01_kfreebsd.dpatch
--- wdm-1.28/debian/patches/01_kfreebsd.dpatch
+++ wdm-1.28/debian/patches/01_kfreebsd.dpatch
@@ -1,5 +1,5 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_kfreebsd.dpatch by Cyril Brulebois <[email protected]>
+## 01_kfreebsd.dpatch by Cyril Brulebois <[email protected]>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Fix GNU/kFreeBSD build.
diff -u wdm-1.28/debian/patches/00list wdm-1.28/debian/patches/00list
--- wdm-1.28/debian/patches/00list
+++ wdm-1.28/debian/patches/00list
@@ -1,6 +1,4 @@
-#if defined(DEB_BUILD_ARCH_OS_kfreebsd)
 01_kfreebsd
-#endif
 02_fix_login_overflow
 03_autoconf.dpatch
 04_manpage_indent

Reply via email to