[Pkg-kde-extras] Processing of icecc_0.9.4-1.1_amd64.changes

2009-12-06 Thread Archive Administrator
icecc_0.9.4-1.1_amd64.changes uploaded successfully to localhost
along with the files:
  icecc_0.9.4-1.1.dsc
  icecc_0.9.4-1.1.diff.gz
  icecc_0.9.4-1.1_amd64.deb
  libicecc-dev_0.9.4-1.1_amd64.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#544576: Intent to NMU (was: Bug#544576: icecc: FTBFS on GNU/kFreeBSD)

2009-12-06 Thread Cyril Brulebois
tag 544576 pending
thanks

Petr Salinger petr.salin...@seznam.cz (01/09/2009):
 It needs changes to sources and changes to debian packaging.

Thanks for both patches.

It's been 3 months already, I'm uploading a fixed package with the
attached debdiff to DELAYED/7.

BTW, icecc-monitor seems to build fine once icecc built.

Mraw,
KiBi.
diff -u icecc-0.9.4/debian/control icecc-0.9.4/debian/control
--- icecc-0.9.4/debian/control
+++ icecc-0.9.4/debian/control
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team pkg-kde-extras@lists.alioth.debian.org 
 Uploaders: Fathi Boudra f...@debian.org, Mark Purcell m...@debian.org
-Build-Depends: debhelper (= 7), quilt, automake, libtool, docbook2x
+Build-Depends: debhelper (= 7), quilt, automake, libtool, docbook2x,
+ libdevstat-dev [kfreebsd-i386 kfreebsd-amd64]
 Homepage: http://en.opensuse.org/Icecream
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/icecream/trunk/
@@ -28,7 +29,7 @@
 Package: libicecc-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libdevstat-dev [kfreebsd-any]
 Description: development files for icecc (distributed compiler)
  This package is part if icecc. It provides files which are necessary to build
  icecc-monitor.
diff -u icecc-0.9.4/debian/changelog icecc-0.9.4/debian/changelog
--- icecc-0.9.4/debian/changelog
+++ icecc-0.9.4/debian/changelog
@@ -1,3 +1,14 @@
+icecc (0.9.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS on GNU/kFreeBSD (Closes: #544576):
+ - Add libdevstat-dev to Build-Depends and to libicecc-dev's Depends,
+   only for kfreebsd-*.
+ - Add upstream patch: 20_fix_ftbfs_on_kfreebsd.diff
+ - Thanks to Petr Salinger for both Debian and upstream patches.
+
+ -- Cyril Brulebois k...@debian.org  Sun, 06 Dec 2009 17:03:00 +0100
+
 icecc (0.9.4-1) unstable; urgency=low
 
   * New upstream release.
diff -u icecc-0.9.4/debian/patches/series icecc-0.9.4/debian/patches/series
--- icecc-0.9.4/debian/patches/series
+++ icecc-0.9.4/debian/patches/series
@@ -3,0 +4 @@
+20_fix_ftbfs_on_kfreebsd.diff
only in patch2:
unchanged:
--- icecc-0.9.4.orig/debian/patches/20_fix_ftbfs_on_kfreebsd.diff
+++ icecc-0.9.4/debian/patches/20_fix_ftbfs_on_kfreebsd.diff
@@ -0,0 +1,43 @@
+Fix FTBFS on GNU/kFreeBSD, thanks to Petr Salinger.
+--- icecc-0.9.4.orig/minilzo/lzodefs.h
 icecc-0.9.4/minilzo/lzodefs.h
+@@ -356,7 +356,7 @@
+ #  if defined(_AIX) || defined(__AIX__) || defined(__aix__)
+ #define LZO_OS_POSIX_AIX1
+ #define LZO_INFO_OS_POSIX   aix
+-#  elif defined(__FreeBSD__)
++#  elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ #define LZO_OS_POSIX_FREEBSD1
+ #define LZO_INFO_OS_POSIX   freebsd
+ #  elif defined(__hpux__) || defined(__hpux)
+--- icecc-0.9.4.orig/minilzo/minilzo.c
 icecc-0.9.4/minilzo/minilzo.c
+@@ -377,7 +377,7 @@
+ #  if defined(_AIX) || defined(__AIX__) || defined(__aix__)
+ #define LZO_OS_POSIX_AIX1
+ #define LZO_INFO_OS_POSIX   aix
+-#  elif defined(__FreeBSD__)
++#  elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ #define LZO_OS_POSIX_FREEBSD1
+ #define LZO_INFO_OS_POSIX   freebsd
+ #  elif defined(__hpux__) || defined(__hpux)
+--- icecc-0.9.4.orig/daemon/ncpus.c
 icecc-0.9.4/daemon/ncpus.c
+@@ -89,7 +89,7 @@
+  return 0;
+ }
+ 
+-#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__bsdi__) || defined(__DragonFly__)
++#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__bsdi__) || defined(__DragonFly__)
+ 
+ /* http://www.FreeBSD.org/cgi/man.cgi?query=sysctlsektion=3manpath=FreeBSD+4.6-stable
+http://www.openbsd.org/cgi-bin/man.cgi?query=sysctlsektion=3manpath=OpenBSD+Current
+@@ -100,7 +100,7 @@
+ #include sys/param.h
+ #include sys/sysctl.h
+ 
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ #undef HAVE_RS_LOG_ERROR
+ #else
+ #define HAVE_RS_LOG_ERROR


signature.asc
Description: Digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Processed: Intent to NMU (was: Bug#544576: icecc: FTBFS on GNU/kFreeBSD)

2009-12-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 544576 pending
Bug #544576 [icecc] icecc: FTBFS on GNU/kFreeBSD
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] hi罢

2009-12-06 Thread jay shah

hi
   Please forgive us to disturb your precious time.We are Hailong 
company.This is a electronic company.one of the biggest international trading 
wholesalers in China.We mainly sell electrical products.
  We can offer the high quality and competitive price, and all the products 
come with international warranty. If you have time, please visit our website.

⊙
Thanks  Best Regards,

Ricky Sun

Hailong Co., Ltd.
W e b s i t e:ioffershop.com
MSN:ioffershop...@hotmail.com
Email:ioffers...@188.com
Address: Number 36,Renmin Road,huangpu District,Shanghai City 

  
_
Windows 7: Simplify what you do everyday. Find the right PC for you.
http://windows.microsoft.com/shop___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#559780: buildd.debian.org: [p-a-s/sid] only build dvr on i386 and amd64.

2009-12-06 Thread Cyril Brulebois
Package: buildd.debian.org
Severity: normal
Tags: patch

dvr is i386 and amd64 only. Patch attached. Maintainers Cc'd.

Mraw,
KiBi.
From 77a3d0a1f8292b83b798cb6d266abb3707f14766 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois k...@debian.org
Date: Mon, 7 Dec 2009 03:28:21 +0100
Subject: [PATCH] dvr: only build on i386 and amd64

Signed-off-by: Cyril Brulebois k...@debian.org
---
 Packages-arch-specific |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Packages-arch-specific b/Packages-arch-specific
index fa92e69..3f0c871 100644
--- a/Packages-arch-specific
+++ b/Packages-arch-specific
@@ -64,6 +64,7 @@ crash: amd64 i386 ia64 alpha powerpc  
  # not yet ported to other platform
 %drscheme: alpha amd64 hppa i386 m68k mips mipsel powerpc sparc  # 
[ANAIS]
 debian-edu-artwork-usplash: i386 amd64 powerpc sparc  # needs 
usplash
 dosemu: i386 amd64# 
Hardcoded i386 assembler
+%dvr: i386 amd64 # ANAIS
 e3: i386 kfreebsd-i386 amd64 kfreebsd-amd64  # i386 
assembly
 %eep24c: amd64 i386 kfreebsd-i386 kfreebsd-amd64 hurd-i386   # [?] 
ANAIS, sys/io.h
 efibootmgr: i386 amd64 ia64 lpia # PC/ia64 
boot mgr
-- 
1.6.5.4

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras