--- Begin Message ---
Package: gcalctool
Severity: low
Version: 2.24.0
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch
Some small modifications to the packaging.
--
Ma vie |
Mes recettes | http://www.reponses.net
Mes images |
Index: debian/control
===================================================================
--- debian/control (révision 17161)
+++ debian/control (copie de travail)
@@ -3,14 +3,26 @@
Priority: optional
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Uploaders: Debian GNOME Maintainers <[EMAIL PROTECTED]>, Josselin Mouette <[EMAIL PROTECTED]>, Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>, Sebastian Dröge <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 5), libgtk2.0-dev (>= 2.11.6), libgconf2-dev (>= 2.6.1-2), libglade2-dev, scrollkeeper, gnome-pkg-tools (>= 0.10), libxml-parser-perl, flex, bison, gnome-doc-utils (>= 0.3.2)
+Build-Depends: cdbs,
+ debhelper (>= 5),
+ libgtk2.0-dev (>= 2.11.6),
+ libgconf2-dev (>= 2.6.1-2),
+ libglade2-dev,
+ scrollkeeper,
+ gnome-pkg-tools (>= 0.10),
+ libxml-parser-perl,
+ flex,
+ bison,
+ gnome-doc-utils (>= 0.3.2)
Standards-Version: 3.8.0
Package: gcalctool
Conflicts: gnome-utils (<< 2.4)
Replaces: gnome-utils (<< 2.4)
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-icon-theme
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ gnome-icon-theme
Recommends: yelp
Description: A GTK2 desktop calculator
gcalctool is a powerful graphical calculator with financial, logical and
Index: debian/control.in
===================================================================
--- debian/control.in (révision 17161)
+++ debian/control.in (copie de travail)
@@ -3,14 +3,26 @@
Priority: optional
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs, debhelper (>= 5), libgtk2.0-dev (>= 2.11.6), libgconf2-dev (>= 2.6.1-2), libglade2-dev, scrollkeeper, gnome-pkg-tools (>= 0.10), libxml-parser-perl, flex, bison, gnome-doc-utils (>= 0.3.2)
+Build-Depends: cdbs,
+ debhelper (>= 5),
+ libgtk2.0-dev (>= 2.11.6),
+ libgconf2-dev (>= 2.6.1-2),
+ libglade2-dev,
+ scrollkeeper,
+ gnome-pkg-tools (>= 0.10),
+ libxml-parser-perl,
+ flex,
+ bison,
+ gnome-doc-utils (>= 0.3.2)
Standards-Version: 3.8.0
Package: gcalctool
Conflicts: gnome-utils (<< 2.4)
Replaces: gnome-utils (<< 2.4)
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-icon-theme
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ gnome-icon-theme
Recommends: yelp
Description: A GTK2 desktop calculator
gcalctool is a powerful graphical calculator with financial, logical and
Index: debian/patches/01_ro.po.patch
===================================================================
--- debian/patches/01_ro.po.patch (révision 17161)
+++ debian/patches/01_ro.po.patch (copie de travail)
@@ -1,34 +0,0 @@
-From 02da770d9238663aebdd92c8671a7b65886dcc4d Mon Sep 17 00:00:00 2001
-From: Eddy Petrisor <[EMAIL PROTECTED]>
-Date: Wed, 18 Jun 2008 12:06:52 +0300
-Subject: [PATCH] correct the wrong translation of the hexadecimal digit D as Z
-
----
- gcalctool-5.22.2/po/ro.po | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/gcalctool-5.22.2/po/ro.po b/gcalctool-5.22.2/po/ro.po
-index da01d1d..dd540a4 100644
---- a/gcalctool-5.22.2/po/ro.po
-+++ b/gcalctool-5.22.2/po/ro.po
-@@ -7,7 +7,7 @@ msgstr ""
- "Project-Id-Version: gcalctool\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2007-07-09 03:21+0100\n"
--"PO-Revision-Date: 2007-09-15 21:36+0300\n"
-+"PO-Revision-Date: 2008-06-18 21:36+0300\n"
- "Last-Translator: MiÅu Moldovan <[EMAIL PROTECTED]>\n"
- "Language-Team: RomânÄ <[EMAIL PROTECTED]>\n"
- "MIME-Version: 1.0\n"
-@@ -725,7 +725,7 @@ msgstr "NumÄr aleator"
-
- #: ../gcalctool/calctool.c:955
- msgid "D"
--msgstr "Z"
-+msgstr "D"
-
- #: ../gcalctool/calctool.c:956
- msgid "Hexadecimal digit D"
---
-1.5.5.GIT
-
Index: debian/changelog
===================================================================
--- debian/changelog (révision 17161)
+++ debian/changelog (copie de travail)
@@ -1,9 +1,16 @@
-gcalctool (5.22.3-3) UNRELEASED; urgency=low
+gcalctool (5.24.0-1) UNRELEASED; urgency=low
+ [ Josselin Mouette ]
* Recommend yelp for viewing help. Closes: #499583.
- -- Josselin Mouette <[EMAIL PROTECTED]> Mon, 22 Sep 2008 11:11:33 +0200
+ [ Christophe Sauthier ]
+ * debian/copyright some corrections.
+ * debian/control wrap build-deps and deps to get cleaner diffs.
+ * debian/patches/01_ro.po.patch removal since it is included upstream.
+
+ -- Christophe Sauthier <[EMAIL PROTECTED]> Sat, 27 Sep 2008 13:36:21 +0200
+
gcalctool (5.22.3-2) unstable; urgency=low
* 01_ro.po.patch: patch from Eddy Petrisor to fix wrong translation of
Index: debian/copyright
===================================================================
--- debian/copyright (révision 17161)
+++ debian/copyright (copie de travail)
@@ -3,13 +3,30 @@
It was debianized for the first time by Vincent Renardias <[EMAIL PROTECTED]>.
-It was downloaded from : http://ftp.gnome.org/pub/GNOME/sources/gcalctool/4.2/
+It was downloaded from : http://ftp.gnome.org/pub/GNOME/sources/gcalctool/
-Upstream Author: Rich Burridge <[EMAIL PROTECTED]>
+Upstream Author:
+ Rich Burridge <[EMAIL PROTECTED]>
+ Sami Pietila <[EMAIL PROTECTED]>
+ Robert Ancell <[EMAIL PROTECTED]>
Copyright:
+ For everything not listed below (plus gcalctool/functions.c,
+ gcalctool/gtk.c, gcalctool/display.c, gcalctool/display.hi,
+ gcalctool/ui.h)
+ Copyright (c) 1987-2008 Sun Microsystems, Inc.
+ for gcalctool/ce_parser.h, gcalctool/ce_parser.y, gcalctool/parser.h,
+ gcalctool/ce_tokeniser.l, gcalctool/parser.c, gcalctool/parser_mac.h,
+ gcalctool/ce_parser.c, gcalctool/functions.h:
+ Copyright (C) 2004-2008 Sami Pietila
+
+ for gcalctool/register.c, gcalctool/functions.h, gcalctool/display.c,
+ gcalctool/register.h, gcalctool/functions.c, gcalctool/display.h,
+ gcalctool/ui.h, gcalctool/gtk.c:
+ Copyright (c) 2008 Robert Ancell
+
You are free to redistribute this software under the terms of the GNU
-General Public License.
-On Debian systems, the complete text of the GNU General Public License can
-be found at /usr/share/common-licenses/GPL.
+General Public License version 2.
+On Debian systems, the complete text of the GNU General Public License version 2
+can be found at /usr/share/common-licenses/GPL-2.
--- End Message ---