[cairo-commit] packaging/debian/libsvg/debian control,1.1,1.2

Dave Beckett commit at pdx.freedesktop.org
Thu Oct 30 15:09:52 PST 2003


Committed by: dajobe

Update of /cvs/cairo/packaging/debian/libsvg/debian
In directory pdx:/tmp/cvs-serv23828

Modified Files:
	control 
Log Message:
Use package names with soname 1


Index: control
===================================================================
RCS file: /cvs/cairo/packaging/debian/libsvg/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** control	30 Oct 2003 20:49:47 -0000	1.1
--- control	30 Oct 2003 23:09:50 -0000	1.2
***************
*** 3,22 ****
  Priority: optional
  Maintainer: Dave Beckett <Dave.Beckett at bristol.ac.uk>
! Build-Depends: debhelper (>> 3.0.0), cdbs, autotools-dev, libtool, pkg-config, libxml2-dev (>> 2.4.7), libpng3-dev, libjpeg62-dev
  Standards-Version: 3.6.1
  
! Package: libsvg0-dev
  Provides: libsvg-dev
  Conflicts: libsvg-dev
  Section: libdevel
  Architecture: any
! Depends: libsvg0 (= ${Source-Version})
  Description: Scalable Vector Graphics (SVG) parser library headers
   Development libraries, header files and documentation needed by
   programs that want to compile with libsvg0.
  
! Package: libsvg0
  Section: libs
  Architecture: any
  Depends: ${shlibs:Depends}
  Description: Scalable Vector Graphics (SVG) parser library
--- 3,24 ----
  Priority: optional
  Maintainer: Dave Beckett <Dave.Beckett at bristol.ac.uk>
! Build-Depends: debhelper (>> 3.0.0), cdbs, autotools-dev, pkg-config, libxml2-dev (>> 2.4.7), libpng3-dev, libjpeg62-dev
  Standards-Version: 3.6.1
  
! Package: libsvg1-dev
  Provides: libsvg-dev
  Conflicts: libsvg-dev
+ Replaces: libsvg0-dev
  Section: libdevel
  Architecture: any
! Depends: libsvg1 (= ${Source-Version})
  Description: Scalable Vector Graphics (SVG) parser library headers
   Development libraries, header files and documentation needed by
   programs that want to compile with libsvg0.
  
! Package: libsvg1
  Section: libs
  Architecture: any
+ Replaces: libsvg0
  Depends: ${shlibs:Depends}
  Description: Scalable Vector Graphics (SVG) parser library





More information about the cairo-commit mailing list