Merge lp:~smoser/ubuntu/oneiric/hostname/merge-debian into lp:ubuntu/oneiric/hostname

Proposed by Scott Moser
Status: Merged
Merge reported by: Benjamin Drung
Merged at revision: not available
Proposed branch: lp:~smoser/ubuntu/oneiric/hostname/merge-debian
Merge into: lp:ubuntu/oneiric/hostname
Diff against target: 59 lines (+21/-3)
3 files modified
debian/changelog (+17/-0)
debian/rules (+3/-2)
hostname.c (+1/-1)
To merge this branch: bzr merge lp:~smoser/ubuntu/oneiric/hostname/merge-debian
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+62402@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-11-17 16:42:29 +0000
+++ debian/changelog 2011-05-26 04:43:23 +0000
@@ -1,3 +1,20 @@
1hostname (3.06ubuntu1) oneiric; urgency=low
2
3 * Merge from debian unstable (LP: #788453), remaining changes:
4 - Install Upstart job to set hostname on startup, but do not run it in
5 postinst.
6 - Build-depend on newer debhelper for Upstart-aware dh_installinit.
7 * drop change for "Don't compare versions during the build", as debian/rules
8 uses a different mechanism for comparison that is more reasonable.
9
10 -- Scott Moser <smoser@ubuntu.com> Thu, 26 May 2011 00:37:02 -0400
11
12hostname (3.06) unstable; urgency=low
13
14 * Relax version comparison to make binnmus possible. (Closes: #616683)
15
16 -- Michael Meskes <meskes@debian.org> Mon, 07 Mar 2011 12:31:08 +0100
17
1hostname (3.05ubuntu1) natty; urgency=low18hostname (3.05ubuntu1) natty; urgency=low
219
3 * Merge from debian unstable (LP: #676474), remaining changes:20 * Merge from debian unstable (LP: #676474), remaining changes:
421
=== modified file 'debian/rules'
--- debian/rules 2010-11-17 16:42:29 +0000
+++ debian/rules 2011-05-26 04:43:23 +0000
@@ -3,8 +3,8 @@
3# Uncomment this to turn on verbose mode.3# Uncomment this to turn on verbose mode.
4#export DH_VERBOSE=14#export DH_VERBOSE=1
55
6DEBVERSION := $(shell dpkg-parsechangelog | grep "Version:" | cut -d" " -f2)6DEBVERSION := $(shell dpkg-parsechangelog | awk '/Version:/ { print substr($$2,1,4)}')
7PRGVERSION := $(shell grep "define VERSION" hostname.c | cut -d"\"" -f2)7PRGVERSION := $(shell awk '/define VERSION/ { print substr($$3,2,length($$3)-2)}' hostname.c)
88
9CFLAGS = -Wall -g9CFLAGS = -Wall -g
1010
@@ -28,6 +28,7 @@
28 dh_testdir28 dh_testdir
2929
30 # Building package30 # Building package
31 [ "$(DEBVERSION)" = "$(PRGVERSION)" ] || exit 1
31 CFLAGS="$(CFLAGS)" $(MAKE) $(CROSS)32 CFLAGS="$(CFLAGS)" $(MAKE) $(CROSS)
3233
33 touch build-stamp34 touch build-stamp
3435
=== modified file 'hostname.c'
--- hostname.c 2010-11-17 16:42:29 +0000
+++ hostname.c 2011-05-26 04:43:23 +0000
@@ -45,7 +45,7 @@
45#include <err.h>45#include <err.h>
46#include <rpcsvc/ypclnt.h>46#include <rpcsvc/ypclnt.h>
4747
48#define VERSION "3.05"48#define VERSION "3.06"
4949
50enum type_t { DEFAULT, DNS, FQDN, SHORT, ALIAS, IP, NIS, NIS_DEF, ALL_FQDNS, ALL_IPS };50enum type_t { DEFAULT, DNS, FQDN, SHORT, ALIAS, IP, NIS, NIS_DEF, ALL_FQDNS, ALL_IPS };
5151

Subscribers

People subscribed via source and target branches

to all changes: