Merge lp:~ari-tczew/system-tools-backends/ubuntu into lp:~ubuntu-desktop/system-tools-backends/ubuntu

Proposed by Artur Rona
Status: Merged
Merged at revision: 28
Proposed branch: lp:~ari-tczew/system-tools-backends/ubuntu
Merge into: lp:~ubuntu-desktop/system-tools-backends/ubuntu
Diff against target: 48 lines (+28/-0)
3 files modified
debian/changelog (+15/-0)
debian/patches/03_hostname.patch (+12/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~ari-tczew/system-tools-backends/ubuntu
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+46422@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

Please drop the bit about Vcs-Bzr from the "Remaining changes" block in debian/changelog. This is for the same reason that we don't document Ubuntu-specific Maintainer changes (http://people.canonical.com/~cjwatson/ubuntu-policy/policy.html/ch-binary.html#s3.3): it has to be done for every package with Ubuntu-specific version control, and if it were the only change then we'd sync and drop it. Essentially, we only need to document the changes that stop us syncing from Debian.

review: Needs Fixing
29. By Artur Rona

Remove entry of Vcs-Bzr link.

Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks, I'm fine with this now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-12-07 06:33:56 +0000
3+++ debian/changelog 2011-01-17 11:24:09 +0000
4@@ -1,3 +1,18 @@
5+system-tools-backends (2.10.1-2ubuntu1) natty; urgency=low
6+
7+ * Merge from debian unstable. Remaining changes: (LP: #703665)
8+ - debian/patches/03ubuntu_empty_ntp_conf.patch:
9+ + Don't create empty NTP configuration files.
10+
11+ -- Artur Rona <ari-tczew@ubuntu.com> Sun, 16 Jan 2011 20:42:05 +0100
12+
13+system-tools-backends (2.10.1-2) unstable; urgency=low
14+
15+ * 03_hostname.patch: patch by Mario Izquierdo to fix hostname
16+ detection. Closes: #607152.
17+
18+ -- Josselin Mouette <joss@debian.org> Fri, 17 Dec 2010 22:48:37 +0100
19+
20 system-tools-backends (2.10.1-1ubuntu2) natty; urgency=low
21
22 * Sync up 03ubuntu_empty_ntp_conf.patch with patch committed upstream,
23
24=== added file 'debian/patches/03_hostname.patch'
25--- debian/patches/03_hostname.patch 1970-01-01 00:00:00 +0000
26+++ debian/patches/03_hostname.patch 2011-01-17 11:24:09 +0000
27@@ -0,0 +1,12 @@
28+Index: system-tools-backends-2.10.1/Network/Hosts.pm
29+===================================================================
30+--- system-tools-backends-2.10.1.orig/Network/Hosts.pm 2010-12-17 22:47:08.612239499 +0100
31++++ system-tools-backends-2.10.1/Network/Hosts.pm 2010-12-17 22:47:24.972237485 +0100
32+@@ -37,6 +37,7 @@ sub get_fqdn_dist
33+ {
34+ my %dist_map =
35+ (
36++ "debian" => "debian",
37+ "redhat-6.2" => "redhat-6.2",
38+ "redhat-7.0" => "redhat-6.2",
39+ "redhat-7.1" => "redhat-6.2",
40
41=== modified file 'debian/patches/series'
42--- debian/patches/series 2010-12-06 13:50:27 +0000
43+++ debian/patches/series 2011-01-17 11:24:09 +0000
44@@ -1,3 +1,4 @@
45 01_kfreebsd.diff
46 02ubuntu_chmod_network_interfaces_when_using_key.patch
47+03_hostname.patch
48 03ubuntu_empty_ntp_conf.patch

Subscribers

People subscribed via source and target branches

to all changes: