tags 299894 patch
thanks
The breakage here isn't actually that bad. When the SONAME changed, the
packaging rules were changed, but debian/rules and debian/control wasn't
changed to match. The following patch results in a buildable and usable
package.
(Unfortunately, any upload would need to go through NEW for the new shared
library package.)
--- ferite-1.0.0.1+rc2.unpatched/debian/control 2005-05-13 18:50:46.000000000
-0700
+++ ferite-1.0.0.1+rc2/debian/control 2005-05-13 18:51:13.000000000 -0700
@@ -21,7 +21,7 @@
Package: libferite-dev
Architecture: any
Section: libdevel
-Depends: libferite0 (= ${Source-Version})
+Depends: libferite1 (= ${Source-Version})
Description: Ferite headers and development libraries
Ferite is a language that incorporates the design philosophies of other
languages, but without many of their drawbacks. It has strong
@@ -31,7 +31,7 @@
This package contains the headers and libraries for developing
programs that use ferite.
-Package: libferite0
+Package: libferite1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
@@ -54,4 +54,4 @@
similiarities to perl, python, C, Java and pascal, while being both
lightweight, modular, and embeddable.
.
- This package contains the documentation for the ferite language.
\ No newline at end of file
+ This package contains the documentation for the ferite language.
--- ferite-1.0.0.1+rc2.unpatched/debian/rules 2005-05-13 18:50:46.000000000
-0700
+++ ferite-1.0.0.1+rc2/debian/rules 2005-05-13 18:51:27.000000000 -0700
@@ -5,5 +5,5 @@
DEB_INSTALL_DOCS_ALL := README TODO ROADMAP ABOUT
-DEB_SHLIBDEPS_LIBRARY_ferite := libferite0
-DEB_SHLIBDEPS_INCLUDE_ferite := debian/libferite0/usr/lib
\ No newline at end of file
+DEB_SHLIBDEPS_LIBRARY_ferite := libferite1
+DEB_SHLIBDEPS_INCLUDE_ferite := debian/libferite1/usr/lib
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]