Merge lp:~ubuntu-branches/ubuntu/oneiric/schooltool.lyceum.journal/oneiric-201109291505 into lp:ubuntu/oneiric/schooltool.lyceum.journal

Proposed by Ubuntu Package Importer
Status: Approved
Approved by: James Westby
Approved revision: 8
Proposed branch: lp:~ubuntu-branches/ubuntu/oneiric/schooltool.lyceum.journal/oneiric-201109291505
Merge into: lp:ubuntu/oneiric/schooltool.lyceum.journal
Diff against target: 34 lines (+18/-0) (has conflicts)
3 files modified
.bzrignore (+1/-0)
debian/patches/schooltool-1.9.patch (+16/-0)
debian/patches/series (+1/-0)
Conflict adding file debian/patches.  Moved existing file to debian/patches.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/oneiric/schooltool.lyceum.journal/oneiric-201109291505
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+77555@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archive and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/oneiric/schooltool.lyceum.journal reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/oneiric/schooltool.lyceum.journal/oneiric-201109291505. 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

8. By Gediminas Paulauskas

debian/patches/schooltool-1.9.patch: avoid automatic depends on
schooltool (<< 1.9), this made the package uninstallable.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2011-09-29 15:13:02 +0000
4@@ -0,0 +1,1 @@
5+./.pc
6
7=== added directory 'debian/patches'
8=== renamed directory 'debian/patches' => 'debian/patches.moved'
9=== added file 'debian/patches/schooltool-1.9.patch'
10--- debian/patches/schooltool-1.9.patch 1970-01-01 00:00:00 +0000
11+++ debian/patches/schooltool-1.9.patch 2011-09-29 15:13:02 +0000
12@@ -0,0 +1,16 @@
13+Remove depends on schooltool<1.9, the automatic dependencies generated by
14+van.pydeb makes this uninstallable, because schooltool package uses an epoch.
15+SchoolTool 1.9 breaks older plugins and conflicts here is not needed.
16+Index: schooltool.lyceum.journal/setup.py
17+===================================================================
18+--- schooltool.lyceum.journal.orig/setup.py
19++++ schooltool.lyceum.journal/setup.py
20+@@ -59,7 +59,7 @@ setup(
21+ package_dir={'': 'src'},
22+ namespace_packages=["schooltool", "schooltool.lyceum"],
23+ packages=find_packages('src'),
24+- install_requires=['schooltool>=1.5,<1.9',
25++ install_requires=['schooltool>=1.5',
26+ 'pytz',
27+ 'setuptools',
28+ 'zc.table',
29
30=== added file 'debian/patches/series'
31--- debian/patches/series 1970-01-01 00:00:00 +0000
32+++ debian/patches/series 2011-09-29 15:13:02 +0000
33@@ -0,0 +1,1 @@
34+schooltool-1.9.patch

Subscribers

People subscribed via source and target branches

to all changes: