Things to do for the new Xnee package in Debian
==============================================

1. Do we want to add information to the README.Debian file? 
Currently this file is empty. Or do we want to just use the Xnee README
file instead?

2. I removed this text from the README file because it is irrelevant in
the debian environment. Please advise.

"To build these three programs do the following:
-----------------------------------------------
libxnee:
  Go to the directory libxnee and read the INSTALL file
xnee:
  Go to the directory xnee and read the INSTALL file
gnee:
  Go to the directory gnee and read the INSTALL file"

Files is attached for your approval:
(All have been edited by me.)

debian/control
debian/copyright 

3. I am unable to compile xnee-2.04 on my ubuntu machine:
$ uname -a
Linux jeremiahfoster.com 2.6.12-10-386 #1 Mon Jan 16 17:18:08 UTC 2006
i686 GNU/Linux

$ sudo fakeroot debian/rules build

make[4]: Entering directory `/home/jeremiah/Xnee/xnee-2.04/cnee/src'
source='main.c' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc3 /bin/sh ../.././autotools//depcomp \
i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I../../libxnee/include      -g -DUSE_VERBOSE -DNO_BUF_VERBOSE     -Wall
-g -O2 -c `test -f 'main.c' || echo './'`main.c
source='parse.c' object='parse.o' libtool=no \
depfile='.deps/parse.Po' tmpdepfile='.deps/parse.TPo' \
depmode=gcc3 /bin/sh ../.././autotools//depcomp \
i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I../../libxnee/include      -g -DUSE_VERBOSE -DNO_BUF_VERBOSE     -Wall
-g -O2 -c `test -f 'parse.c' || echo './'`parse.c
parse.c: In function 'xnee_parse_args':
parse.c:258: warning: implicit declaration of function
'xnee_set_replay_offset_str'
parse.c:264: warning: implicit declaration of function
'xnee_get_replay_offset_x'
parse.c:264: warning: implicit declaration of function
'xnee_get_replay_offset_y'
parse.c: In function 'xnee_infopage':
parse.c:1064: warning: too few arguments for format
parse.c:1070: warning: too few arguments for format
i486-linux-gnu-gcc -I../../libxnee/include      -g -DUSE_VERBOSE
-DNO_BUF_VERBOSE     -Wall -g -O2   -o cnee   main.o parse.o
-L../../libxnee/src -lxnee -L/usr/X11R6/lib -L/usr/X11R6/lib -lX11
-lXtst      -L/usr/X11R6/lib
./cnee --infopage > cnee.texi
cd . \
  &&    \
       `echo cnee.texi | sed 's,.*/,,'`
/bin/sh: cnee.texi: command not found
make[4]: *** [cnee.info] Error 127
make[4]: Leaving directory `/home/jeremiah/Xnee/xnee-2.04/cnee/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jeremiah/Xnee/xnee-2.04/cnee'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jeremiah/Xnee/xnee-2.04'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jeremiah/Xnee/xnee-2.04'
make: *** [build-stamp] Error 2

Source: xnee
Section: devel
Priority: optional
Maintainer: Jeremiah Foster <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.0.0), autotools-dev
Standards-Version: 3.6.1

Package: xnee
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: xnee records and plays back X window events
        Xnee is a suite of programs that can record, replay and distribute user 
actions under the 
        X11 window environment. One can think of it as a robot that can imitate 
the job you just did. 
        Xnee can be used to do nightly automatic regression tests, record and 
replay a user interaction 
        with your system, and distribute actions. For example, a teachers 
actions could be sent to 
        all students desktops using xnee.
        
This is xnee, written by Henrik Sandklef ([EMAIL PROTECTED])
with Jon-Erling Dahl ([EMAIL PROTECTED]) and maintained 
by Jeremiah Foster <[EMAIL PROTECTED]> on       
Fri,  3 Feb 2006 20:08:14 +0100.

The original source can always be found at:
        ftp://ftp.debian.org/dists/unstable/main/source/
and
        http://ftp.gnu.org/gnu/xnee/

Copyright (C) 2006 Henrik Sandklef

License:

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this package; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  02111-1307, USA.

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
_______________________________________________
Xnee-devel mailing list
Xnee-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/xnee-devel

Reply via email to