--- intltool-0.37.1.orig/debian/patches/90_fron_svn_fix_gtkui_issue.patch +++ intltool-0.37.1/debian/patches/90_fron_svn_fix_gtkui_issue.patch @@ -0,0 +1,11 @@ +--- trunk/intltool-extract.in.in 2008/02/25 18:12:32 725 ++++ trunk/intltool-extract.in.in 2008/02/25 18:14:34 726 +@@ -764,7 +764,7 @@ + } + + ## handle new glade files +- while ($input =~ /<(property|atkproperty)\s+[^>]*translatable\s*=\s*"yes"(?:\s+[^>]*comments\s*=\s*"([^"]*)")?[^>]*>([^<]+)<\/\1>/sg) { ++ while ($input =~ /<(property|atkproperty|col)\s+[^>]*translatable\s*=\s*"yes"(?:\s+[^>]*comments\s*=\s*"([^"]*)")?[^>]*>([^<]+)<\/\1>/sg) { + $messages{entity_decode($3)} = [] unless $3 =~ /^(window|label)[0-9]+$/; + if (defined($2) and !($3 =~ /^(window|label)[0-9]+$/)) { + $comments{entity_decode($3)} = entity_decode($2) ; --- intltool-0.37.1.orig/debian/copyright +++ intltool-0.37.1/debian/copyright @@ -0,0 +1,44 @@ +This package was debianized by Takuo KITAME on +Thu, 1 Feb 2001 10:53:39 +0900. + +It was downloaded from: + + +Upstream Author: + Darin Adler + Kenneth Christiansen + Maciej Stachowiak + see AUTHORS file. + +Copyright: + +# xml-i18n-toolize - Prepare a package to use xml-i18-tools. +# @configure_input@ +# Copyright (C) 1996-1999 Free Software Foundation, Inc. +# Copyright (C) 2001 Eazel, Inc. +# +# Originally based on libtoolize by Gordon Matzigkeit , 1996 +# +# Modified for xml-i18n-tools by Maciej Stachowiak +# +# 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 2 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, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- intltool-0.37.1.orig/debian/watch +++ intltool-0.37.1/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/intltool/([\d.]*)/ \ + intltool-(.*)\.tar\.gz \ + debian uupdate --- intltool-0.37.1.orig/debian/control +++ intltool-0.37.1/debian/control @@ -0,0 +1,27 @@ +Source: intltool +Section: devel +Priority: optional +Maintainer: Jordi Mallach +Uploaders: Debian GNOME Maintainers , Loic Minier , Sebastian Dröge +Build-Depends: debhelper (>= 5), + cdbs, + gnome-pkg-tools (>= 0.10) +Build-Depends-Indep: libxml-parser-perl +Standards-Version: 3.7.3 + +Package: intltool +Architecture: all +Depends: gettext (>= 0.10.36-1), + patch, + automake1.7 | automaken, + ${perl:Depends}, + libxml-parser-perl, + file +Provides: xml-i18n-tools +Description: Utility scripts for internationalizing XML + Automatically extracts translatable strings from oaf, glade, bonobo + ui, nautilus theme and other XML files into the po files. + . + Automatically merges translations from po files back into .oaf files + (encoding to be 7-bit clean). The merging mechanism can also be + extended to support other types of XML files. --- intltool-0.37.1.orig/debian/rules +++ intltool-0.37.1/debian/rules @@ -0,0 +1,7 @@ +#!/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/autotools.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk --- intltool-0.37.1.orig/debian/changelog +++ intltool-0.37.1/debian/changelog @@ -0,0 +1,438 @@ +intltool (0.37.1-1ubuntu1) hardy; urgency=low + + * debian/patches/90_fron_svn_fix_gtkui_issue.patch: + - change from svn, fix some gtkui strings issues + + -- Sebastien Bacher Thu, 28 Feb 2008 23:16:07 +0100 + +intltool (0.37.1-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/60_makevars-continuations.patch: + - Dropped, merged upstream. + + -- Sebastian Dröge Mon, 25 Feb 2008 06:42:16 +0100 + +intltool (0.37.0-2) unstable; urgency=low + + * New patch, 60_makevars-continuations, unwraps variable definitions on + multiple lines split with a trailing \; GNOME #516501. + + -- Loic Minier Thu, 14 Feb 2008 18:14:55 +0100 + +intltool (0.37.0-1) unstable; urgency=low + + * New upstream release with feature additions. + + -- Sebastian Dröge Mon, 17 Dec 2007 21:58:15 +0100 + +intltool (0.36.3-1) unstable; urgency=low + + * New upstream bugfix release. + * debian/control.in: + + Update to Standards-Version 3.7.3 (no additional changes needed). + + -- Sebastian Dröge Mon, 10 Dec 2007 08:11:22 +0100 + +intltool (0.36.2-1) unstable; urgency=low + + * New upstream release. + + -- Loic Minier Sun, 16 Sep 2007 18:28:55 +0200 + +intltool (0.36.1-1) unstable; urgency=low + + * New upstream release: + - Drop patch 60_fix-configure-path.patch, merged upstream. + - Drop patch61_ignore-missing-in-distcheck-build-dir.patch, + merged upstream. + + -- Sebastian Dröge Sun, 09 Sep 2007 08:23:03 +0200 + +intltool (0.36.0-2) unstable; urgency=low + + * Wrap build-deps and deps. + * Bump debhelper compatibility level to 5 (from 3). + * Fix watch file. + * Cleanup copyright. + * Drop NEWS bits; running intltoolize is required regularly. + * New patch, 60_fix-configure-path, fixes warnings during distcheck when + srcdir != builddir and the configure source is named configure.ac; from + SVN r690; GNOME #464474; Debian #436447. + * New patch, 61_ignore-missing-in-distcheck-build-dir, ignore _build dir + (result of distcheck) when looking for missing files in srcdir; GNOME + #464474; from SVN r691; closes: #436447. + + -- Loic Minier Wed, 08 Aug 2007 08:48:05 +0200 + +intltool (0.36.0-1) unstable; urgency=low + + * New upstream release. + - Drop patch 70_fix-intltool-extract-check, merged upstream. + - Drop patch 71_m4-warnings, merged upstream. + + -- Loic Minier Fri, 03 Aug 2007 09:36:48 +0200 + +intltool (0.35.5-4) unstable; urgency=low + + * New patch, 71_m4-warnings, fixes warnings in m4 macros; thanks + Guillem Jover; GNOME #430093; closes: #419424. + + -- Loic Minier Sun, 15 Apr 2007 22:27:09 +0200 + +intltool (0.35.5-3) unstable; urgency=low + + * New patch, 70_fix-intltool-extract-check, fixes the -x test on + intltool-extract which did not expand the full PATH; from SVN r674; + GNOME #413461; closes: #419262. + + -- Loic Minier Sun, 15 Apr 2007 13:07:30 +0200 + +intltool (0.35.5-2) unstable; urgency=low + + * Upload to unstable; drop check-dist include. + + -- Loic Minier Wed, 11 Apr 2007 10:52:09 +0200 + +intltool (0.35.5-1) experimental; urgency=low + + * Add a get-orig-source target to retrieve the upstream tarball. + * New upstream releases. + - Target at experimental. + - Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + - Drop patch 10_define-and-subst-datadirname, merged upstream. + + -- Loic Minier Mon, 26 Feb 2007 21:05:45 +0100 + +intltool (0.35.0-3) unstable; urgency=high + + * Remove debhelper, cdbs, and gnome-pkg-tools from Build-Depends-Indep. + * Remove obsolete Conflicts / Replaces on xml-i18n-tools. + * New patch, 10_define-and-subst-datadirname, to compute DATADIRNAME as + glib-gettext did it, and AC_SUBST() it; thanks Jurij Smakov; committed in + upstream CVS; GNOME #345255; closes: #373643. + + -- Loic Minier Tue, 24 Oct 2006 21:50:28 +0200 + +intltool (0.35.0-2) unstable; urgency=low + + * Add NEWS.Debian to warn about backwards incompatibility of the macros + shipped therein. + + -- Loic Minier Wed, 14 Jun 2006 20:22:22 +0200 + +intltool (0.35.0-1) unstable; urgency=low + + * New upstream release. + * debian/watch: updated. + * debian/control.in: + - fold some of the Build-Depends-Indep to Build-Depends. + - bump to Standards-Version 3.7.2.0. + + -- Jordi Mallach Thu, 25 May 2006 19:02:12 +0200 + +intltool (0.34.2-1) unstable; urgency=low + + * New upstream release. + * [debian/patches/01_enconding-neutrality.patch] Removed; has been integrated + upstream. + * [debian/copyright] Updated FSF's address. + + -- J.H.M. Dassen (Ray) Sat, 11 Feb 2006 13:36:04 +0100 + +intltool (0.34.1-2) unstable; urgency=low + + * debian/patches/01_enconding-neutrality.patch: make intltool-extract + encoding-neutral (Bugzilla #55204). + + -- Jordi Mallach Sat, 31 Dec 2005 15:19:48 +0100 + +intltool (0.34.1-1) unstable; urgency=low + + * New upstream version: + - fixes a mangpage typo (Closes: #311444). + + -- Sebastien Bacher Tue, 2 Aug 2005 18:32:06 +0200 + +intltool (0.34-1) unstable; urgency=low + + * Set Maintainer to Jordi Mallach. + * New upstream release. + * Bump Standards-Version to 3.6.2. + + -- Loic Minier Mon, 25 Jul 2005 21:31:25 +0200 + +intltool (0.33-1) unstable; urgency=low + + * New upstream release. + * Gustavo Noronha Silva: + - debian/watch: updated to watch for 0.33 versions. + + -- Jordi Mallach Tue, 25 Jan 2005 22:56:05 +0100 + +intltool (0.32.1-1) unstable; urgency=low + + * GNOME team upload. + * New upstream release. + + -- Jordi Mallach Sun, 7 Nov 2004 18:08:58 +0100 + +intltool (0.31.3-1) unstable; urgency=low + + * GNOME team upload. + * New upstream release. + + -- Jordi Mallach Sat, 2 Oct 2004 18:43:26 +0200 + +intltool (0.31.2-1) unstable; urgency=low + + * GNOME team upload. + * New upstream release. + + -- Jordi Mallach Mon, 30 Aug 2004 11:01:03 +0200 + +intltool (0.31.1-2) unstable; urgency=high + + * [debian/control.in] Build-depend on libxml-parser-perl. (Closes: #264064) + + -- J.H.M. Dassen (Ray) Sat, 7 Aug 2004 13:38:26 +0200 + +intltool (0.31.1-1) unstable; urgency=low + + * GNOME team upload. + * New upstream release. + * debian/control.in: + + actually depend on automake1.7, which is the latest version supported by + our gnome-common. + + add dependency on file (closes: #261253). + + -- Jordi Mallach Wed, 28 Jul 2004 10:45:56 +0200 + +intltool (0.31-1) unstable; urgency=low + + * GNOME team upload. + * New upstream release. + * debian/control.in: + + don't depend on automaken, add that as an alternative to automake1.8. + + fix description a bit. + + -- Jordi Mallach Fri, 23 Jul 2004 16:26:26 +0200 + +intltool (0.30-1) unstable; urgency=low + + * GNOME Team Upload. + * debian/patches/01_aclocal_warnings_fix.patch: removed, fixed upstream. + * debian/patches/02_keywords_fix.patch: removed, applied upstream. + + -- Jordi Mallach Wed, 4 Feb 2004 10:17:02 +0100 + +intltool (0.29-2) unstable; urgency=low + + * GNOME Team Upload. + * debian/control: moved to control.in. + * debian/control.in: + + build-dep on cdbs, gnome-pkg-tools, and debhelper (>= 4.1.0). + + add the GNOME Team to Uploaders:. + + bump Standards-Version to 3.6.1. + * debian/rules: convert to cdbs. + * debian/undocumented: removed, not accepted by policy now. + * debian/patches/01_aclocal_warnings_fix.patch: apply patch from + Alexander Kogan to fix warnings when using + aclocal-1.8 (closes: #228849). + * debian/patches/02_keywords_fix.patch: apply patch from Bugzilla #131885 + to fix a grave issue with 0.29 (closes: #229031). + + -- Jordi Mallach Sat, 24 Jan 2004 12:09:08 +0100 + +intltool (0.29-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 20 Jan 2004 17:52:37 +0900 + +intltool (0.28-2) unstable; urgency=low + + * Depends: libxml-parser-perl (closes: #223721) + + -- Takuo KITAME Mon, 15 Dec 2003 10:48:17 +0900 + +intltool (0.28-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 10 Dec 2003 13:36:12 +0900 + +intltool (0.27.2-0.2) unstable; urgency=low + + * Maintainer upload, back from summer vacation. + Thansk NMU. (closes: #204997, #206255) + + -- Takuo KITAME Thu, 21 Aug 2003 13:14:37 +0900 + +intltool (0.27.2-0.1) unstable; urgency=low + + * Non-Maintainer Upload. + * New upstream release (closes: #204997). + * This new version is needed for correct translating of GNOME 2.4, which is + 3 weeks away, and for the soon to come new version of Gnumeric. + * intltool-update.in.in: apply patch from Abel Cheung to fix bad detection + of xgettext when /bin/sh != bash. + * debian/rules: remove dh_undocumented calls. + + -- Jordi Mallach Tue, 19 Aug 2003 18:47:51 +0200 + +intltool (0.26-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 13 Jun 2003 13:22:18 +0900 + +intltool (0.25-1) unstable; urgency=low + + * Maintainer upload (closes: #174705, #172945) + * debian/control: update Build-Depends + update Standards-Version to 3.5.8 + update Description + * debian/rules: remove dh_testversion + DH_COMPAT=3 + * debian/copyright: add refer to common-license/GPL + + -- Takuo KITAME Thu, 10 Apr 2003 13:11:17 +0900 + +intltool (0.25-0.1) unstable; urgency=low + + * New upstream release (closes: #174705). + * intltool-update.in.in: apply patch from Gregory Start to fix the + order of parameters, so they work on non-GNU getopt posix system + (closes: #172945). + + -- Jordi Mallach Sun, 12 Jan 2003 00:41:57 +0100 + +intltool (0.23-1) unstable; urgency=low + + * New upstream release + * Depends on automaken instead of automake (closes: #165995) + * fix description (closes: #148278) + + -- Takuo KITAME Tue, 5 Nov 2002 18:03:05 +0900 + +intltool (0.22-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 5 Jun 2002 11:39:19 +0900 + +intltool (0.21-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 20 May 2002 22:24:43 +0900 + +intltool (0.20-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Sun, 19 May 2002 23:38:22 +0900 + +intltool (0.18-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 1 Apr 2002 06:35:32 +0900 + +intltool (0.17-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 5 Mar 2002 17:08:54 +0900 + +intltool (0.15-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 11 Feb 2002 23:11:01 +0900 + +intltool (0.14-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 30 Jan 2002 15:35:31 +0900 + +intltool (0.12-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 4 Jan 2002 01:38:36 +0900 + +intltool (0.11-2) unstable; urgency=low + + * debian/undocumented: + - remove unnecessary undocumented links (closes: #124168) + * debian/control, debian/rules: + - remove debhelper > 3 dependency (closes: #125653) + + -- Takuo KITAME Tue, 18 Dec 2001 19:26:12 +0900 + +intltool (0.11-1) unstable; urgency=low + + * New upstream release. + * Pacakge was renamed. + + -- Takuo KITAME Sat, 6 Oct 2001 05:43:42 +0900 + +xml-i18n-tools (0.9-1) unstable; urgency=low + + * New upstream release (closes: Bug#108928) + + -- Takuo KITAME Fri, 17 Aug 2001 06:56:44 +0900 + +xml-i18n-tools (0.8.4.cvs.20010530-1) unstable; urgency=low + + * New upstream release, fixed autoconf problem (closes: Bug#98548) + + -- Takuo KITAME Thu, 31 May 2001 18:53:16 +0900 + +xml-i18n-tools (0.8.4-1) unstable; urgency=low + + * New upstream release (closes: Bug#97984) + + -- Takuo KITAME Sun, 20 May 2001 03:18:29 +0900 + +xml-i18n-tools (0.8.1-4) unstable; urgency=low + + * closes: #94052: xml-i18n-tools: Unneeded INSTALL file + + -- Takuo KITAME Thu, 10 May 2001 15:22:19 +0900 + +xml-i18n-tools (0.8.1-3) unstable; urgency=low + + * Applied patch from Christian Marillat . + New gettext problem was fixed. Thanks. (closes: Bug#93270) + * Depends on gettext (closes: Bug#93189) + + -- Takuo KITAME Tue, 10 Apr 2001 11:59:01 +0900 + +xml-i18n-tools (0.8.1-2) unstable; urgency=low + + * Depends: +patch, -autoconf (closes: Bug#92889) + + -- Takuo KITAME Thu, 5 Apr 2001 17:08:36 +0900 + +xml-i18n-tools (0.8.1-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Thu, 22 Feb 2001 15:16:37 +0900 + +xml-i18n-tools (0.8-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 14 Feb 2001 10:16:28 +0900 + +xml-i18n-tools (0.6-1) unstable; urgency=low + + * Initial Release. + + -- Takuo KITAME Thu, 1 Feb 2001 10:53:39 +0900 --- intltool-0.37.1.orig/debian/dirs +++ intltool-0.37.1/debian/dirs @@ -0,0 +1 @@ +usr/bin --- intltool-0.37.1.orig/debian/uupdate +++ intltool-0.37.1/debian/uupdate @@ -0,0 +1,3 @@ +#!/bin/sh + +exec uupdate -u $@ --- intltool-0.37.1.orig/debian/docs +++ intltool-0.37.1/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +AUTHORS --- intltool-0.37.1.orig/debian/control.in +++ intltool-0.37.1/debian/control.in @@ -0,0 +1,27 @@ +Source: intltool +Section: devel +Priority: optional +Maintainer: Jordi Mallach +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 5), + cdbs, + gnome-pkg-tools (>= 0.10) +Build-Depends-Indep: libxml-parser-perl +Standards-Version: 3.7.3 + +Package: intltool +Architecture: all +Depends: gettext (>= 0.10.36-1), + patch, + automake1.7 | automaken, + ${perl:Depends}, + libxml-parser-perl, + file +Provides: xml-i18n-tools +Description: Utility scripts for internationalizing XML + Automatically extracts translatable strings from oaf, glade, bonobo + ui, nautilus theme and other XML files into the po files. + . + Automatically merges translations from po files back into .oaf files + (encoding to be 7-bit clean). The merging mechanism can also be + extended to support other types of XML files. --- intltool-0.37.1.orig/debian/compat +++ intltool-0.37.1/debian/compat @@ -0,0 +1 @@ +5