[광고]packages님 안녕하십니까?

2002-04-12 Thread 샤프론
Title: Untitled Document





   

  원치않는 메일을 받으셨다면 정말로 죄송합니다. 귀하의 메일주소는 인터넷 상의 공개된 메일 주소를 근거로 발송하였으며 E-Mail 
주소 외에, 다른 정보는 갖고 있지 않습니다. 정통부 권고사항에 의거 제목에 [광고]라고 표기한 메일입니다. 원치 않으면 수신거부를 
눌러주세요. 
  ♣ 샤프론이 제공하는 오늘의 날씨정보 ♣



  
  

  
 
  
  
  

  

  



   
 
 


  
   




  
   




  
   
 
 
  
 
  
   
   

  
  
  

▶ 제 품 명 : 바레미소 7175 Set 
  ▶ 제품구성 : 바레미소250㎖(스프레이+비닐버선) 
  ▶ 보건복지부허가 제120호 
  ▶ 제 조 원 : (주)마리랑스 
  ▶ 발명특허출원번호 : 10-2000-0056339 
  

  
  
 
   

 
   
▶ 효과 : 짓무름, 수포물집, 각질, 
  트고 갈라짐, 손 발(톱) 가려움, 발냄새

 ① 무좀균, 감염, 짓무른 표피,각질 연화로 제거를 용이하게 해줍니다.
  ② 획기적인 침지요법 7회로 향후 재발가능 성은 거의 희박합니다. 
  ③ 제습~보습의 수분 밸런스를 콘트롤 해줍니다. 
  ④ 식물성 에센스 영양성분에 의해 보송보송 하고 부드러운 피부로 변화 시켜줍니다.
  
  * 스프레이형 신발소독제 : 무좀균 및 각종세균의 항균 탈취 효과로 재발방지
  ① 세균의 집중서식처인 눅눅한 신발소독의 살균탈취로 발 주변환경을 더욱 청결하게 해줍니다. 
  ② 바레미소 사용과 신발 소독을 함께 사용함으로 발냄새 및 재발을 더욱 확실하게 차단시켜줍니다. 
  
  * 청결한 신발 소독 
  * 더욱 확실한 재발 방지효과 
※ 땀에 의해 항상 눅눅한 발과 장시간 물에 젖어있는 주부들의 손 질환에도 
  사용하면 좋습니다.
  


   


  

  

  
  

 
  
   



  





Bug#142566: linuxconf can't find fetchmail help files

2002-04-12 Thread Jerry Quinn
Package: linuxconf
Version: 1.26r4-2
Severity: normal

In linuxconf, I go to config->networking->remote mail servers(fetchmail).
Here, I select the Help button.  I receive the following error message:

Help file help.eng/fetchmailconf/fetchmailconf not yet written

The appropriate help files seem to be in the directory
/usr/lib/linuxconf/help.eng/fetchmailconf/



-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux wyvern 2.4.18-686 #2 Wed Mar 20 20:21:31 EST 2002 i686
Locale: LANG=C, LC_CTYPE=

Versions of packages linuxconf depends on:
ii  libc62.2.5-4 GNU C Library: Shared libraries an
ii  libdb3   3.2.9-15Berkeley v3 Database Libraries [ru
ii  libgd1   1.8.4-15GD Graphics Library
ii  libncurses5  5.2.20020112a-5 Shared libraries for terminal hand
ii  libpam0g 0.72-35 Pluggable Authentication Modules l
ii  libpng2  1.0.12-3PNG library - runtime
ii  libstdc++2.10-glibc2.2   1:2.95.4-5  The GNU stdc++ library
ii  libxml1  1:1.8.17-2  GNOME XML library
ii  logrotate3.5.9-7 Log rotation utility
ii  netbase  4.07Basic TCP/IP networking system
ii  python2.12.1.2-3 An interactive object-oriented scr
ii  sysvinit 2.84-2  System-V like init.
ii  xlibs4.1.0-14X Window System client libraries
ii  zlib1g   1:1.1.4-1   compression library - runtime



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Trying to build Debian packages for KDE 3.0

2002-04-12 Thread Nick Garnett
SOrry to bug you.  I hope you can help with this irksome problem.

I'm a developer at Lindows.com.  I'm on the team responsible for integrating 
KDE 3.0 with LindowsOS.  I can build KDE3.0 fine using the 'configure, make, 
make install' approach, but have not had any luck building the Debain 
packages using 'dpkg-buildpackage'.  I am using the latest KDE3.0 source from 
the KDE FTP mirrors.

Are you building KDE3.0 Debian packages?
Do you have a different 'debian' sub-tree than KDE's?
If so, is the debian package build hierarchy you are using available on the 
Debian site?  If so, where?  If not, do you have a feeling when 
it will be available.

I have made some progress building Qt.   I have made about 10 changes to the 
'rules' file and have gotten through to the 'binary-arch' rule, where the 
build ends because the '.../usr/bin' tools are not there for the 
'dh_movefiles -pqt3-tools --sourcedir=debian/tmp-install' command.

I have attached my hacked up copy of the 'rules' file.  I added the 
'../bld/startlog' and '../bld/endlog' lines, which are invocations of simple 
scripts for logging and are not important to the build.

Thank you in advance for your time and consideration.

Nick Garnett#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This is the debhelper compatability version to use.
export DH_COMPAT=3
export QTDIR=$(shell pwd)
export AR=ar cr
old_libpath := $(LD_LIBRARY_PATH)
export LD_LIBRARY_PATH = $(QTDIR)/lib:$(old_libpath)
YACC="byacc -d"
ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)

ifeq ($(DEB_BUILD_GNU_TYPE),i386-linux)
  XINERAMA=-xinerama
else
  XINERAMA=-no-xinerama
endif

PREFIXDIR=$(KDEDIR)/usr

package = qt-x11
p = $(shell pwd)/debian
p_libs = $(p)/libqt3
p_doc = $(p)/qt3-doc
p_dev = $(p)/libqt3-dev
p_tools = $(p)/qt3-tools
tmp_shared = $(shell pwd)/debian/build-shared
tmp_install = $(shell pwd)/debian/tmp-install
configopts = -prefix $(PREFIXDIR) -docdir $(PREFIXDIR)/share/doc/qt3-doc 
-headerdir $(PREFIXDIR)/include/qt -datadir $(PREFIXDIR)/share/qt -qt-gif 
-system-zlib -system-libpng -system-libjpeg -system-libmng -qt-imgfmt-jpeg 
-qt-imgfmt-png -qt-imgfmt-mng -plugin-sql-mysql -plugin-sql-odbc 
-plugin-style-windows -qt-style-motif -plugin-style-compact 
-plugin-style-platinum -plugin-style-sgi -plugin-style-cde 
-plugin-style-motifplus -stl $(XINERAMA) -enable-opengl -sm -no-g++-exceptions 
-platform linux-g++ -I/usr/include/mysql

build: thread-stamp build-stamp

thread-stamp:
../bld/startlog thread-stamp
../bld/startlog "thread-stamp dh_testdir"
dh_testdir
ifeq ($(ARCH),alpha)
cp debian/qmake-alpha.conf mkspecs/linux-g++/qmake.conf
endif
../bld/startlog "thread-stamp make"
make -f Makefile.cvs
../bld/startlog "thread-stamp configure"
echo yes | ./configure $(configopts) -thread -plugindir 
$(PREFIXDIR)/lib/qt3/plugins-mt
../bld/startlog "thread-stamp make"
make symlinks 
../bld/startlog "thread-stamp make"
make src-qmake 
../bld/startlog "thread-stamp make"
make src-moc 
../bld/startlog "thread-stamp make"
make sub-src 
../bld/startlog "thread-stamp make"
make sub-tools 
../bld/startlog "thread-stamp make"
make sub-plugins
../bld/startlog "thread-stamp make"
make -C extensions/xt/src/
../bld/startlog "thread-stamp make"
make -C tools/designer/tools/createcw
../bld/startlog "thread-stamp make"
make INSTALL_ROOT=$(tmp_shared) install
../bld/startlog "thread-stamp make"
make -C extensions/xt/src/ INSTALL_ROOT=$(tmp_shared) install
../bld/startlog "thread-stamp install"
install -d $(tmp_shared)/usr/share/doc/
../bld/startlog "thread-stamp"
mkdir -p $(tmp_shared)/usr/bin/
cp bin/qtrename140 $(tmp_shared)/usr/bin/
../bld/startlog "thread-stamp"
cp bin/qt20fix $(tmp_shared)/usr/bin/
../bld/startlog "thread-stamp"
cp bin/findtr $(tmp_shared)/usr/bin/
../bld/startlog "thread-stamp"
mkdir -p $(tmp_shared)/usr/share/doc/qt3-doc/
cp .qmake.cache $(tmp_shared)/usr/share/doc/qt3-doc/
../bld/startlog "thread-stamp"
touch thread-stamp
../bld/endlog 

build-stamp:
../bld/startlog build-stamp
../bld/startlog "build-stamp dh_testdir"
dh_testdir
../bld/startlog "build-stamp clean"
-make clean
../bld/startlog "build-stamp rm lib/*"
-rm lib/*
../bld/startlog "build-stamp configure"
echo yes | ./configure $(configopts) -plugindir 
$(PREFIXDIR)/lib/qt3/plugins
../bld/startlog "build-stamp ld-stamp make symlinks src-qmake src-moc 
sub-src sub-plugins"
make symlinks src-qmake