--- libcroco-0.6.2.orig/debian/libcroco3-dev.install +++ libcroco-0.6.2/debian/libcroco3-dev.install @@ -0,0 +1,6 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/*.la +debian/tmp/usr/lib/*.a +debian/tmp/usr/bin/croco*config --- libcroco-0.6.2.orig/debian/libcroco3.install +++ libcroco-0.6.2/debian/libcroco3.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/*.so.* +debian/tmp/usr/bin/csslint* --- libcroco-0.6.2.orig/debian/changelog +++ libcroco-0.6.2/debian/changelog @@ -0,0 +1,91 @@ +libcroco (0.6.2-1) unstable; urgency=low + + * New upstream release (Closes: #554224). + * debian/control.in: + + Updating Standards-Version to 3.8.3. + + Fix spelling in package description. + * debian/control.in, + debian/compat: + + Update debhelper compat level to 6. + * debian/control.in, + debian/rules: + + Fix RPATH issues. + * debian/libcroco3-dev.install, + debian/libcroco3.install: + + Remove lines for files that were removed many versions ago. + + -- Sebastian Dröge Wed, 04 Nov 2009 10:22:19 +0100 + +libcroco (0.6.1-2) unstable; urgency=low + + [ Loic Minier ] + * Set libcroco3-dev's section to libdevel. + [debian/control, debian/control.in] + + [ Josselin Mouette ] + * rules: call clean-la.mk. + * Build-depend on gnome-pkg-tools 0.7. + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + + [ Kilian Krause ] + * Use binary:version and source:Version for binnNMU-safe uploads as + added in dpkg-dev 1.13.19. Add to Build-Depends accordingly + + [ Loic Minier ] + * Wrap build-deps and deps. + * Let libcroco3-dev depend on shlibs:Depends. + * Let libcroco3-dev depend libxml2-dev (>= 2.4.23) and libglib2.0-dev (>= + 2.0) as these are referenceded in the .pc file; closes: #476167. + * Bump up Standards-Version to 3.7.3. + * Source Section is libs. + + -- Kilian Krause Sat, 22 Sep 2007 12:37:34 +0200 + +libcroco (0.6.1-1) unstable; urgency=low + + * New upstream release. + * Bump up Standards-Version to 3.6.2. + [debian/control, debian/control.in] + * Add ${misc:Depends} to libcroco3-dev. + [debian/control, debian/control.in] + * Update upstream URL. + [debian/copyright] + * Update copyright information (distinguish license and copyright, update + FSF address, cleanups). + [debian/copyright] + * Add CDBS' utils. + [debian/rules] + * Don't overwrite DEB_DH_MAKESHLIBS_ARGS_ALL and DEB_CONFIGURE_EXTRA_FLAGS. + [debian/rules] + * Update watch file for 0.6 series. + [debian/watch] + + -- Loic Minier Sat, 11 Mar 2006 19:59:17 +0100 + +libcroco (0.6.0-2) unstable; urgency=high + + * explicitly linked with all the libs (Closes: #262013). + + -- Sebastien Bacher Thu, 29 Jul 2004 23:30:57 +0200 + +libcroco (0.6.0-1) unstable; urgency=low + + * New upstream release. + * New package names. + + -- Josselin Mouette Fri, 18 Jun 2004 15:03:09 +0200 + +libcroco (0.5.1-1) unstable; urgency=low + + * New upstream release. + + -- Sebastien Bacher Mon, 19 Apr 2004 20:52:34 +0200 + +libcroco (0.5.0-1) unstable; urgency=low + + * Initial Release. + + -- Sebastien Bacher Mon, 12 Apr 2004 12:23:20 +0200 + --- libcroco-0.6.2.orig/debian/watch +++ libcroco-0.6.2/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/ \ + libcroco-(.*)\.tar\.gz \ + debian uupdate --- libcroco-0.6.2.orig/debian/control.in +++ libcroco-0.6.2/debian/control.in @@ -0,0 +1,71 @@ +Source: libcroco +Section: libs +Priority: optional +Maintainer: Sebastien Bacher +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs, + debhelper (>= 6), + gnome-pkg-tools (>= 0.7), + libxml2-dev (>= 2.4.23), + libglib2.0-dev (>= 2.0), + zlib1g-dev, + dpkg-dev (>= 1.13.19), + chrpath +Standards-Version: 3.8.3 + +Package: libcroco3-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libcroco3 (= ${binary:Version}), + libxml2-dev (>= 2.4.23), + libglib2.0-dev (>= 2.0) +Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit + Services provided by Libcroco + * A parser module that provides + o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven + API wich resembles SAX in the xml world. + o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. + . + The libcroco parser implements the CSS Level 2 specification, the CSS + forward compatibility rules and the CSS cascading rules. + . + * A CSS2 selection engine + Given an xml element node (that obviously comes from an xml document) and + a stylesheet cascade, the Libcroco selection engine can evaluate the css + selectors of the cascade and return the style properties associated to + the xml element node. + . + Note that the xml manipulation toolkit used by the libcroco selection + engine at the moment is libxml2. + . + This package contains the header files and static libraries which is + needed for developing the GTK+ applications. + + +Package: libcroco3 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit + Services provided by Libcroco + * A parser module that provides + o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven + API wich resembles SAX in the xml world. + o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. + . + The libcroco parser implements the CSS Level 2 specification, the CSS + forward compatibility rules and the CSS cascading rules. + . + * A CSS2 selection engine + Given an xml element node (that obviously comes from an xml document) and + a stylesheet cascade, the Libcroco selection engine can evaluate the css + selectors of the cascade and return the style properties associated to + the xml element node. + . + Note that the xml manipulation toolkit used by the libcroco selection + engine at the moment is libxml2. + . + This package contains the shared libraries. --- libcroco-0.6.2.orig/debian/copyright +++ libcroco-0.6.2/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Sebastien Bacher on +Mon, 12 Apr 2004 12:23:20 +0200. + +It was downloaded from http://download.gnome.org/sources/libcroco + +Upstream Authors and Copyright Holders: + Dodji Seketeli + Gael Chamoulaud + Rob BUIS + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + --- libcroco-0.6.2.orig/debian/control +++ libcroco-0.6.2/debian/control @@ -0,0 +1,71 @@ +Source: libcroco +Section: libs +Priority: optional +Maintainer: Sebastien Bacher +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Kilian Krause , Loic Minier , Sebastian Dröge +Build-Depends: cdbs, + debhelper (>= 6), + gnome-pkg-tools (>= 0.7), + libxml2-dev (>= 2.4.23), + libglib2.0-dev (>= 2.0), + zlib1g-dev, + dpkg-dev (>= 1.13.19), + chrpath +Standards-Version: 3.8.3 + +Package: libcroco3-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libcroco3 (= ${binary:Version}), + libxml2-dev (>= 2.4.23), + libglib2.0-dev (>= 2.0) +Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit + Services provided by Libcroco + * A parser module that provides + o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven + API wich resembles SAX in the xml world. + o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. + . + The libcroco parser implements the CSS Level 2 specification, the CSS + forward compatibility rules and the CSS cascading rules. + . + * A CSS2 selection engine + Given an xml element node (that obviously comes from an xml document) and + a stylesheet cascade, the Libcroco selection engine can evaluate the css + selectors of the cascade and return the style properties associated to + the xml element node. + . + Note that the xml manipulation toolkit used by the libcroco selection + engine at the moment is libxml2. + . + This package contains the header files and static libraries which is + needed for developing the GTK+ applications. + + +Package: libcroco3 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit + Services provided by Libcroco + * A parser module that provides + o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven + API wich resembles SAX in the xml world. + o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. + . + The libcroco parser implements the CSS Level 2 specification, the CSS + forward compatibility rules and the CSS cascading rules. + . + * A CSS2 selection engine + Given an xml element node (that obviously comes from an xml document) and + a stylesheet cascade, the Libcroco selection engine can evaluate the css + selectors of the cascade and return the style properties associated to + the xml element node. + . + Note that the xml manipulation toolkit used by the libcroco selection + engine at the moment is libxml2. + . + This package contains the shared libraries. --- libcroco-0.6.2.orig/debian/rules +++ libcroco-0.6.2/debian/rules @@ -0,0 +1,17 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_DH_MAKESHLIBS_ARGS_ALL += -V +DEB_CONFIGURE_EXTRA_FLAGS += --disable-gtk-doc + +common-install-impl:: + chrpath -d debian/tmp/usr/lib/*.so* + chrpath -d debian/tmp/usr/bin/csslint* + --- libcroco-0.6.2.orig/debian/compat +++ libcroco-0.6.2/debian/compat @@ -0,0 +1 @@ +6