[Pkg-cli-apps-commits] r4490 - in /packages/graphmonkey/trunk: ./ debian/

laney-guest at users.alioth.debian.org laney-guest at users.alioth.debian.org
Sat Jan 31 19:07:36 UTC 2009


Author: laney-guest
Date: Sat Jan 31 19:07:36 2009
New Revision: 4490

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4490
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/graphmonkey/trunk/debian/   (with props)
    packages/graphmonkey/trunk/debian/README.Debian
    packages/graphmonkey/trunk/debian/changelog
    packages/graphmonkey/trunk/debian/compat
    packages/graphmonkey/trunk/debian/control
    packages/graphmonkey/trunk/debian/copyright
    packages/graphmonkey/trunk/debian/dirs
    packages/graphmonkey/trunk/debian/docs
    packages/graphmonkey/trunk/debian/graphmonkey.1
    packages/graphmonkey/trunk/debian/linda.override
    packages/graphmonkey/trunk/debian/manpages
    packages/graphmonkey/trunk/debian/menu
    packages/graphmonkey/trunk/debian/rules   (with props)
Modified:
    packages/graphmonkey/trunk/Makefile
    packages/graphmonkey/trunk/graphmonkey

Modified: packages/graphmonkey/trunk/Makefile
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/Makefile?rev=4490&op=diff
==============================================================================
--- packages/graphmonkey/trunk/Makefile (original)
+++ packages/graphmonkey/trunk/Makefile Sat Jan 31 19:07:36 2009
@@ -1,7 +1,5 @@
 CC=mcs
 EXEC=GraphMonkey.exe
-SHARE=/usr/local/share
-BIN=/usr/local/bin
 
 all: 
 	$(CC) -target:exe -out:"$(EXEC)" -pkg:gtk-sharp-2.0  ./Main.cs ./MyWindow.cs ./Ecran_Form.cs ./operation.cs ./About_Form.cs
@@ -10,6 +8,6 @@
 	rm -rf $(EXEC)
 
 install:
-	mkdir -p $(SHARE)/graphmonkey
-	cp -f $(EXEC) $(SHARE)/graphmonkey
-	cp -f graphmonkey $(BIN)
+	mkdir $(DESTDIR)/usr/share/graphmonkey
+	cp $(EXEC) $(DESTDIR)/usr/share/graphmonkey/
+	cp graphmonkey $(DESTDIR)/usr/bin

Propchange: packages/graphmonkey/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/graphmonkey/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/README.Debian?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/README.Debian (added)
+++ packages/graphmonkey/trunk/debian/README.Debian Sat Jan 31 19:07:36 2009
@@ -1,0 +1,6 @@
+graphmonkey for Debian
+----------------------
+
+The install directories have been changed from the upstream version.
+
+ -- Benjamin Seidenberg <astronut at gmail.com>, Mon,  4 Jul 2005 17:01:40 -0400

Added: packages/graphmonkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/changelog?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/changelog (added)
+++ packages/graphmonkey/trunk/debian/changelog Sat Jan 31 19:07:36 2009
@@ -1,0 +1,83 @@
+graphmonkey (1.6-1) unstable; urgency=low
+
+  * New upstream release
+  * New maintainer address
+
+ -- Benjamin Seidenberg <benjamin at debian.org>  Wed, 18 Oct 2006 22:21:27 -0400
+
+graphmonkey (1.5-6) unstable; urgency=low
+
+  * Change build depend from cli-common to cli-common-dev due to package
+    rename. (Thanks to Andreas Jochens <aj at andaco.de>, Closes: #392121) 
+
+ -- Benjamin Seidenberg <astronut at dlgeek.net>  Tue, 10 Oct 2006 23:49:29 -0400
+
+graphmonkey (1.5-5) unstable; urgency=low
+
+  * Use gtk#2 instead of gtk#1 (Thanks to Sebastian Dröge <slomo at ubuntu.com>)
+  * Bump Standards-Version to 3.7.2 (No changes needed)
+  * Add binary-arch target (does nothing) to debian/rules to comply with
+    policy
+  * Debhelper should be a Build-Depends not Build-Depends-Indep to comply w/
+    policy.
+
+ -- Benjamin Seidenberg <astronut at dlgeek.net>  Wed, 31 May 2006 23:28:53 -0400
+
+graphmonkey (1.5-4) unstable; urgency=low
+
+  * Actually install menu entry (added dh_installmenu) 
+
+ -- Benjamin Seidenberg <astronut at dlgeek.net>  Tue, 18 Apr 2006 14:18:52 -0400
+
+graphmonkey (1.5-3) unstable; urgency=low
+
+  * Change from Arch: any to Arch: all since we have no native code (Closes:
+    #356903)
+  * Make package description more concise
+  * Add linda override for GraphMonkey.exe being 755.
+  * Remove ${shlibs:Depends} since we don't have any ELF output
+  * Updated README.Debian
+
+ -- Benjamin Seidenberg <astronut at dlgeek.net>  Sun, 19 Mar 2006 15:52:19 -0500
+
+graphmonkey (1.5-2) unstable; urgency=low
+
+  * Fix critical problem, somehow /usr/bin/graphmonkey got reverted to
+    upstream's copy, breaking execution via path environment.
+    Put patched copy back. 
+  * Fixed Homepage: field in debian/control
+
+ -- Benjamin Seidenberg <astronut at dlgeek.net>  Fri, 24 Feb 2006 16:34:52 -0500
+
+graphmonkey (1.5-1) unstable; urgency=low
+
+  * New Upstream release
+  * Much saner .orig.tar.gz, redid some packaging to match
+
+ -- Benjamin Seidenberg <astronut at dlgeek.net>  Sat, 18 Feb 2006 22:05:45 -0500
+
+graphmonkey (1.3-3) unstable; urgency=low
+
+  * Fixed several things for CLI Policy compliance
+  * debian/control: Fixed Build-Deps, used dh_clideps
+  * debian/rules: Added dh_clideps magic, fixed perms on .exe
+
+ -- Benjamin Seidenberg <astronut at dlgeek.net>  Mon, 26 Sep 2005 16:23:24 -0400
+
+graphmonkey (1.3-2) unstable; urgency=low
+
+  * Added MONO_SHARED_DIR to debian/rules to prevent file creation out of tree
+    Closes: #324394
+  * Fixed debian/copyright by adding date
+  * New email address
+
+ -- Benjamin Seidenberg <astronut at dlgeek.net>  Sun, 21 Aug 2005 20:34:27 -0400
+
+graphmonkey (1.3-1) unstable; urgency=low
+
+  * Initial release Closes: #311951
+  * Adjusted makefile and launch script to move program out of /usr/local
+  * Changed permissions of win32 binary to meet debian policy
+
+ -- Benjamin Seidenberg <astronut at gmail.com>  Mon,  4 Jul 2005 17:01:40 -0400
+

Added: packages/graphmonkey/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/compat?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/compat (added)
+++ packages/graphmonkey/trunk/debian/compat Sat Jan 31 19:07:36 2009
@@ -1,0 +1,1 @@
+4

Added: packages/graphmonkey/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/control?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/control (added)
+++ packages/graphmonkey/trunk/debian/control Sat Jan 31 19:07:36 2009
@@ -1,0 +1,17 @@
+Source: graphmonkey
+Section: math
+Priority: optional
+Maintainer: Benjamin Seidenberg <benjamin at debian.org>
+Build-Depends: debhelper (>= 4.0.0)
+Build-Depends-Indep: cli-common-dev, mono-mcs, libglade2.0-cil, libgtk2.0-cil, pkg-config
+Standards-Version: 3.7.2
+
+Package: graphmonkey
+Architecture: all
+Depends: ${misc:Depends}, ${cli:Depends}
+Description: a GTK#-based graphing calculator
+ GraphMonkey is a GTK#-based graphic calculator. It uses a simple interface to
+ draw curves.
+ .
+  Homepage: http://graphmonkey.sourceforge.net/
+   

Added: packages/graphmonkey/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/copyright?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/copyright (added)
+++ packages/graphmonkey/trunk/debian/copyright Sat Jan 31 19:07:36 2009
@@ -1,0 +1,27 @@
+This package was debianized by Benjamin Seidenberg <astronut at gmail.com> on
+Mon,  4 Jul 2005 17:01:40 -0400.
+
+It was downloaded from http://sourceforge.net/projects/graphmonkey/
+
+Copyright (C) 2004 Bellabes Lounis <nolius at users.sourceforge.net>
+
+License:
+
+   This package 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 package 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., 51 Franklin St, Fifth Floor, Boston, 
+   MA 02110-1301,USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+

Added: packages/graphmonkey/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/dirs?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/dirs (added)
+++ packages/graphmonkey/trunk/debian/dirs Sat Jan 31 19:07:36 2009
@@ -1,0 +1,2 @@
+usr/bin
+usr/share/

Added: packages/graphmonkey/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/docs?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/docs (added)
+++ packages/graphmonkey/trunk/debian/docs Sat Jan 31 19:07:36 2009
@@ -1,0 +1,1 @@
+HELP

Added: packages/graphmonkey/trunk/debian/graphmonkey.1
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/graphmonkey.1?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/graphmonkey.1 (added)
+++ packages/graphmonkey/trunk/debian/graphmonkey.1 Sat Jan 31 19:07:36 2009
@@ -1,0 +1,75 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH GRAPHMONKEY 1 "July  4, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .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
+graphmonkey \- Mono based graph drawing application
+.SH SYNOPSIS
+.B graphmonkey
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B graphmonkey
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBgraphmonkey\fP is a Mono based graph drawing application.
+.br
+
+The following symbols are available:
+.br	
+	+ , -, *, /
+.br
+	square roots : sqrt()
+.br
+	powers square : ^
+.br
+	brackets
+.br	
+	sine : sin()
+.br
+	cosine : cos()
+.br
+	tangent : tan()
+.br
+	arcsine : asin()
+.br
+	arccosine : acos()
+.br
+	arctangent : atan()
+.br
+	hyperbolic sine : sinh()
+.br
+	hyperbolic cosine : cosh()
+.br
+	hyperbolic tangent : tan()
+.br
+	logarithm : log()
+.br
+	exponential : exp()
+.sp 2
+It is also possible to modify the range.
+
+
+
+.SH AUTHOR
+graphmonkey was written by Bellabes Lounis <nolius at users.sourceforge.net>.
+.PP
+.ad l
+This manual page was written by Benjamin Seidenberg <astronut at gmail.com>,
+for the Debian project (but may be used by others).

Added: packages/graphmonkey/trunk/debian/linda.override
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/linda.override?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/linda.override (added)
+++ packages/graphmonkey/trunk/debian/linda.override Sat Jan 31 19:07:36 2009
@@ -1,0 +1,2 @@
+Tag: exec-not-elf-or-script
+Data: .*exe

Added: packages/graphmonkey/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/manpages?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/manpages (added)
+++ packages/graphmonkey/trunk/debian/manpages Sat Jan 31 19:07:36 2009
@@ -1,0 +1,1 @@
+debian/graphmonkey.1

Added: packages/graphmonkey/trunk/debian/menu
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/menu?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/menu (added)
+++ packages/graphmonkey/trunk/debian/menu Sat Jan 31 19:07:36 2009
@@ -1,0 +1,2 @@
+?package(graphmonkey):needs="X11" section="Apps/Math"\
+  title="graphmonkey" command="/usr/bin/graphmonkey"

Added: packages/graphmonkey/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/rules?rev=4490&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/rules (added)
+++ packages/graphmonkey/trunk/debian/rules Sat Jan 31 19:07:36 2009
@@ -1,0 +1,88 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export MONO_SHARED_DIR=$(CURDIR)
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+	rm -rf $((CURDIR)/.wapi/
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/graphmonkey.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/graphmonkey
+	chmod 755 $(CURDIR)/debian/graphmonkey/usr/share/graphmonkey/GraphMonkey.exe
+	#Install linda override
+	mkdir -p $(CURDIR)/debian/graphmonkey/usr/share/linda/overrides
+	cp $(CURDIR)/debian/linda.override \
+		$(CURDIR)/debian/graphmonkey/usr/share/linda/overrides/graphmonkey
+
+#Do nothing (Arch: All)
+binary-arch:
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installman
+	dh_installmenu
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeclilibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_clideps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: packages/graphmonkey/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/graphmonkey/trunk/graphmonkey
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/graphmonkey?rev=4490&op=diff
==============================================================================
--- packages/graphmonkey/trunk/graphmonkey (original)
+++ packages/graphmonkey/trunk/graphmonkey Sat Jan 31 19:07:36 2009
@@ -1,2 +1,2 @@
 #!/bin/sh
-mono /usr/local/share/graphmonkey/GraphMonkey.exe
+mono /usr/share/graphmonkey/GraphMonkey.exe




More information about the Pkg-cli-apps-commits mailing list