Your message dated Sun, 15 Jan 2012 22:32:44 +0000
with message-id <[email protected]>
and subject line Bug#594581: fixed in virtualbricks 0.6.352-1
has caused the Debian Bug report #594581,
regarding qemulator: Typos everywhere
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.)


-- 
594581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594581
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qemulator
Severity: minor

The package has many typos of words 'allready' and 'snpashot'. Attached patch
fixes bug.


-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-19-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- qemulator-0.5.orig/TRANSLATION
+++ qemulator-0.5/TRANSLATION
@@ -1,4 +1,4 @@
-Qemulator now have multilanguage support. If you are interested in making a 
translation, please contact me to know if there allready is a translation 
progress for your language. Rather feel free to open the Qemulator.pot file in 
the install dir with any text editor and insert your translations there. There 
are some good editors to do this an easy way. One of the most used tools for 
that job is poedit http://www.poedit.net. If you send me this modified po file, 
your language may be implemented in one of the next versions of Qemulator and 
your credits will be addet to the translators list. 
+Qemulator now have multilanguage support. If you are interested in making a 
translation, please contact me to know if there already is a translation 
progress for your language. Rather feel free to open the Qemulator.pot file in 
the install dir with any text editor and insert your translations there. There 
are some good editors to do this an easy way. One of the most used tools for 
that job is poedit http://www.poedit.net. If you send me this modified po file, 
your language may be implemented in one of the next versions of Qemulator and 
your credits will be addet to the translators list. 
 
 Note: It's very important to leave all special chars and markup tags like <b> 
or \" as it is in the original english version!
 
only in patch2:
unchanged:
--- qemulator-0.5.orig/setup.py
+++ qemulator-0.5/setup.py
@@ -832,7 +832,7 @@
                                                                                
                #else: 
                #inst_error = False 
-               #print "user is allready root" 
+               #print "user is already root" 
                self.install_dirs(self.instdirs, mode)
                self.install_files(self.instfiles, mode)
                self.progress_feedback()
@@ -864,7 +864,7 @@
                                        except:
                                                pass
                                else:  
-                                       #print "user is allready root"      
+                                       #print "user is already root"      
                                        command = "mkdir -v " + tdir
                                        child_stdin, child_stdout, child_stderr 
= os.popen3(command)
                                        child_stdin.close()     
@@ -877,7 +877,7 @@
                                        #print "created dir: " + tdir
                                self.progress_feedback()
                        else:
-                               print "Directory " + tdir + " allready exist"   
+                               print "Directory " + tdir + " already exist"    
                                
        def install_files(self, instfiles, mode):
                for sfile, tfile in instfiles:
@@ -890,7 +890,7 @@
                                child_stdin.flush()
                                child_stdin.close()
                        else:  
-                               #print "user is allready root"      
+                               #print "user is already root"      
                                command = "cp -dv " + sfile + " " + tfile
                                child_stdin, child_stdout, child_stderr = 
os.popen3(command)
                                child_stdin.close()     
@@ -942,7 +942,7 @@
                                                child_stdin.flush()
                                                child_stdin.close()     
                                        else:
-                                               #print "user is allready root"  
    
+                                               #print "user is already root"   
   
                                                command = "rm " + file
                                                child_stdin, child_stdout, 
child_stderr = os.popen3(command)
                                                child_stdin.close()
@@ -986,7 +986,7 @@
                                                                
child_stdin.flush()
                                                                
child_stdin.close()
                                                        else:  
-                                                               #print "user is 
allready root"      
+                                                               #print "user is 
already root"      
                                                                command = "rm 
-Rv " + dir
                                                                child_stdin, 
child_stdout, child_stderr = os.popen3(command)
                                                                
child_stdin.close()
@@ -1060,7 +1060,7 @@
                        child_stderr1.close()
                        child_stdout1.close()                                   
                        
                else:  
-                       #print "user is allready root"      
+                       #print "user is already root"      
 
                        child_stdin, child_stdout, child_stderr  = 
os.popen3(insthist_command)
                        errors2 = child_stderr.readlines()
only in patch2:
unchanged:
--- qemulator-0.5.orig/Qemulator.pot
+++ qemulator-0.5/Qemulator.pot
@@ -245,7 +245,7 @@
 
 #: 
/home/rainer/createweb/Projekte/python/Qemulator/usr/local/lib/qemulator/src/interface.c:767
 #: 
/home/rainer/createweb/Projekte/python/Qemulator/usr/local/lib/qemulator/src/interface.c:3595
-msgid "With \"auto hide stored settings\" enabled, config panel for the 
selected image/machine will be hidden automatically, if there allready is a 
stored configuration for this image/machine."
+msgid "With \"auto hide stored settings\" enabled, config panel for the 
selected image/machine will be hidden automatically, if there already is a 
stored configuration for this image/machine."
 msgstr ""
 
 #: 
/home/rainer/createweb/Projekte/python/Qemulator/usr/local/lib/qemulator/src/interface.c:775
@@ -2612,7 +2612,7 @@
 
 #: 
/home/rainer/createweb/Projekte/python/Qemulator/usr/local/lib/qemulator/qml_installwizzard.py:608
 #: 
/home/rainer/createweb/Projekte/python/Qemulator/usr/local/lib/qemulator/qml_machinesetup.py:1456
-msgid "A Machine with this name allready exists, please choose another one"
+msgid "A Machine with this name already exists, please choose another one"
 msgstr ""
 
 #: 
/home/rainer/createweb/Projekte/python/Qemulator/usr/local/lib/qemulator/qml_installwizzard.py:658
only in patch2:
unchanged:
--- qemulator-0.5.orig/usr/local/lib/qemulator/qemulator.glade
+++ qemulator-0.5/usr/local/lib/qemulator/qemulator.glade
@@ -937,7 +937,7 @@
                  <child>
                    <widget class="GtkCheckButton" 
id="checkbutton_autohide_settings">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">With 
&quot;auto hide stored settings&quot; enabled, config panel for the selected 
image/machine will be hidden automatically, if there allready is a stored 
configuration for this image/machine.</property>
+                     <property name="tooltip" translatable="yes">With 
&quot;auto hide stored settings&quot; enabled, config panel for the selected 
image/machine will be hidden automatically, if there already is a stored 
configuration for this image/machine.</property>
                      <property name="can_focus">True</property>
                      <property name="label" translatable="yes">auto 
hide</property>
                      <property name="use_underline">True</property>
@@ -7177,7 +7177,7 @@
                                      <child>
                                        <widget class="GtkCheckButton" 
id="checkbutton_autohide_settings">
                                          <property 
name="visible">True</property>
-                                         <property name="tooltip" 
translatable="yes">With &quot;auto hide stored settings&quot; enabled, config 
panel for the selected image/machine will be hidden automatically, if there 
allready is a stored configuration for this image/machine.</property>
+                                         <property name="tooltip" 
translatable="yes">With &quot;auto hide stored settings&quot; enabled, config 
panel for the selected image/machine will be hidden automatically, if there 
already is a stored configuration for this image/machine.</property>
                                          <property 
name="can_focus">True</property>
                                          <property name="label" 
translatable="yes">auto _hide stored settings</property>
                                          <property 
name="use_underline">True</property>
only in patch2:
unchanged:
--- qemulator-0.5.orig/usr/local/lib/qemulator/qml_machinesetup.py
+++ qemulator-0.5/usr/local/lib/qemulator/qml_machinesetup.py
@@ -1453,7 +1453,7 @@
             checkdouble = 
self.qemulator_instance.checkexist_bookmark(entry_name)
             #print 'doublecheck: ' + str(checkdouble)
             if checkdouble == True:
-                dialogtext = "<b>" + _("A Machine with this name allready 
exists, please choose another one") + "</b>"
+                dialogtext = "<b>" + _("A Machine with this name already 
exists, please choose another one") + "</b>"
                 delrequest = qml_tools.Dialog("error", dialogtext, "Name 
exists")
             else:  
                 #self.get_final_machine()             
only in patch2:
unchanged:
--- qemulator-0.5.orig/usr/local/lib/qemulator/qemulator.py
+++ qemulator-0.5/usr/local/lib/qemulator/qemulator.py
@@ -938,7 +938,7 @@
             
self.filechooserdialogUniversal.add_shortcut_folder(self.settings["imagespath"])
             #print "added imagespath to filechooserbuttonImagecdrom"
         except:
-            #print "imagespath allready on filechooserbuttonImagecdrom"
+            #print "imagespath already on filechooserbuttonImagecdrom"
             pass
         try:
             self.filechooserdialogUniversal.add_shortcut_folder("/dev/")
@@ -952,7 +952,7 @@
 #            
self.filechooserbuttonImagecdrom.add_shortcut_folder(self.settings["imagespath"])
 #            #print "added imagespath to filechooserbuttonImagecdrom"
 #        except:
-#            #print "imagespath allready on filechooserbuttonImagecdrom"
+#            #print "imagespath already on filechooserbuttonImagecdrom"
 #            pass
 #        try:
 #            self.filechooserbuttonImagecdrom.add_shortcut_folder("/dev/")
@@ -3827,7 +3827,7 @@
             #print 'check_keepname: ' + str(check_keepname)
             if check_keepname == False:
                 #print 'Updating config...'
-                #dialogtext = "<b>" + _("A Machine with this name allready 
exists, please choose another one") + "</b>"
+                #dialogtext = "<b>" + _("A Machine with this name already 
exists, please choose another one") + "</b>"
                 #delrequest = qml_tools.Dialog("error", dialogtext, "Name 
exists")
                 if haveconfig == True:
                     oldsettings = self.currimage_settings
@@ -5221,21 +5221,21 @@
         
     def check_firstrun(self):
         if os.path.exists(self.homedir):
-            #print "homedir '" + self.homedir + "' allready exists"
+            #print "homedir '" + self.homedir + "' already exists"
             pass
         else:
             print "homedir '" + self.homedir + "' will be created"
             os.mkdir(self.homedir)
             
         if os.path.exists(self.configdir):
-            #print "configdir '" + self.configdir + "' allready exists"
+            #print "configdir '" + self.configdir + "' already exists"
             pass
         else:
             print "configdir '" + self.configdir + "' will be created"
             os.mkdir(self.configdir)            
                     
         if os.path.exists(self.icondirs[1]):
-            #print "icondir '" + self.icondirs[1] + "' allready exists"
+            #print "icondir '" + self.icondirs[1] + "' already exists"
             pass
         else:
             print "icondir '" + self.icondirs[1] + "' will be created"
only in patch2:
unchanged:
--- qemulator-0.5.orig/usr/local/lib/qemulator/qml_installwizzard.py
+++ qemulator-0.5/usr/local/lib/qemulator/qml_installwizzard.py
@@ -605,7 +605,7 @@
             checkdouble = 
self.qemulator_instance.checkexist_bookmark(entry_name)
             #print 'doublecheck: ' + str(checkdouble)
             if checkdouble == True:
-                dialogtext = "<b>" + _("A Machine with this name allready 
exists, please choose another one") + "</b>"
+                dialogtext = "<b>" + _("A Machine with this name already 
exists, please choose another one") + "</b>"
                 delrequest = qml_tools.Dialog("error", dialogtext, "Name 
exists")
             else:  
                 #self.get_final_machine()             
only in patch2:
unchanged:
--- qemulator-0.5.orig/debian/patches/fix-snpashot-typo.patch
+++ qemulator-0.5/debian/patches/fix-snpashot-typo.patch
@@ -0,0 +1,27 @@
+Description: typo in qemulator: snpashot should be snapshot
+Author: Niall Jackson <[email protected]>
+Bug-Ubuntu: http://launchpad.net/bugs/348172
+diff -Nur -x '*.orig' -x '*~' qemulator-0.5/Qemulator.pot 
qemulator-0.5.new/Qemulator.pot
+--- qemulator-0.5/Qemulator.pot        2007-06-16 01:32:13.000000000 +0100
++++ qemulator-0.5.new/Qemulator.pot    2009-09-05 15:29:46.384779081 +0100
+@@ -712,7 +712,7 @@
+ msgstr ""
+ 
+ #: 
/home/rainer/createweb/Projekte/python/Qemulator/usr/local/lib/qemulator/src/interface.c:1850
+-msgid "Snpashot mode"
++msgid "Snapshot mode"
+ msgstr ""
+ 
+ #: 
/home/rainer/createweb/Projekte/python/Qemulator/usr/local/lib/qemulator/src/interface.c:1855
+diff -Nur -x '*.orig' -x '*~' 
qemulator-0.5/usr/local/lib/qemulator/qemulator.glade 
qemulator-0.5.new/usr/local/lib/qemulator/qemulator.glade
+--- qemulator-0.5/usr/local/lib/qemulator/qemulator.glade      2007-06-16 
01:53:58.000000000 +0100
++++ qemulator-0.5.new/usr/local/lib/qemulator/qemulator.glade  2009-09-05 
15:30:11.416779798 +0100
+@@ -4413,7 +4413,7 @@
+                                             <property 
name="visible">True</property>
+                                             <property name="tooltip" 
translatable="yes">write to temporary files instead of disk image 
files</property>
+                                             <property 
name="can_focus">True</property>
+-                                            <property name="label" 
translatable="yes">Snpashot mode</property>
++                                            <property name="label" 
translatable="yes">Snapshot mode</property>
+                                             <property 
name="use_underline">True</property>
+                                             <property 
name="relief">GTK_RELIEF_NORMAL</property>
+                                             <property 
name="focus_on_click">True</property>

--- End Message ---
--- Begin Message ---
Source: virtualbricks
Source-Version: 0.6.352-1

We believe that the bug you reported is fixed in the latest version of
virtualbricks, which is due to be installed in the Debian FTP archive:

qemulator_0.6.352-1_all.deb
  to main/v/virtualbricks/qemulator_0.6.352-1_all.deb
virtualbricks_0.6.352-1.debian.tar.gz
  to main/v/virtualbricks/virtualbricks_0.6.352-1.debian.tar.gz
virtualbricks_0.6.352-1.dsc
  to main/v/virtualbricks/virtualbricks_0.6.352-1.dsc
virtualbricks_0.6.352-1_all.deb
  to main/v/virtualbricks/virtualbricks_0.6.352-1_all.deb
virtualbricks_0.6.352.orig.tar.bz2
  to main/v/virtualbricks/virtualbricks_0.6.352.orig.tar.bz2



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.
Francesco Namuri <[email protected]> (supplier of updated virtualbricks 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: Sat, 14 Jan 2012 00:46:22 +0100
Source: virtualbricks
Binary: virtualbricks qemulator
Architecture: source all
Version: 0.6.352-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Namuri <[email protected]>
Changed-By: Francesco Namuri <[email protected]>
Description: 
 qemulator  - transitional dummy package to virtualbriks
 virtualbricks - is a Virtualization suite for qemu/kvm VMs and vde2 networks
Closes: 546152 594581 615399 617047
Changes: 
 virtualbricks (0.6.352-1) unstable; urgency=low
 .
   * New upstream version/renamed package; after the decision of the
     VNM project team (http://sourceforge.net/projects/virtualnetmgr/)
     and the qemulator developer to merge the projects, the project
     now is called virtualbricks. (Closes: #594581, #546152)
   * Fixed all the files involved in the renaming.
   * Switch to dpkg-source 3.0 (quilt) format.
   * debian/control: changed the email of the maintainer field.
   * debian/control: bumped standards version to 3.9.2.
   * debian/control: added a qemulator dummy bin transition package.
   * debian/copyright: updated the copyright information.
   * added virtualbricks.install.
   * fixed watch file.
   * Made the transition to dh_python2. (Closes: #617047)
   * debian/control: removed build-dep on patchutils.
   * debian/control: changed suggess from python-gnome2-extras to
     python-eggtrayicon (thanks to Bilal Akhtar <[email protected]>)
   * added debian/copyright_hints.
   * debian/control: moved Homepage field from package description to the
     appropriate location. (Closes: #615399)
Checksums-Sha1: 
 ef4c78769654c448951625806668b76bedb8dfcc 1206 virtualbricks_0.6.352-1.dsc
 72f253761a23441e805792745165ac409cfa45dc 172062 
virtualbricks_0.6.352.orig.tar.bz2
 c2a2fb1b088def1420eecd04a4604c3c474cdf55 3762 
virtualbricks_0.6.352-1.debian.tar.gz
 09ba61162c08cec667be715d2dc11a15a19b4d60 174516 virtualbricks_0.6.352-1_all.deb
 c217488c6da3ab49b0970a80e0a0b0947511aae0 3106 qemulator_0.6.352-1_all.deb
Checksums-Sha256: 
 e41b43964dc6cee3b1e43898171376e90504c3eae5b989a7ca9b20afcc0eee17 1206 
virtualbricks_0.6.352-1.dsc
 742d4c323e7d06f4261da4c22911b5fc17f480bc22cf152044ceae325535bf36 172062 
virtualbricks_0.6.352.orig.tar.bz2
 fbd1079b5fb279e148ac1b2348f0a620193e2aca0bb26f72accca516b8bd9a6f 3762 
virtualbricks_0.6.352-1.debian.tar.gz
 cac6ac386290b3456944415d005a48883d80090c4ed194d3ffa3b3967f074b5d 174516 
virtualbricks_0.6.352-1_all.deb
 e4be12954925c5928e6002da9438a106c1a660f3ab77691a5b1848e703a27c76 3106 
qemulator_0.6.352-1_all.deb
Files: 
 a3bd8522557474c4a0dbcb09952e0a79 1206 otherosfs extra 
virtualbricks_0.6.352-1.dsc
 36effc51c25b8b69e25b05b6b254878c 172062 otherosfs extra 
virtualbricks_0.6.352.orig.tar.bz2
 df73e87509c9f4f5a51d47cb71e93ab9 3762 otherosfs extra 
virtualbricks_0.6.352-1.debian.tar.gz
 d96a7451b7d9050ec4440888c6c05a5d 174516 otherosfs extra 
virtualbricks_0.6.352-1_all.deb
 b79f2502474bf27b6ad003992eda5958 3106 oldlibs extra qemulator_0.6.352-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk8RtX8ACgkQjidkNzsw60SPqQCeMOlt1YLHJ/96WZJ1fcvjJ6LZ
M7cAoI3g5+dFQVa+cmCgpA4y6NiRExcf
=IB6l
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to