Merge lp:~clint-fewbar/ubuntu/maverick/googleearth-package/add-lsb-core into lp:ubuntu/maverick/googleearth-package

Proposed by Clint Byrum
Status: Work in progress
Proposed branch: lp:~clint-fewbar/ubuntu/maverick/googleearth-package/add-lsb-core
Merge into: lp:ubuntu/maverick/googleearth-package
Diff against target: 51 lines (+12/-3)
3 files modified
debian/changelog (+8/-0)
debian/control (+3/-2)
make-googleearth-package (+1/-1)
To merge this branch: bzr merge lp:~clint-fewbar/ubuntu/maverick/googleearth-package/add-lsb-core
Reviewer Review Type Date Requested Status
Stefano Rivera Approve
Ubuntu Sponsors Pending
Review via email: mp+43469@code.launchpad.net

Description of the change

Adds lsb-core, backporting the fix from 0.6.0

To post a comment you must log in.
Revision history for this message
Stefano Rivera (stefanor) wrote :

FTBFS:

dh_gencontrol
dpkg-gencontrol: error: the Depends field contains an arch-specific dependency but the package is architecture all
dh_gencontrol: dpkg-gencontrol -ldebian/changelog -Tdebian/googleearth-package.substvars -Pdebian/googleearth-package returned exit code 255
make: *** [binary-indep] Error 9
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

review: Needs Fixing
Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Stefano you got to this before I could try building it myself, thanks, and sorry for wasting any of your time!

I just pushed up a change to debian/control that fixes this, and still produces useful packages.

9. By Clint Byrum

debian/control: fixing FTBFS, removing arch specific deps and
adding shlibs:Depends and misc:Depends.

Revision history for this message
Stefano Rivera (stefanor) wrote :

Uploaded to maverick-proposed

review: Approve

Unmerged revisions

9. By Clint Byrum

debian/control: fixing FTBFS, removing arch specific deps and
adding shlibs:Depends and misc:Depends.

8. By Clint Byrum

Adding lsb-core to depends of generated package (LP: #682934)

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 2009-12-05 19:56:48 +0000
3+++ debian/changelog 2010-12-12 15:00:41 +0000
4@@ -1,3 +1,11 @@
5+googleearth-package (0.5.7ubuntu0.1) maverick-proposed; urgency=low
6+
7+ * Adding lsb-core to depends of generated package (LP: #682934)
8+ * debian/control: fixing FTBFS, removing arch specific deps and
9+ adding shlibs:Depends and misc:Depends.
10+
11+ -- Clint Byrum <clint@ubuntu.com> Sun, 12 Dec 2010 06:49:52 -0800
12+
13 googleearth-package (0.5.7) unstable; urgency=high
14
15 * Workaround symbol problem in libcrypto prevents googleearth from
16
17=== modified file 'debian/control'
18--- debian/control 2009-12-05 19:56:48 +0000
19+++ debian/control 2010-12-12 15:00:41 +0000
20@@ -1,7 +1,8 @@
21 Source: googleearth-package
22 Section: contrib/misc
23 Priority: optional
24-Maintainer: Adnan Hodzic <adnan@foolcontrol.org>
25+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
26+XSBC-Original-Maintainer: Adnan Hodzic <adnan@foolcontrol.org>
27 Build-Depends: debhelper (>= 7)
28 Build-Depends-Indep: asciidoc, docbook2x
29 Standards-Version: 3.8.3
30@@ -10,7 +11,7 @@
31
32 Package: googleearth-package
33 Architecture: all
34-Depends: wget | curl, dpkg-dev, fakeroot, bzip2, file, x11-common, x11-utils, ia32-libs [amd64 ia64], ia32-libs-gtk [amd64 ia64], lib32nss-mdns [amd64]
35+Depends: wget | curl, dpkg-dev, fakeroot, bzip2, file, x11-common, x11-utils, ${shlibs:Depends}, ${misc:Depends}
36 Description: utility to automatically build a Debian package of Google Earth
37 Google Earth is a 3D planet viewer that lets you interactively navigate
38 satellite imagery, maps, terrain, and so forth.
39
40=== modified file 'make-googleearth-package'
41--- make-googleearth-package 2009-12-05 19:56:48 +0000
42+++ make-googleearth-package 2010-12-12 15:00:41 +0000
43@@ -350,7 +350,7 @@
44 Priority: optional
45 Maintainer: $OPT_FULLNAME <${OPT_EMAIL}>
46 Architecture: $(dpkg-architecture -qDEB_BUILD_ARCH)
47-Depends: ttf-dejavu | ttf-bitstream-vera | msttcorefonts, $depends $ia32libs
48+Depends: ttf-dejavu | ttf-bitstream-vera | msttcorefonts, lsb-core, $depends $ia32libs
49 Description: Google Earth, a 3D map/planet viewer
50 Package built with googleearth-package.
51 EOF

Subscribers

People subscribed via source and target branches

to all changes: