r13298 - in /packages/unstable/genius: ./ debian/

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Oct 29 17:51:11 UTC 2007


Author: slomo
Date: Mon Oct 29 17:51:11 2007
New Revision: 13298

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13298
Log:
* Initial version (Closes: #448407).
* TODO: debian/copyright

Added:
    packages/unstable/genius/
    packages/unstable/genius/debian/
    packages/unstable/genius/debian/changelog
    packages/unstable/genius/debian/compat
    packages/unstable/genius/debian/control
    packages/unstable/genius/debian/control.in
    packages/unstable/genius/debian/copyright
    packages/unstable/genius/debian/genius-common.install
    packages/unstable/genius/debian/genius-dev.install
    packages/unstable/genius/debian/genius.install
    packages/unstable/genius/debian/gnome-genius.install
    packages/unstable/genius/debian/rules   (with props)
    packages/unstable/genius/debian/watch

Added: packages/unstable/genius/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/changelog?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/changelog (added)
+++ packages/unstable/genius/debian/changelog Mon Oct 29 17:51:11 2007
@@ -1,0 +1,7 @@
+genius (1.0.0-1) unstable; urgency=low
+
+  * Initial version (Closes: #448407).
+  * TODO: debian/copyright
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 29 Oct 2007 17:44:57 +0100
+

Added: packages/unstable/genius/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/compat?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/compat (added)
+++ packages/unstable/genius/debian/compat Mon Oct 29 17:51:11 2007
@@ -1,0 +1,1 @@
+5

Added: packages/unstable/genius/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/control?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/control (added)
+++ packages/unstable/genius/debian/control Mon Oct 29 17:51:11 2007
@@ -1,0 +1,21 @@
+Source: xdg-user-dirs-gtk
+Section: utils
+Priority: optional
+Maintainer: Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), gnome-pkg-tools, libgtk2.0-dev, xdg-user-dirs, libxml-parser-perl, autotools-dev
+Standards-Version: 3.7.2
+
+Package: xdg-user-dirs-gtk
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, xdg-user-dirs
+Description: tool to manage well known user directories (Gtk extension)
+ xdg-user-dirs is a tool to help manage "well known" user directories
+ like the desktop folder and the music folder. It also handles
+ localization (i.e. translation) of the filenames. 
+ . 
+ This extension sets the Gtk bookmark file and tracks changes of the locale
+ to notify the user on login about changed directory names.
+ .
+ http://www.freedesktop.org/wiki/Software_2fxdg_2duser_2ddirs
+

Added: packages/unstable/genius/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/control.in?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/control.in (added)
+++ packages/unstable/genius/debian/control.in Mon Oct 29 17:51:11 2007
@@ -1,0 +1,65 @@
+Source: genius
+Section: gnome
+Priority: optional
+Maintainer: Sebastian Dröge <slomo at debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, gnome-pkg-tools, libxml-parser-perl, libvte-dev (>= 0.8.19), libgnomeui-dev (>= 2.0.0), libglade2-dev (>= 1.99.2), libgnome2-dev (>= 2.0.0), libgtk2.0-dev (>= 2.0.0), libglib2.0-dev (>= 2.0.0), libgtksourceview-dev (>= 0.3.0), flex, bison, libncurses5-dev, libreadline5-dev, libgmp3-dev, libmpfr-dev (>= 2.0.0), libpopt-dev, scrollkeeper
+Homepage: http://www.5z.com/jirka/genius.html
+Standards-Version: 3.7.2
+
+Package: genius
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: gnome-genius
+Description: advanced general purpose calculator program
+ Genius is a general purpose calculator program similiar in some aspects to
+ BC, Matlab or Maple. It is useful both as a simple calculator and as a
+ research or educational tool. The syntax is very intuitive and is designed
+ to mimic how mathematics is usually written.
+
+Package: genius
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, genius-common (= ${binary:Version})
+Description: advanced general purpose calculator program (CLI frontend)
+ Genius is a general purpose calculator program similiar in some aspects to
+ BC, Matlab or Maple. It is useful both as a simple calculator and as a
+ research or educational tool. The syntax is very intuitive and is designed
+ to mimic how mathematics is usually written.
+ .
+ This package contains a command line interface for genius.
+
+Package: gnome-genius
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, genius-common (= ${binary:Version})
+Description: advanced general purpose calculator program (Gnome frontend)
+ Genius is a general purpose calculator program similiar in some aspects to
+ BC, Matlab or Maple. It is useful both as a simple calculator and as a
+ research or educational tool. The syntax is very intuitive and is designed
+ to mimic how mathematics is usually written.
+ .
+ This package contains a Gnome frontend for genius.
+
+Package: genius-common
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: advanced general purpose calculator program (common files)
+ Genius is a general purpose calculator program similiar in some aspects to
+ BC, Matlab or Maple. It is useful both as a simple calculator and as a
+ research or educational tool. The syntax is very intuitive and is designed
+ to mimic how mathematics is usually written.
+ .
+ This package contains common files for genius.
+
+Package: genius-dev
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: advanced general purpose calculator program (development files)
+ Genius is a general purpose calculator program similiar in some aspects to
+ BC, Matlab or Maple. It is useful both as a simple calculator and as a
+ research or educational tool. The syntax is very intuitive and is designed
+ to mimic how mathematics is usually written.
+ .
+ This package contains development files needed for developing and building
+ plugins.
+

Added: packages/unstable/genius/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/copyright?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/copyright (added)
+++ packages/unstable/genius/debian/copyright Mon Oct 29 17:51:11 2007
@@ -1,0 +1,30 @@
+This package was debianized by Sebastian Dröge <slomo at debian.org> on
+Mon, 29 Oct 2007 17:40:41 +0100.
+
+It was downloaded from:
+  ftp://ftp.gnome.org/pub/GNOME/sources/genius
+
+Upstream Author:
+  George Lebl <jirka at 5z.com>
+
+Copyright:
+  
+
+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 3 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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General Public License
+Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+

Added: packages/unstable/genius/debian/genius-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/genius-common.install?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/genius-common.install (added)
+++ packages/unstable/genius/debian/genius-common.install Mon Oct 29 17:51:11 2007
@@ -1,0 +1,4 @@
+debian/tmp/usr/lib/genius/
+debian/tmp/usr/share/mime/
+debian/tmp/usr/share/locale/
+debian/tmp/usr/share/genius/

Added: packages/unstable/genius/debian/genius-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/genius-dev.install?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/genius-dev.install (added)
+++ packages/unstable/genius/debian/genius-dev.install Mon Oct 29 17:51:11 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/include/

Added: packages/unstable/genius/debian/genius.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/genius.install?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/genius.install (added)
+++ packages/unstable/genius/debian/genius.install Mon Oct 29 17:51:11 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/bin/genius

Added: packages/unstable/genius/debian/gnome-genius.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/gnome-genius.install?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/gnome-genius.install (added)
+++ packages/unstable/genius/debian/gnome-genius.install Mon Oct 29 17:51:11 2007
@@ -1,0 +1,7 @@
+debian/tmp/usr/bin/gnome-genius
+debian/tmp/usr/share/omf/
+debian/tmp/usr/share/icons/
+debian/tmp/usr/share/applications/
+debian/tmp/usr/share/gnome/help/
+debian/tmp/usr/share/application-registry/
+debian/tmp/usr/share/mime-info/

Added: packages/unstable/genius/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/rules?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/rules (added)
+++ packages/unstable/genius/debian/rules Mon Oct 29 17:51:11 2007
@@ -1,0 +1,29 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+common-binary-post-install:: list-missing
+
+binary-post-install/genius::
+	# clean up stuff that shouldn't be shipped
+	
+	# MIME stuff
+	rm -rf debian/tmp/usr/share/mime/text \
+	       debian/tmp/usr/share/mime/magic \
+	       debian/tmp/usr/share/mime/XMLnamespaces
+	       debian/tmp/usr/share/mime/mime.cache
+	       debian/tmp/usr/share/mime/aliases
+	       debian/tmp/usr/share/mime/subclasses
+	       debian/tmp/usr/share/mime/globs
+
+	# scrollkeeper stuff
+	rm -rf debian/tmp/var/scrollkeeper
+
+	# static libraries
+	rm -rf debian/tmp/usr/lib/genius/*.a
+

Propchange: packages/unstable/genius/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/unstable/genius/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/watch?rev=13298&op=file
==============================================================================
--- packages/unstable/genius/debian/watch (added)
+++ packages/unstable/genius/debian/watch Mon Oct 29 17:51:11 2007
@@ -1,0 +1,5 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/genius/([\d\.]+)/ \
+	genius-(.*).tar.gz \
+	debian uupdate
+




More information about the pkg-gnome-commits mailing list