Merge lp:~ubuntu-branches/ubuntu/lucid/apt/lucid-updates-201105042235 into lp:ubuntu/lucid-updates/apt

Proposed by James Westby
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~ubuntu-branches/ubuntu/lucid/apt/lucid-updates-201105042235
Merge into: lp:ubuntu/lucid-updates/apt
Diff against target: 43 lines (+19/-0) (has conflicts)
2 files modified
debian/apt.cron.daily (+7/-0)
debian/changelog (+12/-0)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/lucid/apt/lucid-updates-201105042235
Reviewer Review Type Date Requested Status
Michael Vogt Pending
Ubuntu Development Team Pending
Review via email: mp+60001@code.launchpad.net

Description of the change

The package history in the archive and the history in the bzr branch differ. As the archive is authoritative the history of lp:ubuntu/lucid-updates/apt now reflects that and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/lucid/apt/lucid-updates-201105042235. A merge should be performed if necessary.

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Hi Michael,

Seems you had an uploaded lucid change for apt that was overwritten by the
backport of --arch.

Do you want to upload that fix too?

Thanks,

James

Unmerged revisions

110. By Michael Vogt

* debian/apt.cron.daily:
  - source /etc/default/locale (if available) so that the
    apt-get update cron job fetches the right translated package
    descriptions (LP: #652951)

109. By Michael Vogt

* ftparchive/writer.cc:
  - port changes from maverick to remove size limit for
    Files,Checksum-Sha1,Checksum-Sha256

108. By Michael Vogt

* ftparchive/writer.cc:
  - write out {Files,Checksum-Sha1,Checksum-Sha256} only if
    available LP: #633967. Thanks to Colin Watson

107. By Michael Vogt

* apt-pkg/deb/dpkgpm.cc:
  - Fix segmentation fault when /var/log/apt ist missing. LP: #535509

106. By Michael Vogt

* debian/apt.postinst:
  - do not fail if getent returns nothing useful (LP: #579647)
    thanks to Jean-Baptiste Lallement

105. By Michael Vogt

[ Loïc Minier ]
* Use https:// in Vcs-Bzr URL.

[ Michael Vogt ]
* apt-pkg/deb/debrecords.cc:
  - fix max tag buffer size (LP: #545336, closes: #578959)
* apt-pkg/indexfile.cc:
  - If no "_" is found in the language code, try to find a "."
    This is required for languages like Esperanto that have no
    county associated with them (LP: #560956)
    Thanks to "Aisano" for the fix

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/apt.cron.daily'
2--- debian/apt.cron.daily 2010-03-12 23:10:52 +0000
3+++ debian/apt.cron.daily 2011-05-04 22:39:35 +0000
4@@ -436,6 +436,13 @@
5 # mirrors at the same time
6 random_sleep
7
8+# include default system language so that "apt-get update" will
9+# fetch the right translated package descriptions
10+if [ -r /etc/default/locale ]; then
11+ . /etc/default/locale
12+ export LANG LANGUAGE LC_MESSAGES LC_ALL
13+fi
14+
15 # update package lists
16 UPDATED=0
17 UPDATE_STAMP=/var/lib/apt/periodic/update-stamp
18
19=== modified file 'debian/changelog'
20--- debian/changelog 2011-02-16 20:56:11 +0000
21+++ debian/changelog 2011-05-04 22:39:35 +0000
22@@ -1,9 +1,21 @@
23+<<<<<<< TREE
24 apt (0.7.25.3ubuntu9.4) lucid-proposed; urgency=low
25
26 * backported the apt-ftparchive --arch support (LP: #714970)
27
28 -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 Feb 2011 20:56:11 +0100
29
30+=======
31+apt (0.7.25.3ubuntu9.4) UNRELEASED; urgency=low
32+
33+ * debian/apt.cron.daily:
34+ - source /etc/default/locale (if available) so that the
35+ apt-get update cron job fetches the right translated package
36+ descriptions (LP: #652951)
37+
38+ -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 01 Oct 2010 21:44:31 +0200
39+
40+>>>>>>> MERGE-SOURCE
41 apt (0.7.25.3ubuntu9.3) lucid-proposed; urgency=low
42
43 * ftparchive/writer.cc:

Subscribers

People subscribed via source and target branches

to all changes: