Your message dated Sun, 06 Jul 2014 22:19:39 +0000
with message-id <[email protected]>
and subject line Bug#550205: fixed in xmorph 1:20140707
has caused the Debian Bug report #550205,
regarding xmorph: Patch fixes some typos
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
550205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550205
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xmorph
Version: 1:20090929
Severity: minor
Tags: patch
Hi,
please find attached a patch, that fixes some typos. I've found them
while translating the package to german.
Regards,
Chris
diff -ru xmorph-20090929.orig/glade2/interface.c xmorph-20090929/glade2/interface.c
--- xmorph-20090929.orig/glade2/interface.c 2009-10-08 12:46:21.000000000 +0200
+++ xmorph-20090929/glade2/interface.c 2009-10-08 12:55:48.000000000 +0200
@@ -2123,7 +2123,7 @@
(GtkAttachOptions) (0), 0, 0);
gtk_tooltips_set_tip (tooltips, animated_mpeg, _("creates an mpeg file and plays it; will use a parameter file (see help) (needs 'mpeg_encode' and 'mpeg_play')"), NULL);
- avi = gtk_check_button_new_with_mnemonic (_("creati AVI MPEG4"));
+ avi = gtk_check_button_new_with_mnemonic (_("create AVI MPEG4"));
gtk_widget_set_name (avi, "avi");
gtk_widget_show (avi);
gtk_table_attach (GTK_TABLE (table5), avi, 1, 2, 1, 2,
diff -ru xmorph-20090929.orig/gtkmorph/callbacks_help.c xmorph-20090929/gtkmorph/callbacks_help.c
--- xmorph-20090929.orig/gtkmorph/callbacks_help.c 2009-10-08 12:46:21.000000000 +0200
+++ xmorph-20090929/gtkmorph/callbacks_help.c 2009-10-08 12:52:36.000000000 +0200
@@ -41,7 +41,7 @@
2) edit the meshes by dragging the points (and use the menu that you get\n\
by the right mouse button)\n\
3) set the `blending factors' and `mesh factors' as desired\n\
- 3) and hit `do morph'\n\
+ 4) and hit `do morph'\n\
") );
}
diff -ru xmorph-20090929.orig/gtkmorph/loadsave.c xmorph-20090929/gtkmorph/loadsave.c
--- xmorph-20090929.orig/gtkmorph/loadsave.c 2009-10-08 12:46:21.000000000 +0200
+++ xmorph-20090929/gtkmorph/loadsave.c 2009-10-08 12:49:05.000000000 +0200
@@ -354,7 +354,7 @@
{ \
if( EOF == fputc(C,F)) { \
showerr(file,_("\
-the attempt to save the image file %s as produced error: %s")); \
+the attempt to save the image file %s has produced error: %s")); \
return FALSE; \
} \
}
@@ -377,7 +377,7 @@
if( f ==NULL)
{
showerr(file,_("\
-the attempt to save the image file %s as produced error: %s"));
+the attempt to save the image file %s has produced error: %s"));
return FALSE;
}
@@ -399,13 +399,13 @@
if ( fwrite(data+y*stride, channels,w, f) != w)
{
showerr(file,_("\
-the attempt to save the image file %s as produced error: %s"));
+the attempt to save the image file %s has produced error: %s"));
}
}
if( 0 != fclose (f))
showerr(file,_("\
-the attempt to close the saved image file %s as produced error: %s"));
+the attempt to close the saved image file %s has produced error: %s"));
return TRUE;
}
diff -ru xmorph-20090929.orig/gtkmorph/loadsave_mesh.c xmorph-20090929/gtkmorph/loadsave_mesh.c
--- xmorph-20090929.orig/gtkmorph/loadsave_mesh.c 2009-10-08 12:46:21.000000000 +0200
+++ xmorph-20090929/gtkmorph/loadsave_mesh.c 2009-10-08 12:50:57.000000000 +0200
@@ -105,7 +105,7 @@
}
if (meshRead_stream( &(sp-> im_mesh[lp]), fP)) {
- show_error(_("the attempt to load mesh from file as produced an error\n(either this is not a mesh file, or the mesh file is corrupted)"));
+ show_error(_("the attempt to load mesh from file has produced an error\n(either this is not a mesh file, or the mesh file is corrupted)"));
fclose(fP);
return FALSE;
}
@@ -282,7 +282,7 @@
} else {
char *s =
g_strdup_printf("\
-the attempt to save the mesh in file %s as produced an internal error",
+the attempt to save the mesh in file %s has produced an internal error",
file);
show_error(s);
@@ -325,7 +325,7 @@
} else {
char *s =
g_strdup_printf("\
-the attempt to save the differential mesh in file %s as produced an internal error",
+the attempt to save the differential mesh in file %s has produced an internal error",
file);
show_error(s);
g_free(s);
@@ -359,7 +359,7 @@
}
if (meshRead_stream( &(sp-> im_mesh[lp]), fP)) {
- show_error(_("the attempt to load mesh from file as produced an error\n(either this is not a mesh file, or the mesh file is corrupted)"));
+ show_error(_("the attempt to load mesh from file has produced an error\n(either this is not a mesh file, or the mesh file is corrupted)"));
fclose(fP);
return FALSE;
}
@@ -401,7 +401,7 @@
impixfile= gdk_pixbuf_new_from_file(file);
if (impixfile ==NULL) {
showerr(file,_("\
-the attempt to load the image file %s as produced error: %s"));
+the attempt to load the image file %s has produced error: %s"));
return FALSE;
}
#else
@@ -543,7 +543,7 @@
#endif
if (*impixfile ==NULL)
{
- showerr(sp-> im_filename_in[i], _("the attempt to reload the image file %s to resize it as produced error: %s"));
+ showerr(sp-> im_filename_in[i], _("the attempt to reload the image file %s to resize it has produced error: %s"));
create__pixbuf(i, PIXLOADED);
return;
}
diff -ru xmorph-20090929.orig/gtkmorph/settings.c xmorph-20090929/gtkmorph/settings.c
--- xmorph-20090929.orig/gtkmorph/settings.c 2009-10-08 12:46:21.000000000 +0200
+++ xmorph-20090929/gtkmorph/settings.c 2009-10-08 12:53:47.000000000 +0200
@@ -126,7 +126,7 @@
_("use antialiasing warping"), //name
GUINT_TO_POINTER(2),//integer value, stored in pointer
NULL,//accels NOW IGNORED
- _("choose antialiasing method that is used when warping: the lanczos kernels are slower, but are necessary if the images have fine or grained textures and/or for animations"), //tooltip (they are translated below)
+ _("choose antialiasing method that is used when warping: the lanczos kernels are slower, but are necessary if the images have fine or grained textures for animations"), //tooltip (they are translated below)
resample_array_inv_names, //magic pointer
#if HAVE_WAILI
diff -ru xmorph-20090929.orig/po/gtkmorph.glade2.c xmorph-20090929/po/gtkmorph.glade2.c
--- xmorph-20090929.orig/po/gtkmorph.glade2.c 2009-10-08 12:46:21.000000000 +0200
+++ xmorph-20090929/po/gtkmorph.glade2.c 2009-10-08 12:56:28.000000000 +0200
@@ -178,7 +178,7 @@
gchar *s = N_("creates an mpeg file and plays it; will use a parameter file (see help) (needs 'mpeg_encode' and 'mpeg_play')");
gchar *s = N_("creates mpeg");
gchar *s = N_("creates an AVI file in MPEG4 format (needs 'mplayer' and 'mencoder')");
-gchar *s = N_("creati AVI MPEG4");
+gchar *s = N_("create AVI MPEG4");
gchar *s = N_("animations");
gchar *s = N_("creates and saves all morphs, builds animations");
gchar *s = N_("stops the computation of frames");
--- End Message ---
--- Begin Message ---
Source: xmorph
Source-Version: 1:20140707
We believe that the bug you reported is fixed in the latest version of
xmorph, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
A Mennucc1 <[email protected]> (supplier of updated xmorph package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 07 Jul 2014 00:00:52 +0200
Source: xmorph
Binary: libmorph xmorph libmorph-dev gtkmorph gtkmorph-example
Architecture: source amd64 all
Version: 1:20140707
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 <[email protected]>
Changed-By: A Mennucc1 <[email protected]>
Description:
gtkmorph - Digital image warp and morph (gtk)
gtkmorph-example - digital image warp and morph, examples
libmorph - digital image warping library
libmorph-dev - digital image warping library (development files)
xmorph - digital image warp and morph (x11)
Closes: 550204 550205 727522 744550
Changes:
xmorph (1:20140707) unstable; urgency=low
.
[ A Mennucc1 ]
* Bug fix: "run dh-autoreconf to update config.{sub,guess} and
{libtool,aclocal}.m4", thanks to Matthias Klose (Closes: #744550).
* Bug fix: "run dh-autoreconf to update config.{sub,guess} and
{libtool,aclocal}.m4", thanks to Matthias Klose (Closes: #727522).
* Bug fix: "Patch fixes some typos", thanks to Chris Leick (Closes:
#550205).
* Bug fix: "[INTL:de] Initial German translation", thanks to Chris Leick
(Closes: #550204); and correct two bugs in it.
* enable hardening
* debian/rules: create build-arch and build-indep targets
* do not install libmorph.la
* update SVN links in debian/control
* update Standards-Version to 3.9.5
Checksums-Sha1:
6a23c2dc52a647ee77d651cad5b23ce7e24e0853 1240 xmorph_20140707.dsc
19e8045b68fb2742dd7d924746c739393bc522c1 1274163 xmorph_20140707.tar.gz
9f007eee85bbf4b2104a6425873f5eaa5f2da4b8 128772 libmorph_20140707_amd64.deb
bb39c2524aa054472701d217ed1ad943025d397f 49884 xmorph_20140707_amd64.deb
6baf826480515265211cf53f1cc355439231ae50 77106 libmorph-dev_20140707_amd64.deb
9246406acef2f49728d51216d3edeee82fdb914a 154410 gtkmorph_20140707_amd64.deb
592f009957f41db1cadb7c6672bef9be57b12f93 647270
gtkmorph-example_20140707_all.deb
Checksums-Sha256:
f8b166d632bd02950c2fdfb54112969793e091fafec80f8ffd6c076c5f2e8d38 1240
xmorph_20140707.dsc
79ea9a186ef1703b1a21cc06301a1918eaaa8d9cf321298d2077f7a35cbd7c19 1274163
xmorph_20140707.tar.gz
9fd71b68453bfe36e6c07eacf63dddaef3f7d41ca9976f69991ec832ed5eb3a6 128772
libmorph_20140707_amd64.deb
99d1fdd1c7b1b8e47119949a58dc8b76e1fab8b62a97d8f6a5f66488ee4278ab 49884
xmorph_20140707_amd64.deb
6678130f2b011a333b6f7c34ca0a51a2e0ef1d85af241077488c395b39b58cd0 77106
libmorph-dev_20140707_amd64.deb
640998071001d42c703f7e875e5e677c7a70bf2f1693863d3411a141996e04a9 154410
gtkmorph_20140707_amd64.deb
f2def8d4a799fea67260aed2e4cc79273d88bfe0cd7c6cd68e381d007277df69 647270
gtkmorph-example_20140707_all.deb
Files:
93a947b8403eef29b9ae2a5fe6165990 1240 graphics optional xmorph_20140707.dsc
696f0b2cbde34349d889faf0015bd7c6 1274163 graphics optional
xmorph_20140707.tar.gz
be2f0829b97914db734aa645558d030e 128772 libs optional
libmorph_20140707_amd64.deb
c3697cafbebfd67ea918b4254f330708 49884 graphics optional
xmorph_20140707_amd64.deb
9800b356a1faaa950390274da19eada2 77106 libdevel optional
libmorph-dev_20140707_amd64.deb
391d3b4ed66f0d193a058ba4241f800c 154410 graphics optional
gtkmorph_20140707_amd64.deb
7e4243d03ab29fe42bb6dc3d4a38a7f4 647270 graphics optional
gtkmorph-example_20140707_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlO5x4IACgkQ9B/tjjP8QKQHGgCfR6aVv7XnC7mR/pGzYtZYNn0I
orsAmwZB5huFOqYFoqMcmSzc7ybg3kYF
=lLml
-----END PGP SIGNATURE-----
--- End Message ---