[Pkg-gtkpod-devel] r321 - libgpod/trunk/debian
djpig at alioth.debian.org
djpig at alioth.debian.org
Fri Jun 27 23:04:23 UTC 2008
Author: djpig
Date: 2008-06-27 23:04:22 +0000 (Fri, 27 Jun 2008)
New Revision: 321
Added:
libgpod/trunk/debian/libgpod-doc.examples
libgpod/trunk/debian/libgpod-doc.install
libgpod/trunk/debian/libgpod-doc.links
Removed:
libgpod/trunk/debian/libgpod-common.examples
libgpod/trunk/debian/libgpod-common.links
Modified:
libgpod/trunk/debian/changelog
libgpod/trunk/debian/control
libgpod/trunk/debian/libgpod-common.install
libgpod/trunk/debian/rules
Log:
Move documentation and examples from libgpod-common to
libgpod-doc, so that people who don't need that don't
get it automatically via the Recommends of libgpod-common
by libgpod3. Add a Suggests on the new package from the
-dev packages.
Modified: libgpod/trunk/debian/changelog
===================================================================
--- libgpod/trunk/debian/changelog 2008-06-27 21:48:47 UTC (rev 320)
+++ libgpod/trunk/debian/changelog 2008-06-27 23:04:22 UTC (rev 321)
@@ -1,17 +1,16 @@
libgpod (0.6.0-6) UNRELEASED; urgency=low
- [ Nico Golde ]
- * Put libgpod-common into Suggests instead of Recommends as a lot
- of the amarok, rhytmbox, etc. users won't need the functionality and
- this library gets installed automatically via the package management
- software (Closes: #486382).
-
[ Frank Lichtenheld ]
* Use dh_lintian to install lintian overrides
+ Increase debhelper build-dep to >= 6.0.7
* Increase debhelper compat level to 6
+ * Move documentation and examples from libgpod-common to
+ libgpod-doc, so that people who don't need that don't
+ get it automatically via the Recommends of libgpod-common
+ by libgpod3. Add a Suggests on the new package from the
+ -dev packages. (Closes: #486382).
- -- Nico Golde <nion at debian.org> Sun, 15 Jun 2008 20:21:03 +0200
+ -- Frank Lichtenheld <djpig at debian.org> Sat, 28 Jun 2008 00:13:48 +0200
libgpod (0.6.0-5) unstable; urgency=low
Modified: libgpod/trunk/debian/control
===================================================================
--- libgpod/trunk/debian/control 2008-06-27 21:48:47 UTC (rev 320)
+++ libgpod/trunk/debian/control 2008-06-27 23:04:22 UTC (rev 321)
@@ -19,6 +19,7 @@
Priority: extra
Architecture: any
Depends: libgpod3-nogtk (= ${binary:Version}), libglib2.0-dev
+Suggests: libgpod-doc
Conflicts: libgpod-dev
Description: a library to read and write songs and artwork to an iPod
libgpod is a library meant to abstract access to an iPod content. It
@@ -49,6 +50,7 @@
Section: libdevel
Architecture: any
Depends: libgpod3 (= ${binary:Version}), libgtk2.0-dev, libglib2.0-dev
+Suggests: libgpod-doc
Conflicts: libgpod-nogtk-dev
Description: a library to read and write songs and artwork to an iPod
libgpod is a library meant to abstract access to an iPod content. It
@@ -61,7 +63,7 @@
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: libgpod-common
+Recommends: libgpod-common
Conflicts: libgpod3-nogtk
Description: a library to read and write songs and artwork to an iPod
libgpod is a library meant to abstract access to an iPod content. It
@@ -81,11 +83,23 @@
stored on an iPod, to modify them and to save them back to the iPod
.
This package contains
- - documentation
- - examples
- internationalization support
- hal support
+Package: libgpod-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: libgpod0 (<< 0.3.0-4)
+Description: a library to read and write songs and artwork to an iPod
+ libgpod is a library meant to abstract access to an iPod content. It
+ provides an easy to use API to retrieve the list of files and playlist
+ stored on an iPod, to modify them and to save them back to the iPod
+ .
+ This package contains
+ - documentation
+ - examples
+
Package: python-gpod
Section: python
Architecture: any
Deleted: libgpod/trunk/debian/libgpod-common.examples
===================================================================
--- libgpod/trunk/debian/libgpod-common.examples 2008-06-27 21:48:47 UTC (rev 320)
+++ libgpod/trunk/debian/libgpod-common.examples 2008-06-27 23:04:22 UTC (rev 321)
@@ -1,2 +0,0 @@
-tests/*.c
-tests/*.cc
Modified: libgpod/trunk/debian/libgpod-common.install
===================================================================
--- libgpod/trunk/debian/libgpod-common.install 2008-06-27 21:48:47 UTC (rev 320)
+++ libgpod/trunk/debian/libgpod-common.install 2008-06-27 23:04:22 UTC (rev 321)
@@ -1,2 +1,3 @@
-debian/tmp/usr/share
+debian/tmp/usr/share/locale
+debian/tmp/usr/share/hal
debian/tmp/usr/bin
Deleted: libgpod/trunk/debian/libgpod-common.links
===================================================================
--- libgpod/trunk/debian/libgpod-common.links 2008-06-27 21:48:47 UTC (rev 320)
+++ libgpod/trunk/debian/libgpod-common.links 2008-06-27 23:04:22 UTC (rev 321)
@@ -1 +0,0 @@
-usr/share/gtk-doc/html/libgpod usr/share/doc/libgpod-common/html
Copied: libgpod/trunk/debian/libgpod-doc.examples (from rev 319, libgpod/trunk/debian/libgpod-common.examples)
===================================================================
--- libgpod/trunk/debian/libgpod-doc.examples (rev 0)
+++ libgpod/trunk/debian/libgpod-doc.examples 2008-06-27 23:04:22 UTC (rev 321)
@@ -0,0 +1,2 @@
+tests/*.c
+tests/*.cc
Added: libgpod/trunk/debian/libgpod-doc.install
===================================================================
--- libgpod/trunk/debian/libgpod-doc.install (rev 0)
+++ libgpod/trunk/debian/libgpod-doc.install 2008-06-27 23:04:22 UTC (rev 321)
@@ -0,0 +1 @@
+debian/tmp/usr/share/gtk-doc
Copied: libgpod/trunk/debian/libgpod-doc.links (from rev 319, libgpod/trunk/debian/libgpod-common.links)
===================================================================
--- libgpod/trunk/debian/libgpod-doc.links (rev 0)
+++ libgpod/trunk/debian/libgpod-doc.links 2008-06-27 23:04:22 UTC (rev 321)
@@ -0,0 +1 @@
+usr/share/gtk-doc/html/libgpod usr/share/doc/libgpod-doc/html
Modified: libgpod/trunk/debian/rules
===================================================================
--- libgpod/trunk/debian/rules 2008-06-27 21:48:47 UTC (rev 320)
+++ libgpod/trunk/debian/rules 2008-06-27 23:04:22 UTC (rev 321)
@@ -79,7 +79,6 @@
dh_testroot
dh_installchangelogs -a ChangeLog
dh_installdocs -a -A AUTHORS README README.SysInfo
- dh_installexamples -a
sed 's#debian/tmp/##' debian/libgpod$(SONAME).install > debian/libgpod$(SONAME)-nogtk.install
sed 's#debian/tmp/##' debian/libgpod-dev.install > debian/libgpod-nogtk-dev.install
dh_install -a -Nlibgpod-common -Nlibgpod$(SONAME)-nogtk -Nlibgpod-nogtk-dev
@@ -105,9 +104,23 @@
dh_md5sums -a
dh_builddeb -a
-binary-indep:
-# nothing to do
+binary-indep: build-stamp install-stamp
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs -i ChangeLog
+ dh_installdocs -i AUTHORS README README.SysInfo
+ dh_installexamples -i
+ dh_install -i
+ dh_lintian -i
+ dh_link -i
+ dh_compress -i
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
binary: binary-arch binary-indep
More information about the Pkg-gtkpod-devel
mailing list