[Pkg-gtkpod-devel] r169 - libgpod/trunk/debian
Frank Lichtenheld
djpig at alioth.debian.org
Thu Jan 25 11:59:03 CET 2007
Author: djpig
Date: 2007-01-25 11:59:03 +0100 (Thu, 25 Jan 2007)
New Revision: 169
Modified:
libgpod/trunk/debian/changelog
libgpod/trunk/debian/control
libgpod/trunk/debian/rules
Log:
Rename libgpod0.4.0 to libgpod1 due to soname change.
Upload to experimental due to etch freeze.
Drop dh_python call since it claims to be a no-op anyway
Modified: libgpod/trunk/debian/changelog
===================================================================
--- libgpod/trunk/debian/changelog 2007-01-25 10:46:30 UTC (rev 168)
+++ libgpod/trunk/debian/changelog 2007-01-25 10:59:03 UTC (rev 169)
@@ -1,15 +1,11 @@
-libgpod (0.4.2-1) UNRELEASED; urgency=low
+libgpod (0.4.2-1) experimental; urgency=low
* (NOT RELEASED YET) New upstream release
+ * Rename libgpod0.4.0 to libgpod1 due to soname change.
+ * Upload to experimental due to etch freeze.
- -- Frank Lichtenheld <djpig at debian.org> Thu, 25 Jan 2007 11:44:21 +0100
+ -- Frank Lichtenheld <djpig at debian.org> Thu, 25 Jan 2007 11:56:27 +0100
-libgpod (0.4.0-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
-
- -- Frank Lichtenheld <djpig at debian.org> Fri, 22 Dec 2006 19:09:57 +0100
-
libgpod (0.4.0-1) experimental; urgency=low
* New upstream release (Closes: #389704)
Modified: libgpod/trunk/debian/control
===================================================================
--- libgpod/trunk/debian/control 2007-01-25 10:46:30 UTC (rev 168)
+++ libgpod/trunk/debian/control 2007-01-25 10:59:03 UTC (rev 169)
@@ -10,7 +10,7 @@
Package: libgpod-dev
Section: libdevel
Architecture: any
-Depends: libgpod0.4.0 (= ${Source-Version}), libgtk2.0-dev, libglib2.0-dev
+Depends: libgpod1 (= ${Source-Version}), libgtk2.0-dev, libglib2.0-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
provides an easy to use API to retrieve the list of files and playlist
@@ -18,12 +18,11 @@
.
This package contains the include files and static library.
-Package: libgpod0.4.0
+Package: libgpod1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libgpod-common
-Conflicts: libgpod0
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
@@ -46,7 +45,7 @@
Package: python-gpod
Section: python
Architecture: any
-Depends: libgpod0.4.0 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: libgpod1 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Replaces: python2.3-gpod (<< 0.3.2-1.1)
Conflicts: python2.3-gpod (<< 0.3.2-1.1)
Provides: ${python:Provides}
Modified: libgpod/trunk/debian/rules
===================================================================
--- libgpod/trunk/debian/rules 2007-01-25 10:46:30 UTC (rev 168)
+++ libgpod/trunk/debian/rules 2007-01-25 10:59:03 UTC (rev 169)
@@ -8,7 +8,7 @@
DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
DEB_CONFIGURE_EXTRA_FLAGS += --with-python=no
-DEB_DH_MAKESHLIBS_ARGS_libgpod0.4.0 := -V 'libgpod0.4.0'
+DEB_DH_MAKESHLIBS_ARGS_libgpod1 := -V 'libgpod1'
install/python-gpod::
PYVERS=$$(pyversions -v -r ./debian/control) ; \
@@ -21,5 +21,3 @@
binary-install/python-gpod::
dh_pycentral -ppython-gpod
- dh_python -ppython-gpod
-
More information about the Pkg-gtkpod-devel
mailing list