Merge lp:~james-w/unattended-upgrades/karmic into lp:~ubuntu-core-dev/unattended-upgrades/ubuntu

Proposed by James Westby
Status: Rejected
Rejected by: James Westby
Proposed branch: lp:~james-w/unattended-upgrades/karmic
Merge into: lp:~ubuntu-core-dev/unattended-upgrades/ubuntu
Diff against target: None lines
To merge this branch: bzr merge lp:~james-w/unattended-upgrades/karmic
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+6137@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Update for Karmic, and revert the accidental sync of the package.

Thanks,

James

Unmerged revisions

86. By James Westby

Update for karmic.

* Override mistaken sync from Debian. (LP: #371222)
* Do the work under binary-indep in debian/rules as the package is
  not architecture specific. Thanks Lintian.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/50unattended-upgrades'
--- data/50unattended-upgrades 2008-11-26 09:48:12 +0000
+++ data/50unattended-upgrades 2009-05-03 14:04:45 +0000
@@ -1,7 +1,7 @@
1// Automatically upgrade packages from these (origin, archive) pairs1// Automatically upgrade packages from these (origin, archive) pairs
2Unattended-Upgrade::Allowed-Origins {2Unattended-Upgrade::Allowed-Origins {
3 "Ubuntu jaunty-security";3 "Ubuntu karmic-security";
4// "Ubuntu jaunty-updates";4// "Ubuntu karmic-updates";
5};5};
66
7// List of packages to not update7// List of packages to not update
88
=== modified file 'debian/changelog'
--- debian/changelog 2009-03-02 09:51:37 +0000
+++ debian/changelog 2009-05-03 14:04:45 +0000
@@ -1,3 +1,12 @@
1unattended-upgrades (0.40) jaunty; urgency=low
2
3 * Update for karmic.
4 * Override mistaken sync from Debian. (LP: #371222)
5 * Do the work under binary-indep in debian/rules as the package is
6 not architecture specific. Thanks Lintian.
7
8 -- James Westby <james.westby@ubuntu.com> Sun, 03 May 2009 14:50:06 +0100
9
1unattended-upgrades (0.39) jaunty; urgency=low10unattended-upgrades (0.39) jaunty; urgency=low
211
3 * debian/po/fr.po:12 * debian/po/fr.po:
413
=== modified file 'debian/rules'
--- debian/rules 2009-03-02 09:40:16 +0000
+++ debian/rules 2009-05-03 14:04:45 +0000
@@ -62,12 +62,12 @@
62 ./setup.py install --prefix=$(CURDIR)/debian/$(PKG)/usr --install-layout=deb62 ./setup.py install --prefix=$(CURDIR)/debian/$(PKG)/usr --install-layout=deb
6363
6464
65# Build architecture-dependent files here.
66binary-arch: build install
67# We have nothing to do by default.
68
65# Build architecture-independent files here.69# Build architecture-independent files here.
66binary-indep: build install70binary-indep: build install
67# We have nothing to do by default.
68
69# Build architecture-dependent files here.
70binary-arch: build install
71 dh_testdir71 dh_testdir
72 dh_testroot72 dh_testroot
73 dh_installchangelogs 73 dh_installchangelogs

Subscribers

People subscribed via source and target branches

to all changes: