Merge lp:~logan/ubuntu/raring/nbd/new-merge into lp:ubuntu/raring/nbd

Proposed by Logan Rosen
Status: Merged
Merged at revision: 40
Proposed branch: lp:~logan/ubuntu/raring/nbd/new-merge
Merge into: lp:ubuntu/raring/nbd
Diff against target: 62 lines (+28/-2)
2 files modified
debian/changelog (+26/-0)
debian/control (+2/-2)
To merge this branch: bzr merge lp:~logan/ubuntu/raring/nbd/new-merge
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Ubuntu branches Pending
Review via email: mp+142030@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Looking good and builds fine. Sponsoring. Thanks!

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 2012-12-05 16:47:29 +0000
3+++ debian/changelog 2013-01-06 08:53:20 +0000
4@@ -1,3 +1,26 @@
5+nbd (1:3.2-2ubuntu1) raring; urgency=low
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - Drop /etc/modprobe.d/nbd-client; the kernel default is already
9+ appropriate. Ubuntu-specific change.
10+ + Modify debian/nbd-client.dirs.
11+ + Remove debian/nbd-client.modprobe.
12+
13+ -- Logan Rosen <logatronico@gmail.com> Sun, 06 Jan 2013 03:48:19 -0500
14+
15+nbd (1:3.2-2) unstable; urgency=low
16+
17+ * Update build-dependencies: Build-depend on debhelper 9 (we already
18+ say 9 in debian/compat, so this is just stating what's effectively
19+ already the case), and tighten libglib2.0-dev dependency, since
20+ nbd-server requires at least 2.26 these days.
21+ * Change nbd-client-udeb from Architecture: <long list> to
22+ Architecture: linux-any, similarly to how it's done for nbd-client.
23+ I keep forgetting about this teensie tiny thing here. Oh well.
24+ * Ack NMU
25+
26+ -- Wouter Verhelst <wouter@debian.org> Sat, 08 Sep 2012 19:38:02 +0200
27+
28 nbd (1:3.2-1.1ubuntu1) raring; urgency=low
29
30 * Merge from Debian unstable. Remaining changes:
31@@ -16,6 +39,9 @@
32
33 -- Christian Perrier <bubulle@debian.org> Sun, 05 Aug 2012 09:49:21 +0200
34
35+ nbd (1:3.2-1) unstable; urgency=low
36+
37+ * New upstream release. Includes many stability fixes, so hopefully
38 nbd (1:3.2-1) unstable; urgency=low
39
40 * New upstream release. Includes many stability fixes, so hopefully
41
42=== modified file 'debian/control'
43--- debian/control 2012-12-05 16:47:29 +0000
44+++ debian/control 2013-01-06 08:53:20 +0000
45@@ -3,7 +3,7 @@
46 Priority: optional
47 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
48 XSBC-Original-Maintainer: Wouter Verhelst <wouter@debian.org>
49-Build-Depends: debhelper (>= 7.4.0), libglib2.0-dev
50+Build-Depends: debhelper (>= 9), libglib2.0-dev (>= 2.26.0)
51 Standards-Version: 3.9.2
52 Vcs-Git: git://anonscm.debian.org/users/wouter/nbd.git
53 Vcs-Browser: http://git.debian.org/?p=users/wouter/nbd.git;a=summary
54@@ -46,7 +46,7 @@
55 Priority: optional
56 Depends: ${shlibs:Depends}
57 XC-Package-Type: udeb
58-Architecture: alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 sh3 sh3eb sh4 sh4eb sparc
59+Architecture: linux-any
60 Description: Network Block Device protocol - client for Debian Installer
61 Network Block Device (NBD) is a client/server protocol that
62 emulates a block device (such as a hard disk, a floppy, or a CD-ROM)

Subscribers

People subscribed via source and target branches

to all changes: