[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Just to be sure: will this upload be harmful?



Hello Bill,
thanks for your reply.

* Bill Allombert <ballombe@master.debian.org>, [2005-05-18 16:40 -0500]:
>  On Wed, May 18, 2005 at 09:49:52PM +0200, Emanuele Rocca wrote:
>  > I would like to know if there's something wrong with it; here it is the 
>  > interdiff:
>  
>  I am not from the release team, but your interdiff include reverted
>  sections, so is very hard to follow.  I think it would be most useful
>  if you were posting the debdiff between the two .dsc instead.

Well, I called it 'an interdiff', but it is actually the output of
debdiff somaplayer_0.5.2-1.dsc somaplayer_0.5.2-2.dsc 

>  BTW, is /usr/share/doc/libsomaplayer0 a symlink or a directory?

The latter.

BTW, the following is the 'interesting' part:

diff -u somaplayer-0.5.2/debian/control somaplayer-0.5.2/debian/control
--- somaplayer-0.5.2/debian/control
+++ somaplayer-0.5.2/debian/control
@@ -40,7 +40,7 @@
 Package: libsds0
 Architecture: any
 Section: libs
-Depends: somaplayer (= ${VERSION})
+Depends: ${shlibs:Depends}
 Description: primary lib for SDS
  This package includes the primary library for the Soma
  Daemon System, which is used by all SDS applications
@@ -50,7 +50,7 @@
 Package: libsomaplayer0
 Architecture: any
 Section: libs
-Depends: somaplayer (= ${VERSION})
+Depends: ${shlibs:Depends}
 Description: primary lib for somaplayer
  This package includes the primary library for the Soma
  Daemon System, which is used by all SDS applications
@@ -60,7 +60,7 @@
 Package: somaplayer-doc
 Architecture: all
 Section: doc
-Depends: somaplayer (= ${Source-Version})
+Depends: ${shlibs:Depends}
 Description: documentation for somaplayer
  This package contains documentation files for the somaplayer
  project.
@@ -68,7 +68,7 @@
 Package: libsds-dev
 Architecture: any
 Section: libdevel
-Depends: libsds0 (= ${Source-Version})
+Depends: ${shlibs:Depends}
 Description: development file for libsds
  This package includes development files for developers
  who want to develop applications using the libsds library,
@@ -77,7 +77,7 @@
 Package: libsomaplayer-dev
 Architecture: any
 Section: libdevel
-Depends: libsomaplayer0 (= ${Source-Version})
+Depends: ${shlibs:Depends}
 Description: development file for libsomaplayer
  This package includes development files for developers
  who want to develop applications using the libsomaplayer library,
diff -u somaplayer-0.5.2/debian/rules somaplayer-0.5.2/debian/rules
--- somaplayer-0.5.2/debian/rules
+++ somaplayer-0.5.2/debian/rules
@@ -168,9 +168,10 @@
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a
+	dh_makeshlibs
 	dh_installdeb -a
 	dh_shlibdeps -a
-	dh_gencontrol -a -- -VVERSION="$(VERSION)"
+	dh_gencontrol -a
 	dh_md5sums -a
 	dh_builddeb -a
 
removed: debian/libsds0.shlibs
		 debian/libsomaplayer0.shlibs

Thanks.
ciao,
	ema



Reply to: