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
1=== modified file 'data/50unattended-upgrades'
2--- data/50unattended-upgrades 2008-11-26 09:48:12 +0000
3+++ data/50unattended-upgrades 2009-05-03 14:04:45 +0000
4@@ -1,7 +1,7 @@
5 // Automatically upgrade packages from these (origin, archive) pairs
6 Unattended-Upgrade::Allowed-Origins {
7- "Ubuntu jaunty-security";
8-// "Ubuntu jaunty-updates";
9+ "Ubuntu karmic-security";
10+// "Ubuntu karmic-updates";
11 };
12
13 // List of packages to not update
14
15=== modified file 'debian/changelog'
16--- debian/changelog 2009-03-02 09:51:37 +0000
17+++ debian/changelog 2009-05-03 14:04:45 +0000
18@@ -1,3 +1,12 @@
19+unattended-upgrades (0.40) jaunty; urgency=low
20+
21+ * Update for karmic.
22+ * Override mistaken sync from Debian. (LP: #371222)
23+ * Do the work under binary-indep in debian/rules as the package is
24+ not architecture specific. Thanks Lintian.
25+
26+ -- James Westby <james.westby@ubuntu.com> Sun, 03 May 2009 14:50:06 +0100
27+
28 unattended-upgrades (0.39) jaunty; urgency=low
29
30 * debian/po/fr.po:
31
32=== modified file 'debian/rules'
33--- debian/rules 2009-03-02 09:40:16 +0000
34+++ debian/rules 2009-05-03 14:04:45 +0000
35@@ -62,12 +62,12 @@
36 ./setup.py install --prefix=$(CURDIR)/debian/$(PKG)/usr --install-layout=deb
37
38
39+# Build architecture-dependent files here.
40+binary-arch: build install
41+# We have nothing to do by default.
42+
43 # Build architecture-independent files here.
44 binary-indep: build install
45-# We have nothing to do by default.
46-
47-# Build architecture-dependent files here.
48-binary-arch: build install
49 dh_testdir
50 dh_testroot
51 dh_installchangelogs

Subscribers

People subscribed via source and target branches

to all changes: