[Pkg-cli-libs-commits] [SCM] ipod-sharp branch, master, updated. debian/0.8.3-1-5-gf0d84d9
Iain Lane
laney at ubuntu.com
Tue Dec 1 23:35:05 UTC 2009
The following commit has been merged in the master branch:
commit a88fc1ec0951629b0c0d7091d7cb6319f05dfc2c
Author: Iain Lane <laney at ubuntu.com>
Date: Tue Dec 1 23:22:21 2009 +0000
Add -dev package
* debian/control, debian/*.install: Create new -cil-dev packages
diff --git a/debian/changelog b/debian/changelog
index 528b2f1..b0521fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
ipod-sharp (0.8.5-1) UNRELEASED; urgency=low
+ *** Still needs copyright update ***
* New upstream release 0.8.5
* debian/control: Fix typo - "this packages" -> "this package" (Closes:
#557693)
+ * debian/control, debian/*.install: Create new -cil-dev packages
- -- Iain Lane <laney at ubuntu.com> Tue, 01 Dec 2009 21:51:41 +0000
+ -- Iain Lane <laney at ubuntu.com> Tue, 01 Dec 2009 23:19:38 +0000
ipod-sharp (0.8.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 648f380..eb2d157 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,20 @@ Description: CLI library for accessing iPods
Apple iPod devices. Currently it supports adding/removing songs and
manipulating playlists.
+Package: libipod-cil-dev
+Architecture: all
+Depends: libipod-cil (= ${binary:Version}),
+ ${misc:Depends}
+Replaces: libipod-cil (<< 0.8.5-1)
+Recommends: podsleuth (>= 0.6.0)
+Description: CLI library for accessing iPods - development files
+ ipod-sharp is a library that allows manipulation of the iTunesDB used in
+ Apple iPod devices. Currently it supports adding/removing songs and
+ manipulating playlists.
+ .
+ This package contains the development files for the ipod-sharp libraries, and
+ should be used for compilation.
+
Package: libipodui-cil
Architecture: all
Depends: ${cli:Depends},
@@ -38,6 +52,20 @@ Description: CLI library for accessing iPods (GUI helpers)
Apple iPod devices. Currently it supports adding/removing songs and
manipulating playlists.
+Package: libipodui-cil-dev
+Architecture: all
+Depends: libipodui-cil (= ${binary:Version}),
+ ${misc:Depends}
+Replaces: libipod-cil (<< 0.8.5-1)
+Recommends: podsleuth (>= 0.6.0)
+Description: CLI library for accessing iPods (GUI helpers) - development files
+ ipod-sharp is a library that allows manipulation of the iTunesDB used in
+ Apple iPod devices. Currently it supports adding/removing songs and
+ manipulating playlists.
+ .
+ This package contains the development files for the ipod-sharp UI libraries,
+ and should be used for compilation.
+
Package: monodoc-ipod-manual
Section: doc
Architecture: all
diff --git a/debian/libipod-cil-dev.install b/debian/libipod-cil-dev.install
new file mode 100644
index 0000000..68bcbef
--- /dev/null
+++ b/debian/libipod-cil-dev.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/pkgconfig/ipod-sharp.pc
diff --git a/debian/libipod-cil.install b/debian/libipod-cil.install
index 62b0d68..ab57b0e 100644
--- a/debian/libipod-cil.install
+++ b/debian/libipod-cil.install
@@ -1,5 +1,3 @@
debian/tmp/usr/lib/ipod-sharp/ipod-sharp.dll*
debian/tmp/usr/lib/ipod-sharp/ipod-sharp-firmware.dll*
src/ipod-sharp.dll.config usr/lib/ipod-sharp
-debian/tmp/usr/lib/pkgconfig/ipod-sharp.pc
-
diff --git a/debian/libipodui-cil-dev.install b/debian/libipodui-cil-dev.install
new file mode 100644
index 0000000..1452766
--- /dev/null
+++ b/debian/libipodui-cil-dev.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/pkgconfig/ipod-sharp-ui.pc
diff --git a/debian/libipodui-cil.install b/debian/libipodui-cil.install
index a281651..d42edea 100644
--- a/debian/libipodui-cil.install
+++ b/debian/libipodui-cil.install
@@ -1,3 +1,2 @@
debian/tmp/usr/lib/ipod-sharp/ipod-sharp-ui.dll*
-debian/tmp/usr/lib/pkgconfig/ipod-sharp-ui.pc
--
ipod-sharp
More information about the Pkg-cli-libs-commits
mailing list