gnome-specimen r147 - in trunk-from-bzr: . debian



Author: wbolster
Date: Tue Jun 17 18:43:53 2008
New Revision: 147
URL: http://svn.gnome.org/viewvc/gnome-specimen?rev=147&view=rev

Log:
* debian/:
* debian/changelog:
* debian/compat:
* debian/control:
* debian/copyright:
* debian/rules:
  - Add Debian packaging files, based on the packaging work
    by Daniel Holbach.


Added:
   trunk-from-bzr/debian/
   trunk-from-bzr/debian/changelog
   trunk-from-bzr/debian/compat
   trunk-from-bzr/debian/control
   trunk-from-bzr/debian/copyright
   trunk-from-bzr/debian/rules   (contents, props changed)
Modified:
   trunk-from-bzr/   (props changed)

Added: trunk-from-bzr/debian/changelog
==============================================================================
--- (empty file)
+++ trunk-from-bzr/debian/changelog	Tue Jun 17 18:43:53 2008
@@ -0,0 +1,39 @@
+gnome-specimen (0.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Wouter Bolsterlee <wbolster gnome org>  Mon, 04 Jun 2007 17:01:00 +0200
+
+gnome-specimen (0.2~pre1+bzr20061213-0ubuntu1) feisty; urgency=low
+
+  * New bzr checkout.
+  * debian/control:
+    - dropped pygtk and python-gnome from Build-Depends.
+
+ -- Daniel Holbach <daniel holbach ubuntu com>  Wed, 13 Dec 2006 16:54:01 +0100
+
+gnome-specimen (0.2~bzr20061128-0ubuntu1) feisty; urgency=low
+
+  * New bzr checkout.
+  * debian/copyright:
+    - drop LGPL notice.
+  * debian/control:
+    - added python-gnome2-dev, libgconf2-dev to Build-Depends.
+  * debian/rules:
+    - added --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+
+ -- Daniel Holbach <daniel holbach ubuntu com>  Tue, 28 Nov 2006 16:09:36 +0100
+
+gnome-specimen (0.1-0ubuntu2) feisty; urgency=low
+
+  * debian/control:
+    - added python-gnome2 to Depends.
+
+ -- Daniel Holbach <daniel holbach ubuntu com>  Tue, 28 Nov 2006 15:35:50 +0100
+
+gnome-specimen (0.1-0ubuntu1) feisty; urgency=low
+
+  * Initial release
+
+ -- Daniel Holbach <daniel holbach ubuntu com>  Tue, 28 Nov 2006 08:22:59 +0100
+

Added: trunk-from-bzr/debian/compat
==============================================================================
--- (empty file)
+++ trunk-from-bzr/debian/compat	Tue Jun 17 18:43:53 2008
@@ -0,0 +1 @@
+5

Added: trunk-from-bzr/debian/control
==============================================================================
--- (empty file)
+++ trunk-from-bzr/debian/control	Tue Jun 17 18:43:53 2008
@@ -0,0 +1,21 @@
+Source: gnome-specimen
+Section: gnome
+Priority: optional
+Maintainer: Daniel Holbach <daniel holbach ubuntu com>
+XS-Python-Version: all
+Build-Depends: cdbs, debhelper (>= 5), python-central (>= 0.5), python-all-dev (>= 2.4)
+Build-Depends-Indep: intltool, libgconf2-dev
+Standards-Version: 3.7.2
+
+Package: gnome-specimen
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 2.6), python-glade2, python-gnome2
+XB-Python-Version: ${python:Versions}
+Description: simple font preview application for Gnome
+ Gnome Specimen, a simple tool to view and compare fonts installed on your 
+ system. Gnome Specimen currently features:
+ .
+  * a list of all fonts available (the left pane)
+  * a list of font previews (the right pane)
+  * Configurable preview text and font size
+  * Configurable foreground and background colors used in the preview pane

Added: trunk-from-bzr/debian/copyright
==============================================================================
--- (empty file)
+++ trunk-from-bzr/debian/copyright	Tue Jun 17 18:43:53 2008
@@ -0,0 +1,33 @@
+This package was debianized by Daniel Holbach <daniel holbach ubuntu com> on
+Tue, 28 Nov 2006 08:22:59 +0100.
+
+Version 0.1 was downloaded from http://uwstopia.nl/files/2006/11/gnome-specimen-0.1.tar.gz
+Version 0.2 was downloaded from http://uwstopia.nl/files/2007/06/gnome-specimen-0.2.tar.gz
+
+Upstream Author:
+	Wouter Bolsterlee <wbolster gnome org>
+
+Copyright: 
+	Copyright (C) 2006--2007  Wouter Bolsterlee <uws xs4all nl>
+
+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'.
+
+The Debian packaging is (C) 2006, Daniel Holbach <daniel holbach ubuntu com> and
+is licensed under the GPL, see above.

Added: trunk-from-bzr/debian/rules
==============================================================================
--- (empty file)
+++ trunk-from-bzr/debian/rules	Tue Jun 17 18:43:53 2008
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+DEB_AUTO_CLEANUP_RCS            := yes
+DEB_PYTHON_SYSTEM               := pycentral
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS	:= --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+
+binary-install/gnome-specimen::
+	dh_pycentral
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]