Merge lp:~arky/ubuntu/karmic/qemulator/fix-257233 into lp:ubuntu/karmic/qemulator

Proposed by arky
Status: Work in progress
Proposed branch: lp:~arky/ubuntu/karmic/qemulator/fix-257233
Merge into: lp:ubuntu/karmic/qemulator
Diff against target: None lines
To merge this branch: bzr merge lp:~arky/ubuntu/karmic/qemulator/fix-257233
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Needs Fixing
Ubuntu branches Pending
Review via email: mp+11510@code.launchpad.net
To post a comment you must log in.
Revision history for this message
arky (arky) wrote :
Revision history for this message
Daniel Holbach (dholbach) wrote :

The patch is generally fine, just a few things:
 - I changed karmic to lucid
 - I made use of cdbs patch instead of directly patching it (basically: bzr diff -r4 usr/local/lib/qemulator/qemulator.glade > debian/patches/untranslate_button_text.patch)
 - ran update-maintainer from ubuntu-dev-tools to adhere to https://wiki.ubuntu.com/DebianMaintainerField

I pushed my changes to lp:~dholbach/ubuntu/lucid/qemulator/fix-257233 you can easily merge them.

The only problem I see right now is that the current version does not build on lucid:

f [ "debian/stamp-patched" != "reverse-patches" ]; then touch debian/stamp-patched; fi
if [ "debian/stamp-patched" != "reverse-patches" ] ; then \
  /usr/bin/make -f debian/rules update-config ; \
 fi
make[1]: Entering directory `/tmp/buildd/qemulator-0.5'
make[1]: Nothing to be done for `update-config'.
make[1]: Leaving directory `/tmp/buildd/qemulator-0.5'
 fakeroot debian/rules binary
test -x debian/rules
dh_testroot
dh_clean -k
dh_installdirs -A
mkdir -p "."
dh_installdirs -pqemulator
mkdir -p debian/qemulator/usr/share
cp -a usr/local/share/* debian/qemulator/usr/share
cp -a usr/local/lib/qemulator/* debian/qemulator/usr/share/qemulator
chmod +x debian/qemulator/usr/share/qemulator/qml_imagecreation.py \
  debian/qemulator/usr/share/qemulator/qml_machinesetup.py \
  debian/qemulator/usr/share/qemulator/qml_filehandlers.py \
  debian/qemulator/usr/share/qemulator/qml_configuration.py \
  debian/qemulator/usr/share/qemulator/qml_tools.py \
  debian/qemulator/usr/share/qemulator/qml_installwizzard.py \
  debian/qemulator/usr/share/qemulator/qml_style.py
chmod -x debian/qemulator/usr/share/qemulator/icons/mac.png
convert -resize 32x32 usr/local/share/pixmaps/qemulator.svg qemulator.xpm
sh: wmf2eps: not found
convert: Delegate failed `"wmf2eps" -o "%o" "%i"' @ delegate.c/InvokeDelegate/1060.
convert: unable to open image `/tmp/magick-XXWNvBDO': No such file or directory @ blob.c/OpenBlob/2480.
convert: unable to open file `/tmp/magick-XXWNvBDO': No such file or directory @ constitute.c/ReadImage/569.
convert: missing an image filename `qemulator.xpm' @ convert.c/ConvertImageCommand/2838.
make: *** [install/qemulator] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
E: Failed autobuilding of package
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env

review: Needs Fixing

Unmerged revisions

5. By arky

changed 'Datei auswählen' to 'Select File' (LP: #257233)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2007-09-16 21:23:56 +0000
3+++ debian/changelog 2009-09-10 09:50:23 +0000
4@@ -1,3 +1,9 @@
5+qemulator (0.5-3ubuntu1) karmic; urgency=low
6+
7+ * changed 'Datei auswählen' to 'Select File' (LP: #257233)
8+
9+ -- Rakesh 'arky' Ambati <rakesh_ambati@yahoo.com> Thu, 10 Sep 2009 15:18:29 +0530
10+
11 qemulator (0.5-3) unstable; urgency=low
12
13 * debian/patches/fix_python_dir.patch: fixed to avoid patching of
14
15=== modified file 'usr/local/lib/qemulator/qemulator.glade'
16--- usr/local/lib/qemulator/qemulator.glade 2007-06-20 16:11:22 +0000
17+++ usr/local/lib/qemulator/qemulator.glade 2009-09-10 09:50:23 +0000
18@@ -14407,7 +14407,7 @@
19 <child>
20 <widget class="GtkFileChooserButton" id="filechooserbutton_jobmon_cdrom">
21 <property name="visible">True</property>
22- <property name="title" translatable="yes">Datei auswählen</property>
23+ <property name="title" translatable="yes">Select File</property>
24 <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
25 <property name="local_only">True</property>
26 <property name="show_hidden">False</property>
27@@ -14426,7 +14426,7 @@
28 <child>
29 <widget class="GtkFileChooserButton" id="filechooserbutton_jobmon_fda">
30 <property name="visible">True</property>
31- <property name="title" translatable="yes">Datei auswählen</property>
32+ <property name="title" translatable="yes">Select File</property>
33 <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
34 <property name="local_only">True</property>
35 <property name="show_hidden">False</property>
36@@ -14446,7 +14446,7 @@
37 <child>
38 <widget class="GtkFileChooserButton" id="filechooserbutton_jobmon_fdb">
39 <property name="visible">True</property>
40- <property name="title" translatable="yes">Datei auswählen</property>
41+ <property name="title" translatable="yes">Select File</property>
42 <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
43 <property name="local_only">True</property>
44 <property name="show_hidden">False</property>

Subscribers

People subscribed via source and target branches

to all changes: