[Pkg-grid-commits] paje.app/debian Paje.1,NONE,1.1 changelog,NONE,1.1 compat,NONE,1.1 control,NONE,1.1 control.in,NONE,1.1 copyright,NONE,1.1 dirs,NONE,1.1 linda-override,NONE,1.1 lintian-override,NONE,1.1 menu,NONE,1.1 rules,NONE,1.1

Vincent Danjean pkg-grid-devel@lists.alioth.debian.org
Fri, 14 Jan 2005 11:07:46 +0000


Update of /cvsroot/pkg-grid/paje.app/debian
In directory haydn:/tmp/cvs-serv29390/paje.app/debian

Added Files:
	Paje.1 changelog compat control control.in copyright dirs 
	linda-override lintian-override menu rules 
Log Message:
* rename paje to paje.app for source package name
  (to be consistent with other GnuStep packages)
* strip debian/changelog to "initial release"
  Gürkan Sengün said it has to be so (and I'm not yet debian developer ;-) )


--- NEW FILE: linda-override ---
Tag: image-in-usr-lib


--- NEW FILE: Paje.1 ---
.TH PAJE 1 "May 10, 2002"
.\" Please update the above date whenever this man page is modified.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins (default)
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
Paje \- generic visualization tool (Gantt chart and more)
.SH SYNOPSIS
.B Paje
.\" .RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.BR paje
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.B Pajé
is a graphical tool that displays all kinds of traces.
.PP
Key Features
.RS 4
.HP 8
.B Supports multi threaded programs
.RS 4
.HP 8
each thread of the analysed program can be individually displayed, or multiple threads can be combined, to reduce screen space usage.
.RE
.RE
.RS 4
.HP 8
.B Interactivity
.RS 4
.HP 8
each entity represented on the screen can be interrogated for more information,
.HP 8
related entities are highlighted as mouse cursor passes over some representation
.RE
.RE

.\" .SH OPTIONS
.\" \fBpaje\fP accepts the following options:
.\" .TP
.\" .B \-h, \-\-help
.\" Show summary of options.
.\" .TP
.\" .B \-V, \-\-version
.\" Show version of program.
.\" .\" .SH "SEE ALSO"
.\" .\" .BR foo (1), 
.\" .\" .BR bar (1).
.SH AUTHOR
Benhur Stein <benhur@inf.ufsm.br>.

--- NEW FILE: control ---
# -*- coding: utf-8 -*-

Source: paje.app
Section: science
Priority: optional
Maintainer: Vincent Danjean <Vincent.Danjean@ens-lyon.org>
Standards-Version: 3.6.1
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), quilt, debmake, libgnustep-gui0.9-dev, debhelper (>> 4.2.0), tetex-bin, tetex-extra

Package: paje.app
Architecture: any
Depends: ${shlibs:Depends}
Description: generic visualization tool (Gantt chart and more)
 Paje is a graphical tool that displays traces produced during the
 execution of multithreaded programs. Other programs can also generate
 traces for this tool.
 .
 Key Features
   * Supports multi threaded programs
      o each thread of the analysed program can be individually displayed,
        or multiple threads can be combined, to reduce screen space usage.
   * Interactivity
      o each entity represented on the screen can be interrogated for
        more information,
      o related entities are highlighted as mouse cursor passes over
        some representation
 

--- NEW FILE: lintian-override ---
paje.app: image-file-in-usr-lib

--- NEW FILE: control.in ---
# -*- coding: utf-8 -*-

Source: paje.app
Section: science
Priority: optional
Maintainer: Vincent Danjean <Vincent.Danjean@ens-lyon.org>
Standards-Version: 3.6.1
Build-Depends: @cdbs@, debmake, libgnustep-gui0.9-dev, debhelper (>> 4.2.0), tetex-bin, tetex-extra

Package: paje.app
Architecture: any
Depends: ${shlibs:Depends}
Description: generic visualization tool (Gantt chart and more)
 Paje is a graphical tool that displays traces produced during the
 execution of multithreaded programs. Other programs can also generate
 traces for this tool.
 .
 Key Features
   * Supports multi threaded programs
      o each thread of the analysed program can be individually displayed,
        or multiple threads can be combined, to reduce screen space usage.
   * Interactivity
      o each entity represented on the screen can be interrogated for
        more information,
      o related entities are highlighted as mouse cursor passes over
        some representation
 

--- NEW FILE: dirs ---
usr/bin
usr/lib/GNUstep/System
usr/share/lintian/overrides
usr/share/linda/overrides

--- NEW FILE: menu ---
?package(paje.app):needs="X11" section="Apps/Science"\
  title="Paje" command="/usr/bin/Paje"

--- NEW FILE: rules ---
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

# Let cdbs track the build-dep for me
debian/control:: debian/control.in debian/rules
DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/class/makefile.mk

PAJE=paje.app

DEB_MAKE_ENVVARS= . /usr/lib/GNUstep/System/Makefiles/GNUstep.sh ; 
DEB_MAKE_INSTALL_TARGET=install GNUSTEP_INSTALLATION_DIR=`pwd`/debian/$(PAJE)/usr/lib/GNUstep/System
DEB_MAKE_CLEAN_TARGET= clean distclean

DEB_INSTALL_DOCS_$(PAJE)=TODO Documentation/UserManual/user.ps
#Documentation/lang-paje/lang-paje.ps

DEB_DH_LINK_$(PAJE)=/usr/bin/gnustep-app-wrapper /usr/bin/Paje

DEB_INSTALL_MANPAGES_$(PAJE)=debian/Paje.1

###########################################
# Documentation is not build upstream...
build/$(PAJE)::
	$(MAKE) -C Documentation/UserManual
# Upstream does not include needed figures...
#	$(MAKE) -C Documentation/lang-paje

# one part of the clean rule must be called while patched
clean:: clean-patched

# if clean-patched and reverse-patches must be executed both, 
# then apply clean-patched first
reverse-patches: | clean-patched

clean-patched: apply-patches
	$(MAKE) -C Documentation/UserManual clean 
	$(MAKE) -C Documentation/lang-paje clean

###########################################
# GNUstep layout needs to circumvent policy...
binary-install/$(PAJE)::
	install -m 644 debian/lintian-override $(CURDIR)/debian/$(PAJE)/usr/share/lintian/overrides/$(PAJE)
	install -m 644 debian/linda-override $(CURDIR)/debian/$(PAJE)/usr/share/linda/overrides/$(PAJE)

--- NEW FILE: changelog ---
paje.app (1.2.2-1) unstable; urgency=low

  * Initial release.

 -- Vincent Danjean <Vincent.Danjean@ens-lyon.org>  Tue,  4 Jan 2005 14:21:40 +0100

--- NEW FILE: copyright ---
This package was debianized by Vincent Danjean Vincent.Danjean@ens-lyon.org on
Thu, 16 Oct 2003 12:21:07 +0200.

It was downloaded from http://forge.objectweb.org/projects/paje/

Upstream Authors: Benhur Stein <benhur@inf.ufsm.br>,
            	  Diego Kreutz <kreutz@inf.ufsm.br>,
	          Developed at Laboratoire ID, IMAG, France,
		  and Laborat\u00f3rio de Sistemas de
		  Computa\u00e7\u00e3o, UFSM, Brazil

Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Benhur Stein and contributors. 

Pajé is distributed under the terms of the GNU Lesser General Public License.

   Copyright (C) 2002,2003,2004 Benhur Stein

   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 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
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with this program; 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 Library
General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

If you have bug reports or suggestions, please contact Vincent Danjean at
<Vincent.Danjean@ens-lyon.org>.


--- NEW FILE: compat ---
4