Merge lp:~ubuntu-branches/ubuntu/oneiric/sweethome3d/oneiric-201108050311 into lp:ubuntu/oneiric/sweethome3d

Proposed by Ubuntu Package Importer
Status: Rejected
Rejected by: James Westby
Proposed branch: lp:~ubuntu-branches/ubuntu/oneiric/sweethome3d/oneiric-201108050311
Merge into: lp:ubuntu/oneiric/sweethome3d
Diff against target: 57 lines (+51/-0) (has conflicts)
1 file modified
debian/patches/04use-icedtea-jnlp (+51/-0)
Conflict adding file debian/patches/04use-icedtea-jnlp.  Moved existing file to debian/patches/04use-icedtea-jnlp.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/oneiric/sweethome3d/oneiric-201108050311
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+71875@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archve and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/oneiric/sweethome3d reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/oneiric/sweethome3d/oneiric-201108050311. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.

Unmerged revisions

10. By Luke Yelavich

releasing version 3.1+dfsg-1ubuntu1

9. By Luke Yelavich

Merge branch lp:~scarneiro/ubuntu/oneiric/sweethome3d/fix-for-755950

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/patches/04use-icedtea-jnlp'
2--- debian/patches/04use-icedtea-jnlp 1970-01-01 00:00:00 +0000
3+++ debian/patches/04use-icedtea-jnlp 2011-08-17 12:52:36 +0000
4@@ -0,0 +1,51 @@
5+Index: sweethome3d/build.xml
6+===================================================================
7+--- sweethome3d.orig/build.xml 2011-07-31 12:05:37.132196888 -0300
8++++ sweethome3d/build.xml 2011-07-31 12:06:37.492496196 -0300
9+@@ -47,7 +47,7 @@
10+ </extdirs>
11+ <classpath>
12+ <pathelement location="libtest/AppleJavaExtensions.jar"/>
13+- <pathelement location="libtest/jnlp.jar"/>
14++ <pathelement location="/usr/share/icedtea-web/netx.jar"/>
15+ </classpath>
16+ <exclude name="com/eteks/sweethome3d/MacOSXConfiguration.java"/>
17+ <exclude name="com/eteks/sweethome3d/swing/VideoPanel.java"/>
18+@@ -255,7 +255,6 @@
19+ <exclude name="vecmath.jar"/>
20+ </fileset>
21+ </copy>
22+- <copy todir="deploy/lib" file="libtest/jnlp.jar"/>
23+
24+ <!-- Clean build directory -->
25+ <delete dir="build"/>
26+@@ -386,9 +385,6 @@
27+ <fileset dir="lib">
28+ <include name="*.jar"/>
29+ </fileset>
30+- <fileset dir="libtest">
31+- <include name="jnlp.jar"/>
32+- </fileset>
33+ <fileset dir=".">
34+ <include name="LICENSE.TXT"/>
35+ <include name="COPYING.TXT"/>
36+@@ -539,9 +535,8 @@
37+ <exclude name="iText-2.1.7.jar"/>
38+ </fileset>
39+ </copy>
40+- <!-- Copy jnlp.jar, JMF and Mac OS X Java 3D 1.5 DLLs and JARs for Java 3D
41++ <!-- Copy JMF and Mac OS X Java 3D 1.5 DLLs and JARs for Java 3D
42+ to install/macosx/SweetHome3D-version/Sweet Home 3D.app/Contents/Resources/Java/ext -->
43+- <copy file="libtest/jnlp.jar" todir="install/macosx/SweetHome3D-${version}/Sweet Home 3D.app/Contents/Resources/Java/ext"/>
44+ <copy todir="install/macosx/SweetHome3D-${version}/Sweet Home 3D.app/Contents/Resources/Java/ext" >
45+ <fileset dir="lib/macosx">
46+ <include name="*.jar"/>
47+@@ -816,7 +811,7 @@
48+ <classpath>
49+ <fileset dir="lib"/>
50+ <pathelement location="libtest/AppleJavaExtensions.jar"/>
51+- <pathelement location="libtest/jnlp.jar"/>
52++ <pathelement location="/usr/share/icedtea-web/netx"/>
53+ </classpath>
54+ </javadoc>
55+
56
57=== renamed file 'debian/patches/04use-icedtea-jnlp' => 'debian/patches/04use-icedtea-jnlp.moved'

Subscribers

People subscribed via source and target branches

to all changes: