[Pkg-gtkpod-devel] r202 - libgpod/trunk/debian
djpig at alioth.debian.org
djpig at alioth.debian.org
Wed Jun 27 22:32:33 UTC 2007
Author: djpig
Date: 2007-06-27 22:32:33 +0000 (Wed, 27 Jun 2007)
New Revision: 202
Added:
libgpod/trunk/debian/libgpod2.install
Removed:
libgpod/trunk/debian/libgpod1.install
Modified:
libgpod/trunk/debian/control
libgpod/trunk/debian/rules
Log:
SONAME bump
Modified: libgpod/trunk/debian/control
===================================================================
--- libgpod/trunk/debian/control 2007-06-27 22:08:44 UTC (rev 201)
+++ libgpod/trunk/debian/control 2007-06-27 22:32:33 UTC (rev 202)
@@ -20,7 +20,7 @@
.
This package contains the include files and static library.
-Package: libgpod1
+Package: libgpod2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -47,7 +47,7 @@
Package: python-gpod
Section: python
Architecture: any
-Depends: libgpod1 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mutagen
+Depends: libgpod2 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mutagen
Replaces: python2.3-gpod (<< 0.3.2-1.1)
Conflicts: python2.3-gpod (<< 0.3.2-1.1)
Provides: ${python:Provides}
Deleted: libgpod/trunk/debian/libgpod1.install
===================================================================
--- libgpod/trunk/debian/libgpod1.install 2007-06-27 22:08:44 UTC (rev 201)
+++ libgpod/trunk/debian/libgpod1.install 2007-06-27 22:32:33 UTC (rev 202)
@@ -1 +0,0 @@
-debian/tmp/usr/lib/lib*.so.*
Copied: libgpod/trunk/debian/libgpod2.install (from rev 199, libgpod/trunk/debian/libgpod1.install)
===================================================================
--- libgpod/trunk/debian/libgpod2.install (rev 0)
+++ libgpod/trunk/debian/libgpod2.install 2007-06-27 22:32:33 UTC (rev 202)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.*
Modified: libgpod/trunk/debian/rules
===================================================================
--- libgpod/trunk/debian/rules 2007-06-27 22:08:44 UTC (rev 201)
+++ libgpod/trunk/debian/rules 2007-06-27 22:32:33 UTC (rev 202)
@@ -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_libgpod1 := -V 'libgpod1'
+DEB_DH_MAKESHLIBS_ARGS_libgpod2 := -V 'libgpod2'
install/python-gpod::
PYVERS=$$(pyversions -v -r ./debian/control) ; \
More information about the Pkg-gtkpod-devel
mailing list