Merge lp:~fboucault/unity-2d/dev_package_again into lp:unity-2d/3.0

Proposed by Florian Boucault
Status: Work in progress
Proposed branch: lp:~fboucault/unity-2d/dev_package_again
Merge into: lp:unity-2d/3.0
Diff against target: 41 lines (+13/-1)
3 files modified
debian/changelog (+2/-1)
debian/control (+9/-0)
debian/libunity-2d-private-dev.install (+2/-0)
To merge this branch: bzr merge lp:~fboucault/unity-2d/dev_package_again
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Pending
Review via email: mp+67925@code.launchpad.net

Description of the change

[packaging] Re-added libunity-2d-private-dev package.

To post a comment you must log in.
Revision history for this message
Florian Boucault (fboucault) wrote :

Not ready for merge yet.

Unmerged revisions

626. By Florian Boucault

re-add libunity-2d-private-dev package

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 2011-07-13 10:11:55 +0000
3+++ debian/changelog 2011-07-14 08:17:37 +0000
4@@ -3,8 +3,9 @@
5 * do not run pkgbinarymangler to convert images to 8bit since this breaks
6 the launcher icon background handling. (LP: #809205)
7 (QT upstream bug: http://bugreports.qt.nokia.com/browse/QTBUG-4459)
8+ * re-add libunity-2d-private-dev package
9
10- -- Florian Boucault <florian.boucault@canonical.com> Wed, 13 Jul 2011 12:11:05 +0200
11+ -- Florian Boucault <florian.boucault@canonical.com> Thu, 14 Jul 2011 10:12:53 +0200
12
13 unity-2d (3.8.10-0ubuntu1) natty; urgency=low
14
15
16=== modified file 'debian/control'
17--- debian/control 2011-06-22 21:17:49 +0000
18+++ debian/control 2011-07-14 08:17:37 +0000
19@@ -48,6 +48,15 @@
20 It is only used internally, there is no use case for it outside of the unity-2d
21 project.
22
23+Package: libunity-2d-private-dev
24+Section: libdevel
25+Architecture: any
26+Depends: ${shlibs:Depends}, ${misc:Depends}, libunity-2d-private0 (= ${binary:Version})
27+Description: Unity 2D shared library - development files
28+ This library is used to host common code used by several Unity 2D components
29+ .
30+ This package contains the development header files.
31+
32 Package: unity-2d-launcher
33 Architecture: any
34 Depends: ${shlibs:Depends},
35
36=== added file 'debian/libunity-2d-private-dev.install'
37--- debian/libunity-2d-private-dev.install 1970-01-01 00:00:00 +0000
38+++ debian/libunity-2d-private-dev.install 2011-07-14 08:17:37 +0000
39@@ -0,0 +1,2 @@
40+usr/lib/libunity-2d-private.so
41+usr/include/unity-2d-private

Subscribers

People subscribed via source and target branches