Update of /cvsroot/wavelet/Wavelet/debian
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11655/debian
Modified Files:
control rules
Log Message:
new version number, minor fixes to debianisation
Index: rules
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rules 15 Aug 2005 17:09:41 -0000 1.3
--- rules 17 Apr 2008 11:29:05 -0000 1.4
***************
*** 115,119 ****
# dh_perl
# dh_python
! # dh_makeshlibs
dh_installdeb
dh_shlibdeps -Llibwavelet -l debian/libwavelet/usr/lib
--- 115,119 ----
# dh_perl
# dh_python
! dh_makeshlibs
dh_installdeb
dh_shlibdeps -Llibwavelet -l debian/libwavelet/usr/lib
Index: control
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/debian/control,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** control 27 Jan 2005 13:36:27 -0000 1.6
--- control 17 Apr 2008 11:29:05 -0000 1.7
***************
*** 8,12 ****
Section: libdev
Architecture: any
! Depends: libwavelet (= ${Source-Version}) libjpeg62-dev
Suggests: libwavelet-doc (= ${Source-Version})
Description: Development files for the Wavelet libray
--- 8,12 ----
Section: libdev
Architecture: any
! Depends: libwavelet (= ${Source-Version}), libjpeg62-dev, libmagick++9-dev
Suggests: libwavelet-doc (= ${Source-Version})
Description: Development files for the Wavelet libray
***************
*** 32,36 ****
Section: libs
Architecture: any
! Depends: libjpeg62, libpfi (>= 1.2)
Description: Wavelet: a C++ class library for Wavelet transforms on
images and videos.
--- 32,36 ----
Section: libs
Architecture: any
! Depends: libjpeg62, libmagick++9c2a,libpfi (>= 1.2)
Description: Wavelet: a C++ class library for Wavelet transforms on
images and videos.
|