Merge lp:~ubuntu-branches/ubuntu/precise/gedit-plugins/precise-201112230606 into lp:ubuntu/precise/gedit-plugins

Proposed by Ubuntu Package Importer
Status: Rejected
Rejected by: James Westby
Proposed branch: lp:~ubuntu-branches/ubuntu/precise/gedit-plugins/precise-201112230606
Merge into: lp:ubuntu/precise/gedit-plugins
Diff against target: 63 lines (+30/-0) (has conflicts)
1 file modified
debian/control (+30/-0)
Text conflict in debian/control
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/precise/gedit-plugins/precise-201112230606
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+86777@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/precise/gedit-plugins reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/precise/gedit-plugins/precise-201112230606. 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

56. By Andrew Starr-Bochicchio

releasing version 3.2.1-1ubuntu1

55. By Andrew Starr-Bochicchio

debian/rules: Call dh_python2 for both /usr/lib/gedit/plugins
and /usr/share/gedit/plugins

54. By Andrew Starr-Bochicchio

debian/control{.in}: Add Enhances: gedit (LP: #710656).

53. By Andrew Starr-Bochicchio

Fix some formatting in debian/changelog.

52. By Andrew Starr-Bochicchio

* Merge from Debian Testing. Remaining Ubuntu changes:
 - debian/control:
  + Set Vcs-Bzr fields and move Debian Vcs fileds to
    XS-Debian-Vcs fields.
  + Switch to dh_python2.
 - debian/rules:
  - Switch to dh_python2.
 - debian/watch:
  + Watch for unstable releases.

* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* debian/control.in:
  - Bump Build-Depends on libpeas-dev to (>= 1.0.0).
  - Bump Build-Depends on gedit-dev to (>= 3.2.1).
  - Bump Depends on gedit to (>= 3.2).
  - Set <email address hidden> as Maintainer.

51. By Andrew Starr-Bochicchio

Merging shared upstream rev into target branch.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2011-12-23 00:24:38 +0000
3+++ debian/control 2011-12-23 06:13:27 +0000
4@@ -1,10 +1,17 @@
5 Source: gedit-plugins
6 Section: gnome
7 Priority: optional
8+<<<<<<< TREE
9 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
10 XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
11 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>, Sebastian Dröge <slomo@debian.org>
12 Build-Depends: cdbs (>= 0.4.90~),
13+=======
14+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
15+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
16+Uploaders: Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>, Sebastian Dröge <slomo@debian.org>
17+Build-Depends: cdbs (>= 0.4.90~),
18+>>>>>>> MERGE-SOURCE
19 debhelper (>= 8),
20 intltool (>= 0.40.0),
21 gnome-pkg-tools (>= 0.11),
22@@ -41,6 +48,7 @@
23 gedit-plugins contain a set of plugins for gedit, GNOME's text editor.
24 .
25 The following plugins are included:
26+<<<<<<< TREE
27 * Join/Split Lines: Join several lines or split long ones
28 * Tag list: Provides a method to easily insert commonly used tags/strings into a document without having to type them.
29 * Code comment: Comment out or uncomment a selected block of code.
30@@ -49,12 +57,34 @@
31 * Commander: Command line interface for advanced editing
32 * Draw Spaces: Draw Spaces and Tabs
33 * Word Completion: Word completion using the completion framework
34+=======
35+>>>>>>> MERGE-SOURCE
36 * Character Map: Insert special characters just by clicking on them.
37+<<<<<<< TREE
38 * Text Size: Easily increase and decrease the text size
39+=======
40+ * Tag list: Provides a method to easily insert commonly used tags/strings into a document without having to type them.
41+ * Bookmarks: Easy document navigation with bookmarks
42+>>>>>>> MERGE-SOURCE
43 * Session Saver: Save and restore your working sessions
44+<<<<<<< TREE
45 * Color Picker: Pick a color from a dialog and insert its hexadecimal representation.
46 * SyncTeX: Synchronize between LaTeX and PDF with gedit and evince.
47 * Smart Spaces: Forget you're not using tabulations.
48 * Multi Edit: Edit document in multiple places at once
49 * Bookmarks: Easy document navigation with bookmarks
50+=======
51+ * Color Picker: Pick a color from a dialog and insert its hexadecimal representation.
52+ * Smart Spaces: Forget you're not using tabulations.
53+ * Bracket Completion: Automatically adds closing brackets.
54+ * Word Completion: Word completion using the completion framework
55+ * SyncTeX: Synchronize between LaTeX and PDF with gedit and evince.
56+ * Embedded Terminal: Embed a terminal in the bottom pane.
57+ * Draw Spaces: Draw Spaces and Tabs
58+ * Commander: Command line interface for advanced editing
59+ * Join/Split Lines: Join several lines or split long ones
60+ * Text Size: Easily increase and decrease the text size
61+ * Code comment: Comment out or uncomment a selected block of code.
62+ * Multi Edit: Edit document in multiple places at once
63+>>>>>>> MERGE-SOURCE
64

Subscribers

People subscribed via source and target branches

to all changes: