[Pkg-cli-apps-commits] r5181 - in /packages/graphmonkey/trunk/debian: changelog control copyright graphmonkey.1 graphmonkey.desktop rules
directhex at users.alioth.debian.org
directhex at users.alioth.debian.org
Wed Jan 6 16:02:44 UTC 2010
Author: directhex
Date: Wed Jan 6 16:02:43 2010
New Revision: 5181
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5181
Log:
* debian/control,
debian/rules:
+ Use mono-csc from mono-devel 2.4.3 (Closes: #562330)
* debian/control:
+ No-change bump to Standards 3.8.3
+ Use GTK#-s -cil-dev packages
* debian/rules,
debian/graphmonkey.desktop:
+ Include a .desktop entry with an icon - thanks to David Futcher
(Closes: #561030)
* debian/graphmonkey.1:
+ Update manpage - thanks to David Futcher (Closes: #561032)
* debian/copyright:
+ Fix dates in copyright - thanks to David Futcher (Closes: #561031)
Added:
packages/graphmonkey/trunk/debian/graphmonkey.desktop
Modified:
packages/graphmonkey/trunk/debian/changelog
packages/graphmonkey/trunk/debian/control
packages/graphmonkey/trunk/debian/copyright
packages/graphmonkey/trunk/debian/graphmonkey.1
packages/graphmonkey/trunk/debian/rules
Modified: packages/graphmonkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/changelog?rev=5181&op=diff
==============================================================================
--- packages/graphmonkey/trunk/debian/changelog (original)
+++ packages/graphmonkey/trunk/debian/changelog Wed Jan 6 16:02:43 2010
@@ -1,3 +1,22 @@
+graphmonkey (1.7-2) UNRELEASED; urgency=low
+
+ * debian/control,
+ debian/rules:
+ + Use mono-csc from mono-devel 2.4.3 (Closes: #562330)
+ * debian/control:
+ + No-change bump to Standards 3.8.3
+ + Use GTK#-s -cil-dev packages
+ * debian/rules,
+ debian/graphmonkey.desktop:
+ + Include a .desktop entry with an icon - thanks to David Futcher
+ (Closes: #561030)
+ * debian/graphmonkey.1:
+ + Update manpage - thanks to David Futcher (Closes: #561032)
+ * debian/copyright:
+ + Fix dates in copyright - thanks to David Futcher (Closes: #561031)
+
+ -- Jo Shields <directhex at apebox.org> Wed, 06 Jan 2010 15:40:45 +0000
+
graphmonkey (1.7-1) unstable; urgency=low
* New upstream release (Closes: #467492)
Modified: packages/graphmonkey/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/control?rev=5181&op=diff
==============================================================================
--- packages/graphmonkey/trunk/debian/control (original)
+++ packages/graphmonkey/trunk/debian/control Wed Jan 6 16:02:43 2010
@@ -6,11 +6,12 @@
Build-Depends: debhelper (>= 4.0.0),
quilt
Build-Depends-Indep: cli-common-dev (>= 0.4.4),
- mono-devel (>= 2.0),
- libglade2.0-cil,
- libgtk2.0-cil,
+ mono-devel (>= 2.4.3),
+ libglade2.0-cil-dev,
+ libglib2.0-cil-dev,
+ libgtk2.0-cil-dev,
pkg-config
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Homepage: http://graphmonkey.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/graphmonkey/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/
Modified: packages/graphmonkey/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/copyright?rev=5181&op=diff
==============================================================================
--- packages/graphmonkey/trunk/debian/copyright (original)
+++ packages/graphmonkey/trunk/debian/copyright Wed Jan 6 16:02:43 2010
@@ -3,7 +3,7 @@
It was downloaded from http://sourceforge.net/projects/graphmonkey/
-Copyright (C) 2004 Bellabes Lounis <nolius at users.sourceforge.net>
+Copyright (C) 2004-2006 Bellabes Lounis <nolius at users.sourceforge.net>
License:
Modified: packages/graphmonkey/trunk/debian/graphmonkey.1
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/graphmonkey.1?rev=5181&op=diff
==============================================================================
--- packages/graphmonkey/trunk/debian/graphmonkey.1 (original)
+++ packages/graphmonkey/trunk/debian/graphmonkey.1 Wed Jan 6 16:02:43 2010
@@ -2,7 +2,7 @@
.\" 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"
+.TH GRAPHMONKEY 1 "June 13, 2008"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@@ -59,13 +59,28 @@
.br
hyperbolic tangent : tan()
.br
- logarithm : log()
+ natural logarithm : ln()
+.br
+ base 10 logarithm : log()
.br
exponential : exp()
+.br
+ absolute value : abs()
+.br
+ greatest integer : int()
.sp 2
It is also possible to modify the range.
-
+.br
+For example, you can try:
+.br
+sin(x)*x
+.br
+(sqrt(x)+5)*3
+.br
+2.3233^5*(x/cos(x))
+.br
+NOTE: replace "." by "," if you use "," for decimal values in your country
.SH AUTHOR
graphmonkey was written by Bellabes Lounis <nolius at users.sourceforge.net>.
Added: packages/graphmonkey/trunk/debian/graphmonkey.desktop
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/graphmonkey.desktop?rev=5181&op=file
==============================================================================
--- packages/graphmonkey/trunk/debian/graphmonkey.desktop (added)
+++ packages/graphmonkey/trunk/debian/graphmonkey.desktop Wed Jan 6 16:02:43 2010
@@ -1,0 +1,10 @@
+[Desktop Entry]
+Name=Graphmonkey
+Comment=Draw mathematical graphs/curves
+Exec=graphmonkey
+Icon=graphmonkey
+Terminal=false
+Type=Application
+Categories=Education;
+StartupNotify=true
+
Modified: packages/graphmonkey/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/rules?rev=5181&op=diff
==============================================================================
--- packages/graphmonkey/trunk/debian/rules (original)
+++ packages/graphmonkey/trunk/debian/rules Wed Jan 6 16:02:43 2010
@@ -16,6 +16,7 @@
export MONO_SHARED_DIR=$(CURDIR)
CFLAGS = -Wall -g
+INSTALL = /usr/bin/install
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -37,7 +38,7 @@
dh_testdir
# Add here commands to compile the package.
- $(MAKE) CC=csc
+ $(MAKE) CC=mono-csc
touch build-stamp
@@ -62,6 +63,9 @@
# Add here commands to install the package into debian/graphmonkey.
$(MAKE) install DESTDIR=$(CURDIR)/debian/graphmonkey
chmod 755 $(CURDIR)/debian/graphmonkey/usr/lib/graphmonkey/GraphMonkey.exe
+
+ $(INSTALL) -D $(CURDIR)/debian/graphmonkey.desktop $(CURDIR)/debian/graphmonkey/usr/share/applications/graphmonkey.desktop
+ $(INSTALL) -D $(CURDIR)/pixmaps/gm.png $(CURDIR)/debian/graphmonkey/usr/share/pixmaps/graphmonkey.png
# Build architecture-independent files here.
binary-indep: build install
More information about the Pkg-cli-apps-commits
mailing list