Merge lp:~logan/ubuntu/quantal/dpkg-cross/debian-merge into lp:ubuntu/quantal/dpkg-cross

Proposed by Logan Rosen
Status: Merged
Merged at revision: 33
Proposed branch: lp:~logan/ubuntu/quantal/dpkg-cross/debian-merge
Merge into: lp:ubuntu/quantal/dpkg-cross
Diff against target: 62 lines (+31/-2)
3 files modified
debian/changelog (+24/-0)
debian/control (+2/-1)
debian/postrm (+5/-1)
To merge this branch: bzr merge lp:~logan/ubuntu/quantal/dpkg-cross/debian-merge
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Ubuntu branches Pending
Review via email: mp+119668@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work!

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-05-17 14:36:22 +0000
3+++ debian/changelog 2012-08-15 05:15:27 +0000
4@@ -1,3 +1,27 @@
5+dpkg-cross (2.6.7ubuntu1) quantal; urgency=low
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - Cache ac_cv_func_malloc_0_nonnull=yes and
9+ ac_cv_func_realloc_0_nonnull=yes globally.
10+ - Handle datarootdir specially in .pc files; it should keep the original
11+ prefix.
12+ - Handle lines containing '${exec_prefix}/bin' specially in .pc files;
13+ these are normally development tools, so should keep the original
14+ prefix. (For example, orbit_idl in ORBit-2.0.pc.)
15+ - Applied patch from Thibaut Girka:
16+ Assume multiarch if encoutering a /usr/include/$crosstype/ file too.
17+ This fixes issues with arch-qualified include files being moved to
18+ “doubly-qualified” paths.
19+
20+ -- Logan Rosen <logatronico@gmail.com> Wed, 15 Aug 2012 01:10:10 -0400
21+
22+dpkg-cross (2.6.7) unstable; urgency=low
23+
24+ * Confine the postrm to only removing the config files
25+ originally installed by dpkg-cross (Closes: #681755)
26+
27+ -- Neil Williams <codehelp@debian.org> Wed, 25 Jul 2012 20:50:50 +0100
28+
29 dpkg-cross (2.6.6ubuntu1) quantal; urgency=low
30
31 * New upstream release.
32
33=== modified file 'debian/control'
34--- debian/control 2012-05-17 14:36:22 +0000
35+++ debian/control 2012-08-15 05:15:27 +0000
36@@ -1,7 +1,8 @@
37 Source: dpkg-cross
38 Section: utils
39 Priority: extra
40-Maintainer: Debian Embedded Group <debian-embedded@lists.debian.org>
41+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
42+XSBC-Original-Maintainer: Debian Embedded Group <debian-embedded@lists.debian.org>
43 Uploaders: Wartan Hachaturow <wart@debian.org>,
44 Alexander Shishkin <virtuoso@slind.org>,
45 Nikita V. Youshchenko <yoush@debian.org>,
46
47=== modified file 'debian/postrm'
48--- debian/postrm 2008-03-09 14:27:00 +0000
49+++ debian/postrm 2012-08-15 05:15:27 +0000
50@@ -22,7 +22,11 @@
51 ;;
52
53 purge)
54- rm -rf /etc/dpkg-cross
55+ rm -rf /etc/dpkg-cross/cross-config*
56+ rm -rf /etc/dpkg-cross/cmake/
57+ rm -rf /etc/dpkg-cross/multiarch-cross.d/
58+ rm -rf /etc/dpkg-cross/cross-compile.sample
59+ rm -rf /etc/dpkg-cross/cross-compile
60 if [ "$1" = "purge" ] && [ -e /usr/share/debconf/confmodule ]; then
61 # Source debconf library.
62 . /usr/share/debconf/confmodule

Subscribers

People subscribed via source and target branches

to all changes: