r25424 - in /packages/unstable/gtranslator/debian: changelog control control.in copyright

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Sun Oct 24 22:55:17 UTC 2010


Author: jordi
Date: Sun Oct 24 22:55:15 2010
New Revision: 25424

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25424
Log:
* New upstream release.
* Bump Build-Depends for GLib and GTK+2, gtranslator has migrated to
  gsettings.
* Update copyright. Thanks to Nacho Casal for pointing it out.
* Bump Standards-Version to 3.9.1, no changes required.

Modified:
    packages/unstable/gtranslator/debian/changelog
    packages/unstable/gtranslator/debian/control
    packages/unstable/gtranslator/debian/control.in
    packages/unstable/gtranslator/debian/copyright

Modified: packages/unstable/gtranslator/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/changelog?rev=25424&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/changelog [utf-8] (original)
+++ packages/unstable/gtranslator/debian/changelog [utf-8] Sun Oct 24 22:55:15 2010
@@ -1,6 +1,11 @@
-gtranslator (1.9.11-2) UNRELEASED; urgency=low
-
+gtranslator (1.9.12-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Bump Build-Depends for GLib and GTK+2, gtranslator has migrated to
+    gsettings.
+  * Update copyright. Thanks to Nacho Casal for pointing it out.
   * Remove Build-Depends on libdb-dev, gtranslator now uses libgda.
+  * Bump Standards-Version to 3.9.1, no changes required.
 
  -- Jordi Mallach <jordi at debian.org>  Fri, 14 May 2010 10:43:31 +0200
 

Modified: packages/unstable/gtranslator/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/control?rev=25424&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/control [utf-8] (original)
+++ packages/unstable/gtranslator/debian/control [utf-8] Sun Oct 24 22:55:15 2010
@@ -14,19 +14,19 @@
                gnome-doc-utils (>= 0.3.2),
                gtk-doc-tools,
                libgconf2-dev (>= 2.18.0),
+               libgda-4.0-dev,
                libgdl-1-dev (>= 2.26.0),
                libgdict-1.0-dev (>= 0.11.0),
-               libglib2.0-dev (>= 2.15.5),
+               libglib2.0-dev (>= 2.27),
                libgtksourceview2.0-dev (>= 2.4.0),
-               libgtk2.0-dev (>= 2.18),
+               libgtk2.0-dev (>= 2.22),
                libgtkspell-dev (>= 2.0.2),
                libgucharmap2-dev (>= 2.23.0),
                libsoup2.4-dev (>= 2.4.0),
                libunique-dev,
-               libgda-4.0-dev,
                libxml2 (>= 2.4.12),
                gnome-pkg-tools
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gtranslator
 Homepage: http://gtranslator.sourceforge.net/
@@ -36,9 +36,9 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: PO-file editor for the GNOME Desktop
- Gtranslator is a po file editor which makes translating gettext applications
+ GTranslator is a po file editor which makes translating gettext applications
  as easy as possible, even for people with no translation experience.
  .
  It supports the usage of translation memories, syntax highlighting, spell
- checking, undoing of insertions and deletions and general integration with
+ checking, undoing of insertions and deletions, and general integration with
  the GNOME Desktop.

Modified: packages/unstable/gtranslator/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/control.in?rev=25424&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/control.in [utf-8] (original)
+++ packages/unstable/gtranslator/debian/control.in [utf-8] Sun Oct 24 22:55:15 2010
@@ -9,19 +9,19 @@
                gnome-doc-utils (>= 0.3.2),
                gtk-doc-tools,
                libgconf2-dev (>= 2.18.0),
+               libgda-4.0-dev,
                libgdl-1-dev (>= 2.26.0),
                libgdict-1.0-dev (>= 0.11.0),
-               libglib2.0-dev (>= 2.15.5),
+               libglib2.0-dev (>= 2.27),
                libgtksourceview2.0-dev (>= 2.4.0),
-               libgtk2.0-dev (>= 2.18),
+               libgtk2.0-dev (>= 2.22),
                libgtkspell-dev (>= 2.0.2),
                libgucharmap2-dev (>= 2.23.0),
                libsoup2.4-dev (>= 2.4.0),
                libunique-dev,
-               libgda-4.0-dev,
                libxml2 (>= 2.4.12),
                gnome-pkg-tools
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gtranslator
 Homepage: http://gtranslator.sourceforge.net/
@@ -31,9 +31,9 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: PO-file editor for the GNOME Desktop
- Gtranslator is a po file editor which makes translating gettext applications
+ GTranslator is a po file editor which makes translating gettext applications
  as easy as possible, even for people with no translation experience.
  .
  It supports the usage of translation memories, syntax highlighting, spell
- checking, undoing of insertions and deletions and general integration with
+ checking, undoing of insertions and deletions, and general integration with
  the GNOME Desktop.

Modified: packages/unstable/gtranslator/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/copyright?rev=25424&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/copyright [utf-8] (original)
+++ packages/unstable/gtranslator/debian/copyright [utf-8] Sun Oct 24 22:55:15 2010
@@ -22,11 +22,27 @@
 
 Licence:
 
-The core of the package is licenced under the GNU GPL version 2:
+The core of the package is licenced under the GNU GPL version 3:
+
+   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
+   MERCHANMSGILITY or FITNESS FOR A PARTICULAR PURMSGSE.  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/>.
 
    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; version 2 dated June, 1991.
+
+Some plugins include code from the Gedit and libegg projects, and
+are licenced under the GNU GPL version 2:
 
    This package is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -41,32 +57,5 @@
 On Debian systems, the complete text of the GNU General Public License,
 version 2, can be found in `/usr/share/common-licenses/GPL-2'.
 
-Some of the new code and plugins is licenced under the GNU GPL version 3:
-
-   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
-   MERCHANMSGILITY or FITNESS FOR A PARTICULAR PURMSGSE.  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'.
-
-The Subversion plugin in plugins/subversion includes the following additional
-exception to allow linking against OpenSSL:
-
-   This plugin released under version 3 of General Public License.
-   You should have received a copy of the GNU General Public License along
-   with this program. If not, see <http://www.gnu.org/licenses/>.
-
-   The subversion plugin uses the OpenSSL library (c) Eric Young.
-   In addition, as a special exception, the copyright holders of this
-   plugin give permission to link the code of portions of this plugin with
-   the OpenSSL library.




More information about the pkg-gnome-commits mailing list