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

Subscribers

People subscribed via source and target branches

to all changes: