--- libcroco-0.6.1.orig/debian/control +++ libcroco-0.6.1/debian/control @@ -0,0 +1,58 @@ +Source: libcroco +Priority: optional +Maintainer: Sebastien Bacher +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier +Build-Depends: cdbs, debhelper (>= 4.0.0), gnome-pkg-tools, libxml2-dev (>= 2.4.23), libglib2.0-dev (>= 2.0), zlib1g-dev +Standards-Version: 3.6.2 + +Package: libcroco3-dev +Section: devel +Architecture: any +Depends: ${misc:Depends}, libcroco3 (= ${Source-Version}) +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.1.orig/debian/libcroco3.install +++ libcroco-0.6.1/debian/libcroco3.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/*.so.* +debian/tmp/usr/bin/csslint* +debian/tmp/usr/share/man/man1/csslint*.1 --- libcroco-0.6.1.orig/debian/rules +++ libcroco-0.6.1/debian/rules @@ -0,0 +1,10 @@ +#! /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 + +DEB_DH_MAKESHLIBS_ARGS_ALL += -V +DEB_CONFIGURE_EXTRA_FLAGS += --disable-gtk-doc --- libcroco-0.6.1.orig/debian/watch +++ libcroco-0.6.1/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.1.orig/debian/changelog +++ libcroco-0.6.1/debian/changelog @@ -0,0 +1,59 @@ +libcroco (0.6.1-1build2) gutsy; urgency=low + + * No-change upload to include stack protector. + + -- Kees Cook Tue, 31 Jul 2007 10:30:13 -0700 + +libcroco (0.6.1-1build1) dapper; urgency=low + + * Fake sync from Debian + * UVF exception granted by mdz + + -- Sebastien Bacher Sun, 12 Mar 2006 15:41:16 +0100 + +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.1.orig/debian/compat +++ libcroco-0.6.1/debian/compat @@ -0,0 +1 @@ +4 --- libcroco-0.6.1.orig/debian/libcroco3-dev.install +++ libcroco-0.6.1/debian/libcroco3-dev.install @@ -0,0 +1,7 @@ +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 +debian/tmp/usr/share/man/man1/croco*config.1 --- libcroco-0.6.1.orig/debian/control.in +++ libcroco-0.6.1/debian/control.in @@ -0,0 +1,58 @@ +Source: libcroco +Priority: optional +Maintainer: Sebastien Bacher +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs, debhelper (>= 4.0.0), gnome-pkg-tools, libxml2-dev (>= 2.4.23), libglib2.0-dev (>= 2.0), zlib1g-dev +Standards-Version: 3.6.2 + +Package: libcroco3-dev +Section: devel +Architecture: any +Depends: ${misc:Depends}, libcroco3 (= ${Source-Version}) +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.1.orig/debian/copyright +++ libcroco-0.6.1/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'. +